diff options
Diffstat (limited to 'modules/m_oper.c')
-rw-r--r-- | modules/m_oper.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/m_oper.c b/modules/m_oper.c index 24a8dac..98342df 100644 --- a/modules/m_oper.c +++ b/modules/m_oper.c @@ -93,7 +93,7 @@ m_oper(struct Client *client_p, struct Client *source_p, sendto_one(source_p, form_str(ERR_NOOPERHOST), me.name, source_p->name); conf = find_exact_name_conf(CONF_OPER, NULL, name, NULL, NULL); failed_oper_notice(source_p, name, (conf != NULL) ? - "host mismatch" : "no oper {} block"); + "host mismatch" : "no operator {} block"); return 0; } |