X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=ngircd-alex.git;a=blobdiff_plain;f=src%2Fngircd%2Firc-oper.c;fp=src%2Fngircd%2Firc-oper.c;h=29953a110606090d7abf9799543e5e6ba21e1a27;hp=237107f69b8f56c828f212122da415cee247ba1b;hb=771e539c18669d6c20b557be79675b94ca191c59;hpb=313881d0c1466e6b8f52b4456b66a2477ccba9cf diff --git a/src/ngircd/irc-oper.c b/src/ngircd/irc-oper.c index 237107f6..29953a11 100644 --- a/src/ngircd/irc-oper.c +++ b/src/ngircd/irc-oper.c @@ -98,8 +98,8 @@ IRC_OPER( CLIENT *Client, REQUEST *Req ) if (!Client_OperByMe(Client)) Log(LOG_NOTICE|LOG_snotice, - "Got valid OPER from \"%s\", user is an IRC operator now.", - Client_Mask(Client)); + "Got valid OPER for \"%s\" from \"%s\", user is an IRC operator now.", + Req->argv[0], Client_Mask(Client)); Client_SetOperByMe(Client, true); return IRC_WriteStrClient(Client, RPL_YOUREOPER_MSG, Client_ID(Client));