mirror of
https://github.com/irssi/irssi.git
synced 2024-12-04 14:46:39 -05:00
default level for /EXEC should be CLIENTCRAP, not CLIENTNOTICE.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2155 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
dd408a959d
commit
698f7b9ea7
@ -493,7 +493,7 @@ static void handle_exec(const char *args, GHashTable *optlist,
|
|||||||
rec->name = g_strdup(g_hash_table_lookup(optlist, "name"));
|
rec->name = g_strdup(g_hash_table_lookup(optlist, "name"));
|
||||||
|
|
||||||
level = g_hash_table_lookup(optlist, "level");
|
level = g_hash_table_lookup(optlist, "level");
|
||||||
rec->level = level == NULL ? MSGLEVEL_CLIENTNOTICE : level2bits(level);
|
rec->level = level == NULL ? MSGLEVEL_CLIENTCRAP : level2bits(level);
|
||||||
|
|
||||||
rec->read_tag = g_input_add(rec->in, G_INPUT_READ,
|
rec->read_tag = g_input_add(rec->in, G_INPUT_READ,
|
||||||
(GInputFunction) sig_exec_input_reader,
|
(GInputFunction) sig_exec_input_reader,
|
||||||
|
Loading…
Reference in New Issue
Block a user