diff options
Diffstat (limited to 'modules/m_ison.c')
-rw-r--r-- | modules/m_ison.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/m_ison.c b/modules/m_ison.c index bcd0c8e..884c1a2 100644 --- a/modules/m_ison.c +++ b/modules/m_ison.c @@ -107,7 +107,7 @@ m_ison(struct Client *client_p, struct Client *source_p, } static struct Message ison_msgtab = { - "ISON", 0, 0, 1, 1, MFLG_SLOW, 0, + "ISON", 0, 0, 2, 1, MFLG_SLOW, 0, {m_unregistered, m_ison, m_ignore, m_ignore, m_ison, m_ignore} }; |