Changeset 4d89886
- Timestamp:
- 2006-04-14T06:18:23Z (19 years ago)
- Branches:
- master
- Children:
- 5aa9551e
- Parents:
- c99af3a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/nogaim.c
rc99af3a r4d89886 360 360 protocols. */ 361 361 proto_away( gc, u->away ); 362 363 if( strcmp( gc->prpl->name, "ICQ" ) == 0 )364 {365 for( u = gc->irc->users; u; u = u->next )366 if( u->gc == gc )367 break;368 369 if( u == NULL )370 serv_got_crap( gc, "\x02""***\x02"" BitlBee now supports ICQ server-side contact lists. "371 "See \x02""help import_buddies\x02"" for more information." );372 }373 362 } 374 363
Note: See TracChangeset
for help on using the changeset viewer.