forked from External/ergo
strip out the +a away mode
This commit is contained in:
parent
e387b7b328
commit
51465b4a3a
8 changed files with 24 additions and 13 deletions
|
|
@ -15,7 +15,7 @@ import (
|
|||
var (
|
||||
// SupportedUserModes are the user modes that we actually support (modifying).
|
||||
SupportedUserModes = Modes{
|
||||
Away, Bot, Invisible, Operator, RegisteredOnly, ServerNotice, UserRoleplaying,
|
||||
Bot, Invisible, Operator, RegisteredOnly, ServerNotice, UserRoleplaying,
|
||||
}
|
||||
|
||||
// SupportedChannelModes are the channel modes that we support.
|
||||
|
|
@ -107,7 +107,6 @@ func (modes Modes) String() string {
|
|||
|
||||
// User Modes
|
||||
const (
|
||||
Away Mode = 'a'
|
||||
Bot Mode = 'B'
|
||||
Invisible Mode = 'i'
|
||||
LocalOperator Mode = 'O'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue