[MOD/ADD] Use glob-like system for admins.

This commit is contained in:
LDA 2024-07-06 02:16:52 +02:00
commit 95aaa0dbc9
10 changed files with 154 additions and 13 deletions

View file

@ -42,7 +42,7 @@ typedef struct ParseeCmdArg {
) \
X_COMMAND( \
"plumb-muc", CmdPlumb, \
"Plumbs an existing Matrix room to a MUC." \
"Plumbs an existing Matrix room to a MUC. " \
"You'll need to give the Parsee bot enough " \
"privileges, however. " \
) \
@ -50,6 +50,10 @@ typedef struct ParseeCmdArg {
"help", CmdHelp, \
"Shows the command list" \
) \
X_COMMAND( \
"adminify", CmdAdmin, \
"Adminifies a Matrix glob pattern." \
) \
X_COMMAND( \
"stats", CmdStats, \
"Shows some Parsee statistics." \