mirror of
https://github.com/irssi/irssi.git
synced 2026-08-17 15:42:26 +02:00
Moved is_base_command() from command completion to command_have_sub()
in core/commands. /HELP <command with subcommands> works now right. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@437 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
abb46a0313
commit
8bea491a57
4 changed files with 48 additions and 26 deletions
|
|
@ -52,6 +52,7 @@ void command_unbind(const char *cmd, SIGNAL_FUNC func);
|
|||
void command_runsub(const char *cmd, const char *data, void *server, void *item);
|
||||
|
||||
COMMAND_REC *command_find(const char *cmd);
|
||||
int command_have_sub(const char *command);
|
||||
|
||||
/* Specify options that command can accept. `options' contains list of
|
||||
options separated with space, each option can contain a special
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue