diff options
author | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2012-12-19 21:43:32 +0000 |
---|---|---|
committer | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2012-12-19 21:43:32 +0000 |
commit | 759b8b6ebde94b38a517b5783b75d4e4915d355e (patch) | |
tree | c8d184f09ec5909eecebb3c4dd71719d09136f29 | |
parent | d74a863f0cb8fe4b7fac6d24342ccc99350081b9 (diff) |
- Fixed WEBIRC module
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/trunk@1689 82007160-df01-0410-b94d-b575c5fd34c7
-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 } }; |