summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike <mike.wollmann@gmail.com>2020-06-11 10:52:15 +0200
committerGitHub <noreply@github.com>2020-06-11 08:52:15 +0000
commitdebb4a208096dcd1da984aaab88d7d2345ee71fa (patch)
treef817f43e37b91cb25478777aeab4e7c451b7c9a6
parentc7bc50c9aee97851feb413b16aaee35ad6aae3f4 (diff)
downloadclientdata-debb4a208096dcd1da984aaab88d7d2345ee71fa.tar.gz
clientdata-debb4a208096dcd1da984aaab88d7d2345ee71fa.tar.bz2
clientdata-debb4a208096dcd1da984aaab88d7d2345ee71fa.tar.xz
clientdata-debb4a208096dcd1da984aaab88d7d2345ee71fa.zip
moved revive and recall to GM60 commands (fixes gm revive with gmlvl<60) (#376)
-rw-r--r--groups.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/groups.xml b/groups.xml
index 40b988be..178b9add 100644
--- a/groups.xml
+++ b/groups.xml
@@ -52,8 +52,6 @@ Copyright (C) 2017 Evol Online -->
<!--command name="music" use="self"/-->
<!--command name="remotecmd" use="self"/-->
<!--command name="python" use="both"/-->
- <command name="alive" use="self"/>
- <command name="recall" use="self"/>
<command name="storage" use="self"/>
</commands>
<permissions>
@@ -120,6 +118,8 @@ Copyright (C) 2017 Evol Online -->
<!--command name="linus" use="self"/-->
<command name="mute" use="self"/>
<!--command name="stfu" use="self"/-->
+ <command name="alive" use="self"/>
+ <command name="recall" use="self"/>
<command name="kick" use="self"/>
<command name="doommap" use="self"/>
<command name="raisemap" use="self"/>