diff options
Diffstat (limited to 'modules/m_globops.c')
-rw-r--r-- | modules/m_globops.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/m_globops.c b/modules/m_globops.c index 8cf3ed7..24be8ff 100644 --- a/modules/m_globops.c +++ b/modules/m_globops.c @@ -47,14 +47,14 @@ mo_globops(struct Client *client_p, struct Client *source_p, if (!HasOFlag(source_p, OPER_FLAG_GLOBOPS)) { - sendto_one(source_p, form_str(ERR_NOPRIVS), + sendto_one(source_p, ERR_NOPRIVS, me.name, source_p->name, "globops"); return; } if (EmptyString(message)) { - sendto_one(source_p, form_str(ERR_NEEDMOREPARAMS), + sendto_one(source_p, ERR_NEEDMOREPARAMS, me.name, source_p->name, "GLOBOPS"); return; } |