summaryrefslogtreecommitdiff
path: root/modules/m_resv.c
diff options
context:
space:
mode:
Diffstat (limited to 'modules/m_resv.c')
-rw-r--r--modules/m_resv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/m_resv.c b/modules/m_resv.c
index e40ea5c..ef12f86 100644
--- a/modules/m_resv.c
+++ b/modules/m_resv.c
@@ -60,7 +60,7 @@ mo_resv(struct Client *client_p, struct Client *source_p,
/* RESV #channel ON irc.server.com :abuse
* RESV kiddie ON irc.server.com :abuse
*/
- if (parse_aline("RESV", source_p, parc, parv, AWILD, &resv, NULL,
+ if (parse_aline("RESV", source_p, parc, parv, 0, &resv, NULL,
&tkline_time, &target_server, &reason) < 0)
return 0;