summaryrefslogtreecommitdiff
path: root/modules/m_pass.c
diff options
context:
space:
mode:
Diffstat (limited to 'modules/m_pass.c')
-rw-r--r--modules/m_pass.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/m_pass.c b/modules/m_pass.c
index 4c6907b..eda2ad0 100644
--- a/modules/m_pass.c
+++ b/modules/m_pass.c
@@ -53,7 +53,7 @@ mr_pass(struct Client *client_p, struct Client *source_p,
if (EmptyString(parv[1]))
{
- sendto_one(source_p, ERR_NEEDMOREPARAMS, me.name,
+ sendto_one(source_p, form_str(ERR_NEEDMOREPARAMS), me.name,
source_p->name[0] ? source_p->name : "*", "PASS");
return;
}