aboutsummaryrefslogtreecommitdiffstats
path: root/bitlbee.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 /bitlbee.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 'bitlbee.c')
-rw-r--r--bitlbee.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitlbee.c b/bitlbee.c
index e32b0e90..ef64a753 100644
--- a/bitlbee.c
+++ b/bitlbee.c
@@ -517,7 +517,7 @@ int root_command( irc_t *irc, char *cmd[] )
return( 1 );
}
- irc_usermsg( irc, "Unknown command: %s. Please use help commands to get a list of available commands.", cmd[0] );
+ irc_usermsg( irc, "Unknown command: %s. Please use \x02help commands\x02 to get a list of available commands.", cmd[0] );
return( 1 );
}