]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/ngircd/irc-mode.c
Implement user mode "F": "relaxed flood protection"
[ngircd-alex.git] / src / ngircd / irc-mode.c
index 6a670079dd6fe7de05177e9ac8f668037920a4fe..fe981213b33c8d85a3ad3ccb467e54fd6b54b56d 100644 (file)
@@ -222,6 +222,7 @@ Client_Mode( CLIENT *Client, REQUEST *Req, CLIENT *Origin, CLIENT *Target )
                        break;
                case 'c': /* Receive connect notices */
                case 'q': /* KICK-protected user */
+               case 'F': /* disable flood protection */
                          /* (only settable by IRC operators!) */
                        if (!set || Client_Type(Client) == CLIENT_SERVER
                            || Client_HasMode(Origin, 'o'))