diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2005-11-16 00:16:39 +0100 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2005-11-16 00:16:39 +0100 |
commit | 5c09a593072914336dcec3e8e92b28a1d4f03fa0 (patch) | |
tree | fe3ebb4b78e2dbfe229e57e058cb16c3ae331e4d /irc.c | |
parent | 9cb9868256c51a45983aac894428230de6035d79 (diff) |
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.
Diffstat (limited to 'irc.c')
-rw-r--r-- | irc.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1068,7 +1068,7 @@ void irc_login( irc_t *irc ) // u->send_handler = msg_echo; irc_spawn( irc, u ); - 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." ); + 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." ); irc->status = USTATUS_LOGGED_IN; } |