Revert "Removes some unnecessary global variables (#16353)" (#17170)

This commit is contained in:
dearmochi
2021-11-28 10:18:27 +01:00
committed by GitHub
parent 5397d28c4f
commit ca87534d46
31 changed files with 219 additions and 51 deletions
+3
View File
@@ -1,3 +1,6 @@
//This is a list of words which are ignored by the parser when comparing message contents for names. MUST BE IN LOWER CASE!
GLOBAL_LIST_INIT(adminhelp_ignored_words, list("unknown", "the", "a", "an", "of", "monkey", "alien", "as"))
/client/verb/adminhelp()
set category = "Admin"
set name = "Adminhelp"