Add +T no-CTCP usermode

This commit is contained in:
Conrad Lukawski
2020-06-08 14:43:58 -04:00
parent 425cdffe39
commit fca2900918
4 changed files with 11 additions and 2 deletions
+1
View File
@@ -105,6 +105,7 @@ const (
RegisteredOnly Mode = 'R'
ServerNotice Mode = 's'
TLS Mode = 'Z'
UserNoCTCP Mode = 'T'
UserRoleplaying Mode = 'E'
WallOps Mode = 'w'
)