mirror of
https://github.com/irssi/irssi.git
synced 2024-12-04 14:46:39 -05:00
"NOTIFY" was missing from syntax
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@829 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
f3d4c6bc63
commit
0f4ec3deac
@ -28,7 +28,7 @@
|
|||||||
|
|
||||||
#define DEFAULT_NOTIFY_IDLE_TIME 60
|
#define DEFAULT_NOTIFY_IDLE_TIME 60
|
||||||
|
|
||||||
/* SYNTAX: [-away] [-idle [<minutes>]] <mask> [<ircnets>] */
|
/* SYNTAX: NOTIFY [-away] [-idle [<minutes>]] <mask> [<ircnets>] */
|
||||||
static void cmd_notify(gchar *data)
|
static void cmd_notify(gchar *data)
|
||||||
{
|
{
|
||||||
GHashTable *optlist;
|
GHashTable *optlist;
|
||||||
|
Loading…
Reference in New Issue
Block a user