diff options
author | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2014-07-19 19:03:31 +0000 |
---|---|---|
committer | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2014-07-19 19:03:31 +0000 |
commit | 44c84d09e950e4b8037816563493cd589142da7e (patch) | |
tree | f7ceef347f63e1d1a869471053d5a8c9cd6f3618 /modules | |
parent | e7cd5d19f5b08d852cddb3cecc46e4fa08a4670b (diff) |
- 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
Diffstat (limited to 'modules')
-rw-r--r-- | modules/m_challenge.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |