summaryrefslogtreecommitdiff
path: root/modules/m_module.c
diff options
context:
space:
mode:
Diffstat (limited to 'modules/m_module.c')
-rw-r--r--modules/m_module.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/m_module.c b/modules/m_module.c
index 02a8567..b8ec8dd 100644
--- a/modules/m_module.c
+++ b/modules/m_module.c
@@ -217,7 +217,7 @@ mo_module(struct Client *client_p, struct Client *source_p,
{
modp = ptr->data;
- if (!EmpyString(parv[2]) && match(parv[2], modp->name))
+ if (!EmptyString(parv[2]) && match(parv[2], modp->name))
continue;
sendto_one(source_p, form_str(RPL_MODLIST), me.name, source_p->name,