Changeset 2cdd8ce for protocols/yahoo
- Timestamp:
- 2005-11-19T15:17:03Z (19 years ago)
- Branches:
- master
- Children:
- 9c8ae50, b20b32f
- Parents:
- c998255 (diff), 94281ef (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/yahoo/yahoo.c
rc998255 r2cdd8ce 845 845 if( c ) 846 846 add_chat_buddy( c, who ); 847 else if( set_getint( gc->irc, "debug" ) )848 serv_got_crap( gc, "Got ext_yahoo_conf_userjoin() from %s for unknown conference %s", who, room );849 847 } 850 848 … … 858 856 if( c ) 859 857 remove_chat_buddy( c, who, "" ); 860 else if( set_getint( gc->irc, "debug" ) )861 serv_got_crap( gc, "Got ext_yahoo_conf_userleave() from %s for unknown conference %s", who, room );862 858 } 863 859
Note: See TracChangeset
for help on using the changeset viewer.