mirror of
https://github.com/ergochat/ergo.git
synced 2024-11-25 13:29:27 +01:00
actually enable the +T no-ctcp umode
This commit is contained in:
parent
a17628eae1
commit
b426ba628a
@ -16,6 +16,7 @@ var (
|
|||||||
// SupportedUserModes are the user modes that we actually support (modifying).
|
// SupportedUserModes are the user modes that we actually support (modifying).
|
||||||
SupportedUserModes = Modes{
|
SupportedUserModes = Modes{
|
||||||
Bot, Invisible, Operator, RegisteredOnly, ServerNotice, UserRoleplaying,
|
Bot, Invisible, Operator, RegisteredOnly, ServerNotice, UserRoleplaying,
|
||||||
|
UserNoCTCP,
|
||||||
}
|
}
|
||||||
|
|
||||||
// SupportedChannelModes are the channel modes that we support.
|
// SupportedChannelModes are the channel modes that we support.
|
||||||
|
Loading…
Reference in New Issue
Block a user