aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/yahoo/yahoo.c
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2005-11-19 16:24:46 +0100
committerJelmer Vernooij <jelmer@samba.org>2005-11-19 16:24:46 +0100
commit9c8ae507985a29b41a22cf30b803141e9ba82a9b (patch)
treee8e96ff2e33512018e7838dfa58983c45a7e0062 /protocols/yahoo/yahoo.c
parentcc9079ee091707aba3d5b0580a6191eb4541cbec (diff)
parent2cdd8ce76ce334327c84516ff78f3b00bef5bebf (diff)
Merge Wilmer
Diffstat (limited to 'protocols/yahoo/yahoo.c')
-rw-r--r--protocols/yahoo/yahoo.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/protocols/yahoo/yahoo.c b/protocols/yahoo/yahoo.c
index a3ebd28c..e55b30af 100644
--- a/protocols/yahoo/yahoo.c
+++ b/protocols/yahoo/yahoo.c
@@ -844,8 +844,6 @@ void ext_yahoo_conf_userjoin( int id, char *who, char *room )
if( c )
add_chat_buddy( c, who );
- else if( set_getint( gc->irc, "debug" ) )
- serv_got_crap( gc, "Got ext_yahoo_conf_userjoin() from %s for unknown conference %s", who, room );
}
void ext_yahoo_conf_userleave( int id, char *who, char *room )
@@ -857,8 +855,6 @@ void ext_yahoo_conf_userleave( int id, char *who, char *room )
if( c )
remove_chat_buddy( c, who, "" );
- else if( set_getint( gc->irc, "debug" ) )
- serv_got_crap( gc, "Got ext_yahoo_conf_userleave() from %s for unknown conference %s", who, room );
}
void ext_yahoo_conf_message( int id, char *who, char *room, char *msg, int utf8 )