Changeset 5c09a59 for irc.c


Ignore:
Timestamp:
2005-11-15T23:16:39Z (19 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
ef6c6a7
Parents:
9cb9868
Message:

Got rid of raw B's in source,
Replaced most irc_usermsg() calls in nogaim.c with serv_got_crap(),
Slightly clearer handling of buddy add requests.

Thanks to timing for the patch.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • irc.c

    r9cb9868 r5c09a59  
    10691069        irc_spawn( irc, u );
    10701070       
    1071         irc_usermsg( irc, "Welcome to the BitlBee gateway!\n\nIf you've never used BitlBee before, please do read the help information using the help command. Lots of FAQ's are answered there." );
     1071        irc_usermsg( irc, "Welcome to the BitlBee gateway!\n\nIf you've never used BitlBee before, please do read the help information using the \x02help\x02 command. Lots of FAQ's are answered there." );
    10721072       
    10731073        irc->status = USTATUS_LOGGED_IN;
Note: See TracChangeset for help on using the changeset viewer.