diff options
author | Sven Moritz Hallberg <pesco@khjk.org> | 2010-06-03 12:31:46 +0200 |
---|---|---|
committer | Sven Moritz Hallberg <pesco@khjk.org> | 2010-06-03 12:31:46 +0200 |
commit | 3f81999c20852f14a5fb27a6ef6c5ea44db61a4d (patch) | |
tree | 14fa6a79d444049e758be853277270117e11692b /irc_commands.c | |
parent | fc34fb5d0b717d90edfc7ed78f11166eb23c536e (diff) | |
parent | 2e44b1f12fb58a6969a8fbaf2946d6ecdace484a (diff) |
merge in bitlbee 1.2.4
Diffstat (limited to 'irc_commands.c')
-rw-r--r-- | irc_commands.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/irc_commands.c b/irc_commands.c index 09289a55..6b446d19 100644 --- a/irc_commands.c +++ b/irc_commands.c @@ -414,8 +414,8 @@ static void irc_cmd_watch( irc_t *irc, char **cmd ) if( g_hash_table_lookup_extended( irc->watches, nick, &okey, &ovalue ) ) { - g_free( okey ); g_hash_table_remove( irc->watches, okey ); + g_free( okey ); irc_reply( irc, 602, "%s %s %s %d :%s", nick, "*", "*", 0, "Stopped watching" ); } |