forked from External/ergo
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 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…
Add table
Add a link
Reference in a new issue