mirror of
https://github.com/irssi/irssi.git
synced 2025-02-02 15:08:01 -05: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
@ -65,7 +65,7 @@ static void set_boolean(const char *key, const char *value)
|
|||||||
printformat(NULL, NULL, MSGLEVEL_CLIENTCRAP, TXT_NOT_TOGGLE);
|
printformat(NULL, NULL, MSGLEVEL_CLIENTCRAP, TXT_NOT_TOGGLE);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* SYNTAX: SET [-clear] [<key> [<value>] */
|
/* SYNTAX: SET [-clear] [<key> [<value>]] */
|
||||||
static void cmd_set(char *data)
|
static void cmd_set(char *data)
|
||||||
{
|
{
|
||||||
GHashTable *optlist;
|
GHashTable *optlist;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user