From 022573be756dc8efc36327299080b37ec0c11e5e Mon Sep 17 00:00:00 2001 From: William Pitcock Date: Mon, 13 Jul 2009 12:55:35 -0500 Subject: [PATCH] Display o:line "nickname" in global oper-up messages. --- src/s_user.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/s_user.c b/src/s_user.c index 71c9b8d..862e9c7 100644 --- a/src/s_user.c +++ b/src/s_user.c @@ -1321,7 +1321,7 @@ oper_up(struct Client *source_p, struct oper_conf *oper_p) call_hook(h_umode_changed, &hdata); sendto_realops_snomask(SNO_GENERAL, L_ALL, - "%s (%s@%s) is now an operator", source_p->name, + "%s (%s!%s@%s) is now an operator", oper_p->name, source_p->name, source_p->username, source_p->host); if(!(old & UMODE_INVISIBLE) && IsInvisible(source_p)) ++Count.invisi;