From 6d58ca782efa1f07c17c66d7b870b08b85527030 Mon Sep 17 00:00:00 2001 From: michael Date: Sun, 19 Jan 2014 19:29:07 +0000 Subject: - m_xline.c:mo_xline(): properly report missing privilege now that we have the 'unxline' oper flag git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.1.x@2880 82007160-df01-0410-b94d-b575c5fd34c7 --- modules/m_xline.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/m_xline.c b/modules/m_xline.c index a85b670..bab2b7e 100644 --- a/modules/m_xline.c +++ b/modules/m_xline.c @@ -248,7 +248,7 @@ mo_unxline(struct Client *client_p, struct Client *source_p, if (!HasOFlag(source_p, OPER_FLAG_UNXLINE)) { sendto_one(source_p, form_str(ERR_NOPRIVS), me.name, - source_p->name, "xline"); + source_p->name, "unxline"); return 0; } -- cgit