mirror of
https://github.com/jlu5/PyLink.git
synced 2025-02-09 11:04:08 +01:00
relay: whitelist cmodes kicknorejoin, kicknorejoin_insp, repeat, repeat_insp
Closes #559.
This commit is contained in:
parent
ec3b230eab
commit
0104462782
@ -832,8 +832,8 @@ whitelisted_cmodes = {
|
|||||||
'inviteonly',
|
'inviteonly',
|
||||||
'joinflood',
|
'joinflood',
|
||||||
'key',
|
'key',
|
||||||
# Waiting for https://github.com/GLolol/PyLink/issues/559
|
'kicknorejoin',
|
||||||
#'kicknorejoin',
|
'kicknorejoin_insp',
|
||||||
'largebanlist',
|
'largebanlist',
|
||||||
'limit',
|
'limit',
|
||||||
'moderated',
|
'moderated',
|
||||||
@ -855,6 +855,8 @@ whitelisted_cmodes = {
|
|||||||
'quiet',
|
'quiet',
|
||||||
'regmoderated',
|
'regmoderated',
|
||||||
'regonly',
|
'regonly',
|
||||||
|
'repeat',
|
||||||
|
'repeat_insp',
|
||||||
'secret',
|
'secret',
|
||||||
'sslonly',
|
'sslonly',
|
||||||
'stripcolor',
|
'stripcolor',
|
||||||
|
Loading…
Reference in New Issue
Block a user