mirror of
https://github.com/irssi/irssi.git
synced 2024-11-03 04:27:19 -05:00
"/notify -list " (happened easily when using tab completion) didn't work
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@492 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
d72f3bf8db
commit
073c895a7b
@ -168,7 +168,7 @@ static void cmd_notify(const char *data)
|
|||||||
signal_stop();
|
signal_stop();
|
||||||
}
|
}
|
||||||
|
|
||||||
if (g_strcasecmp(data, "-list") == 0) {
|
if (g_strncasecmp(data, "-list", 4) == 0) {
|
||||||
cmd_notifylist_show();
|
cmd_notifylist_show();
|
||||||
signal_stop();
|
signal_stop();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user