summaryrefslogtreecommitdiff
path: root/modules/m_wallops.c
diff options
context:
space:
mode:
Diffstat (limited to 'modules/m_wallops.c')
-rw-r--r--modules/m_wallops.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/m_wallops.c b/modules/m_wallops.c
index af98c48..c05a56d 100644
--- a/modules/m_wallops.c
+++ b/modules/m_wallops.c
@@ -47,7 +47,7 @@ mo_wallops(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, "WALLOPS");
return;
}