diff options
-rw-r--r-- | modules/m_webirc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/m_webirc.c b/modules/m_webirc.c index 1c6083b..9751a37 100644 --- a/modules/m_webirc.c +++ b/modules/m_webirc.c @@ -178,7 +178,7 @@ mr_webirc(struct Client *client_p, struct Client *source_p, int parc, char *parv } static struct Message webirc_msgtab = { - "WEBIRC", 0, 0, 5, 0, MFLG_SLOW, 0, + "WEBIRC", 0, 0, 5, MAXPARA, MFLG_SLOW, 0, { mr_webirc, m_ignore, m_ignore, m_ignore, m_ignore, m_ignore } }; |