mirror of
https://github.com/jeremyd/ergo.git
synced 2026-07-12 11:18:09 -07:00
fix #1176
Transition most "is an operator" checks to require a specific operator capability
This commit is contained in:
@@ -101,7 +101,6 @@ func (modes Modes) String() string {
|
||||
const (
|
||||
Bot Mode = 'B'
|
||||
Invisible Mode = 'i'
|
||||
LocalOperator Mode = 'O'
|
||||
Operator Mode = 'o'
|
||||
Restricted Mode = 'r'
|
||||
RegisteredOnly Mode = 'R'
|
||||
|
||||
Reference in New Issue
Block a user