mirror of
https://forge.fsky.io/lda/Parsee.git
synced 2026-03-13 15:15:10 +00:00
[ADD/WIP] No-flying and unlinking MUCs
This is more of a retroactive thing.
This commit is contained in:
parent
7d1893bf75
commit
a3bef5c0c1
5 changed files with 80 additions and 3 deletions
|
|
@ -22,6 +22,11 @@ typedef struct ParseeCmdArg {
|
|||
"ban-list", CmdNoFlyList, \
|
||||
"Globally bans a user from using Parsee" \
|
||||
) \
|
||||
X_COMMAND( \
|
||||
"nuke-muc", CmdUnlinkMUC, \
|
||||
"Removes a MUC. Users should then run " \
|
||||
"!ban-list to remove all access to the MUC" \
|
||||
) \
|
||||
X_COMMAND( \
|
||||
"list-bans", CmdListBans, \
|
||||
"Shows all global bans from Parsee" \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue