mirror of
https://github.com/profanity-im/profanity.git
synced 2024-11-03 19:37:16 -05:00
Fixed num commands
This commit is contained in:
parent
5b769a3ff0
commit
45e2415b71
@ -76,7 +76,6 @@ static struct cmd_t commands[] = {
|
||||
{ "/connect", _cmd_connect },
|
||||
{ "/dnd", _cmd_dnd },
|
||||
{ "/flash", _cmd_set_flash },
|
||||
{ "/help", _cmd_help },
|
||||
{ "/prefs", _cmd_prefs },
|
||||
{ "/msg", _cmd_msg },
|
||||
{ "/tiny", _cmd_tiny },
|
||||
@ -87,9 +86,10 @@ static struct cmd_t commands[] = {
|
||||
{ "/chlog", _cmd_set_chlog },
|
||||
{ "/who", _cmd_who },
|
||||
{ "/xa", _cmd_xa },
|
||||
{ "/help", _cmd_help }
|
||||
};
|
||||
|
||||
static const int num_cmds = 17;
|
||||
static const int num_cmds = 19;
|
||||
|
||||
gboolean
|
||||
process_input(char *inp)
|
||||
|
Loading…
Reference in New Issue
Block a user