From 9d26c71414ef009975676e2037202ad99f9ca40c Mon Sep 17 00:00:00 2001 From: michael Date: Fri, 19 Apr 2013 19:50:27 +0000 Subject: - Revert to -r1831 git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/trunk@1834 82007160-df01-0410-b94d-b575c5fd34c7 --- modules/m_operwall.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/m_operwall.c') diff --git a/modules/m_operwall.c b/modules/m_operwall.c index 6a8b277..4d81f1c 100644 --- a/modules/m_operwall.c +++ b/modules/m_operwall.c @@ -48,14 +48,14 @@ mo_operwall(struct Client *client_p, struct Client *source_p, if (!HasOFlag(source_p, OPER_FLAG_OPERWALL)) { - sendto_one(source_p, ERR_NOPRIVS, + sendto_one(source_p, form_str(ERR_NOPRIVS), me.name, source_p->name, "operwall"); return; } if (EmptyString(message)) { - sendto_one(source_p, ERR_NEEDMOREPARAMS, + sendto_one(source_p, form_str(ERR_NEEDMOREPARAMS), me.name, source_p->name, "OPERWALL"); return; } -- cgit