summaryrefslogtreecommitdiff
path: root/src/fe-common/core
diff options
context:
space:
mode:
authorTimo Sirainen <cras@irssi.org>2000-07-22 16:59:36 +0000
committercras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564>2000-07-22 16:59:36 +0000
commitb8a08b235b64ae7584b33d7e19e26cf2108baed2 (patch)
tree73ebe5bd91b195b409d6937acbe702ef4a7c0f44 /src/fe-common/core
parent360149891c90105401a05ef519488c5d599b7495 (diff)
downloadirssi-b8a08b235b64ae7584b33d7e19e26cf2108baed2.zip
/HELP wasn't working.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@504 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'src/fe-common/core')
-rw-r--r--src/fe-common/core/fe-core-commands.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fe-common/core/fe-core-commands.c b/src/fe-common/core/fe-core-commands.c
index d2dada6c..351027a0 100644
--- a/src/fe-common/core/fe-core-commands.c
+++ b/src/fe-common/core/fe-core-commands.c
@@ -189,6 +189,7 @@ static void show_help(const char *data)
if (rec->cmd[findlen] == '\0')
{
helpitem = rec;
+ found = TRUE;
break;
}
else if (strchr(rec->cmd+findlen+1, ' ') == NULL)