This WA invites players by keywords.
Invites will be visible counted by the first keyword a player used.
The keywords are not handled casesensitive … /s "everlook" works like /s "Everlook"
Keyswords can be defined in the Array "inaura_env.inviteKeywords" under Actions:onInit:Custom:Line1.
Example:
aura_env.inviteKeywords = {"everlook","zandalari","razorfen"}
This adds the keywords "everlook","zandalari","razorfen".
Additionaly "aura_env.inviteKeywordAlias" in Line2 defines alias to a keyword.
Example:
aura_env.inviteKeywordAlias = {["razor"]="razorfen",["zandalar"]="zandalari"}
This adds "razor" as alias for "razorfen".