mirror of
https://forge.fsky.io/lda/Parsee.git
synced 2026-03-13 15:15:10 +00:00
[MOD/ADD] Use glob-like system for admins.
This commit is contained in:
parent
0fc0fdd6f4
commit
95aaa0dbc9
10 changed files with 154 additions and 13 deletions
|
|
@ -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." \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue