summaryrefslogtreecommitdiff
path: root/modules/m_user.c
diff options
context:
space:
mode:
authormichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>2013-04-19 19:16:09 +0000
committermichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>2013-04-19 19:16:09 +0000
commitf27e1d9b7ee2cbd16bbdadf35872ef39f0527aac (patch)
treedf119cb19885ea1eed8c994ed1568858c8064474 /modules/m_user.c
parent6b18f4241216eee3ea96ac807509bbd246a534f5 (diff)
- Made all numeric defines use the actual string instead of the numeric value
which allows to use gcc's printf format attribute - Remove current message locale implementation git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/trunk@1832 82007160-df01-0410-b94d-b575c5fd34c7
Diffstat (limited to 'modules/m_user.c')
-rw-r--r--modules/m_user.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/m_user.c b/modules/m_user.c
index 9db36b4..d12f92f 100644
--- a/modules/m_user.c
+++ b/modules/m_user.c
@@ -94,7 +94,7 @@ mr_user(struct Client *client_p, struct Client *source_p,
if (EmptyString(parv[4]))
{
- sendto_one(source_p, form_str(ERR_NEEDMOREPARAMS), me.name,
+ sendto_one(source_p, ERR_NEEDMOREPARAMS, me.name,
source_p->name[0] ? source_p->name : "*", "USER");
return;
}