1
0
mirror of https://github.com/irssi/irssi.git synced 2024-11-03 04:27:19 -05:00

/HELP wasn't working.

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@504 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2000-07-22 16:59:36 +00:00 committed by cras
parent 360149891c
commit b8a08b235b

View File

@ -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)