mirror of
https://github.com/jeremyd/ergo.git
synced 2026-07-16 12:48:11 -07:00
implement SAJOIN, allow channel founders to join unconditionally
This commit is contained in:
@@ -400,6 +400,13 @@ Renames the given channel with the given reason, if possible.
|
||||
|
||||
For example:
|
||||
RENAME #ircv2 #ircv3 :Protocol upgrades!`,
|
||||
},
|
||||
"sajoin": {
|
||||
oper: true,
|
||||
text: `SAJOIN [nick] #channel{,#channel}
|
||||
|
||||
Forcibly joins a user to a channel, ignoring restrictions like bans, user limits
|
||||
and channel keys. If [nick] is omitted, it defaults to the operator.`,
|
||||
},
|
||||
"sanick": {
|
||||
oper: true,
|
||||
|
||||
Reference in New Issue
Block a user