Changeset c572dd6 for protocols/yahoo
- Timestamp:
- 2005-11-18T12:41:58Z (19 years ago)
- Branches:
- master
- Children:
- 517ecc4
- Parents:
- 2dff6f7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/yahoo/yahoo.c
r2dff6f7 rc572dd6 851 851 if( c ) 852 852 add_chat_buddy( c, who ); 853 else if( set_getint( gc->irc, "debug" ) )854 serv_got_crap( gc, "Got ext_yahoo_conf_userjoin() from %s for unknown conference %s", who, room );855 853 } 856 854 … … 864 862 if( c ) 865 863 remove_chat_buddy( c, who, "" ); 866 else if( set_getint( gc->irc, "debug" ) )867 serv_got_crap( gc, "Got ext_yahoo_conf_userleave() from %s for unknown conference %s", who, room );868 864 } 869 865
Note: See TracChangeset
for help on using the changeset viewer.