aboutsummaryrefslogtreecommitdiffstats
path: root/irc.c
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2005-11-16 00:16:39 +0100
committerWilmer van der Gaast <wilmer@gaast.net>2005-11-16 00:16:39 +0100
commit5c09a593072914336dcec3e8e92b28a1d4f03fa0 (patch)
treefe3ebb4b78e2dbfe229e57e058cb16c3ae331e4d /irc.c
parent9cb9868256c51a45983aac894428230de6035d79 (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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/irc.c b/irc.c
index c1d91ad2..1ac277b3 100644
--- a/irc.c
+++ b/irc.c
@@ -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;
}