mirror of
https://forge.fsky.io/lda/Parsee.git
synced 2026-03-13 15:05:11 +00:00
[ADD] Filtering XMPP commands
This allows us to have commands apply to admins or MUCs only(which would help with many things I want to implement).
This commit is contained in:
parent
7c60ab28cb
commit
9a16d96323
9 changed files with 127 additions and 31 deletions
|
|
@ -54,7 +54,13 @@ GetRandomQuote(void)
|
|||
NAME ": the federated world's little little kobashi",
|
||||
|
||||
"Go take a look at your stanzas!",
|
||||
"Go take a look at your objects!"
|
||||
"Go take a look at your objects!",
|
||||
|
||||
"DEC Alpha AXP-Certified!",
|
||||
|
||||
"this is the moment parsee started parsing or smth idk"
|
||||
" - another wise person",
|
||||
"Ah, merde, mon TGV est en retard de 53 minutes !"
|
||||
};
|
||||
const size_t count = sizeof(quotes)/sizeof(*quotes);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue