aboutsummaryrefslogtreecommitdiffstats
path: root/bitlbee.c
diff options
context:
space:
mode:
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 fa2c85fc..8c51f92c 100644
--- a/bitlbee.c
+++ b/bitlbee.c
@@ -538,7 +538,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 );
}