[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

@ -19,6 +19,7 @@
if (!prop) \
{ \
ReplyBasic("Field `" #prop "` REQUIRED."); \
goto end; \
}
#define BotDestroy() Free(profile)