Changeset e59b4f6
- Timestamp:
- 2009-10-04T19:00:53Z (15 years ago)
- Branches:
- master
- Children:
- 796da03, fa295e36
- Parents:
- bdad407
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
irc_commands.c
rbdad407 re59b4f6 415 415 if( g_hash_table_lookup_extended( irc->watches, nick, &okey, &ovalue ) ) 416 416 { 417 g_hash_table_remove( irc->watches, okey ); 417 418 g_free( okey ); 418 g_hash_table_remove( irc->watches, okey );419 419 420 420 irc_reply( irc, 602, "%s %s %s %d :%s", nick, "*", "*", 0, "Stopped watching" );
Note: See TracChangeset
for help on using the changeset viewer.