mirror of
https://github.com/ergochat/ergo.git
synced 2025-12-20 02:00:11 -08:00
implement SAJOIN, allow channel founders to join unconditionally
This commit is contained in:
parent
13aba9e64c
commit
495705f538
6 changed files with 60 additions and 12 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue