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.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/m_module.c b/modules/m_module.c
index b8ec8dd..307a873 100644
--- a/modules/m_module.c
+++ b/modules/m_module.c
@@ -64,8 +64,8 @@ mo_module(struct Client *client_p, struct Client *source_p,
if (!HasOFlag(source_p, OPER_FLAG_MODULE))
{
- sendto_one(source_p, form_str(ERR_NOPRIVILEGES),
- me.name, source_p->name);
+ sendto_one(source_p, form_str(ERR_NOPRIVS), me.name,
+ source_p->name, "module");
return;
}