mirror of
https://github.com/ergochat/ergo.git
synced 2025-12-20 02:00:11 -08:00
actually enable the +T no-ctcp umode
This commit is contained in:
parent
a17628eae1
commit
b426ba628a
1 changed files with 1 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue