From 44c84d09e950e4b8037816563493cd589142da7e Mon Sep 17 00:00:00 2001 From: michael Date: Sat, 19 Jul 2014 19:03:31 +0000 Subject: - m_challenge.c:m_challenge(): cosmetical fix git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.1.x@4278 82007160-df01-0410-b94d-b575c5fd34c7 --- modules/m_challenge.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/m_challenge.c b/modules/m_challenge.c index f080b84..0bffbc3 100644 --- a/modules/m_challenge.c +++ b/modules/m_challenge.c @@ -142,7 +142,7 @@ m_challenge(struct Client *client_p, struct Client *source_p, if (conf->rsa_public_key == NULL) { sendto_one(source_p, ":%s NOTICE %s :I'm sorry, PK authentication " - "is not enabled for your oper{} block.", me.name, + "is not enabled for your operator {} block.", me.name, source_p->name); return 0; } -- cgit