Browse Source

actually enable the +T no-ctcp umode

tags/v2.4.0-rc1
Shivaram Lingamneni 3 years ago
parent
commit
b426ba628a
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      irc/modes/modes.go

+ 1
- 0
irc/modes/modes.go View File

@@ -16,6 +16,7 @@ var (
16 16
 	// SupportedUserModes are the user modes that we actually support (modifying).
17 17
 	SupportedUserModes = Modes{
18 18
 		Bot, Invisible, Operator, RegisteredOnly, ServerNotice, UserRoleplaying,
19
+		UserNoCTCP,
19 20
 	}
20 21
 
21 22
 	// SupportedChannelModes are the channel modes that we support.

Loading…
Cancel
Save