3
0
mirror of https://github.com/ergochat/ergo.git synced 2024-11-10 22:19:31 +01:00

actually enable the +T no-ctcp umode

This commit is contained in:
Shivaram Lingamneni 2020-10-01 19:21:42 -04:00
parent a17628eae1
commit b426ba628a

View File

@ -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.