about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ngircd/irc.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ngircd/irc.c b/src/ngircd/irc.c
index 69dd61a7..7a871379 100644
--- a/src/ngircd/irc.c
+++ b/src/ngircd/irc.c
@@ -494,6 +494,8 @@ Send_Message(CLIENT * Client, REQUEST * Req, int ForceType, bool SendErrors)
 		}
 
 		currentTarget = strtok_r(NULL, ",", &lastCurrentTarget);
+		if (currentTarget)
+			Conn_SetPenalty(Client_Conn(Client), 1);
 	}
 
 	return CONNECTED;