mirror of
https://github.com/osmarks/ngircd.git
synced 2025-09-23 12:44:04 +00:00
Streamline punctuation of log messages
See commit d38d153f
for details.
This commit is contained in:
@@ -48,7 +48,7 @@
|
||||
static bool
|
||||
Bad_OperPass(CLIENT *Client, char *errtoken, char *errmsg)
|
||||
{
|
||||
Log(LOG_WARNING, "Got invalid OPER from \"%s\": \"%s\" -- %s",
|
||||
Log(LOG_WARNING, "Got invalid OPER from \"%s\": \"%s\" -- %s!",
|
||||
Client_Mask(Client), errtoken, errmsg);
|
||||
/* Increase penalty to slow down possible brute force attacks */
|
||||
IRC_SetPenalty(Client, 10);
|
||||
|
Reference in New Issue
Block a user