diff options
Diffstat (limited to 'modules/m_locops.c')
-rw-r--r-- | modules/m_locops.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/m_locops.c b/modules/m_locops.c index 013040d..fd40ef3 100644 --- a/modules/m_locops.c +++ b/modules/m_locops.c @@ -50,7 +50,7 @@ mo_locops(struct Client *client_p, struct Client *source_p, if (EmptyString(message)) { - sendto_one(source_p, ERR_NEEDMOREPARAMS, + sendto_one(source_p, form_str(ERR_NEEDMOREPARAMS), me.name, source_p->name, "LOCOPS"); return; } |