From 7f293687b1344a727f9ed8e20f3825ea8b1f818b Mon Sep 17 00:00:00 2001 From: Kevin Easton Date: Tue, 5 Apr 2011 23:24:22 +0000 Subject: [PATCH] Correct help text for /bhelp, reported by t3gah. git-svn-id: svn://svn.code.sf.net/p/bitchx/code/trunk@118 13b04d17-f746-0410-82c6-800466cd88b0 --- source/commands.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/commands.c b/source/commands.c index d66d372..309641f 100644 --- a/source/commands.c +++ b/source/commands.c @@ -248,7 +248,7 @@ IrcCommand irc_command[] = { "BANWORDS", NULL, add_ban_word, 0, "%Y<%nchannel|*%Y>%n word(s)\n- Adds word or words to the banned words list for %Y<%nchannel%Y>" }, { "BEEP", NULL, beepcmd, 0, "- Creates a beep noise" }, #ifdef WANT_CHELP - { "BHELP", "BHELP", chelp, 0, "%Y<%nhelp%W|%nindex%W|%nother%Y>%n\n - Externel help command for use with ~/.BitchX/BitchX.help" }, + { "BHELP", "BHELP", chelp, 0, "%Y<%nhelp%W|%nindex%W|%nother%Y>%n\n - BitchX help command" }, #endif { "BIND", NULL, bindcmd, 0, "- Command to bind a key to a function" }, { "BK", NULL, kickban, SERVERREQ, "%Y<%Cnick%Y>%n %R[%nreason%R]%n\n- Deops, bans and kicks %Y<%Cnick%Y>%n for %R[%nreason%R]%n" },