From b426ba628a4bc446c65a80c9d34e243dfd5fe2b5 Mon Sep 17 00:00:00 2001 From: Shivaram Lingamneni Date: Thu, 1 Oct 2020 19:21:42 -0400 Subject: [PATCH] actually enable the +T no-ctcp umode --- irc/modes/modes.go | 1 + 1 file changed, 1 insertion(+) diff --git a/irc/modes/modes.go b/irc/modes/modes.go index 8751ca1f..5ea0bd1f 100644 --- a/irc/modes/modes.go +++ b/irc/modes/modes.go @@ -16,6 +16,7 @@ var ( // SupportedUserModes are the user modes that we actually support (modifying). SupportedUserModes = Modes{ Bot, Invisible, Operator, RegisteredOnly, ServerNotice, UserRoleplaying, + UserNoCTCP, } // SupportedChannelModes are the channel modes that we support.