mirror of
https://github.com/irssi/irssi.git
synced 2026-08-09 20:00:23 +02:00
']' missing from /SET syntax
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1438 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
201948470d
commit
ece1ac9dee
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@ static void set_boolean(const char *key, const char *value)
|
|||
printformat(NULL, NULL, MSGLEVEL_CLIENTCRAP, TXT_NOT_TOGGLE);
|
||||
}
|
||||
|
||||
/* SYNTAX: SET [-clear] [<key> [<value>] */
|
||||
/* SYNTAX: SET [-clear] [<key> [<value>]] */
|
||||
static void cmd_set(char *data)
|
||||
{
|
||||
GHashTable *optlist;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue