mirror of
https://github.com/irssi/irssi.git
synced 2024-12-04 14:46:39 -05:00
-list option to /NOTIFY wasn't specified in command options.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@467 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
92e5447ca7
commit
b19e1450e1
@ -233,6 +233,8 @@ void fe_irc_notifylist_init(void)
|
||||
signal_add("notifylist left", (SIGNAL_FUNC) notifylist_left);
|
||||
signal_add("notifylist away changed", (SIGNAL_FUNC) notifylist_away);
|
||||
signal_add("notifylist unidle", (SIGNAL_FUNC) notifylist_unidle);
|
||||
|
||||
command_set_options("notify", "list");
|
||||
}
|
||||
|
||||
void fe_irc_notifylist_deinit(void)
|
||||
|
Loading…
Reference in New Issue
Block a user