1
0
Fork 0
forked from External/ergo

implement SAJOIN, allow channel founders to join unconditionally

This commit is contained in:
Shivaram Lingamneni 2018-05-25 02:46:36 -04:00
parent 13aba9e64c
commit 495705f538
6 changed files with 60 additions and 12 deletions

View file

@ -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,