= Changed to 1/0 for enabled/disabled to avoid confusion.
This commit is contained in:
+35
-35
@@ -1,35 +1,35 @@
|
|||||||
indicator=on
|
indicator=1
|
||||||
boop=on
|
boop=1
|
||||||
tony, stark, dontfeelgood, dontfeelsogood=on
|
tony, stark, dontfeelgood, dontfeelsogood=1
|
||||||
yeet=on
|
yeet=1
|
||||||
role=on
|
role=1
|
||||||
ping=on
|
ping=1
|
||||||
rating=on
|
rating=1
|
||||||
roll=on
|
roll=1
|
||||||
blur=on
|
blur=1
|
||||||
choose=on
|
choose=1
|
||||||
poll=on
|
poll=1
|
||||||
rpstart=on
|
rpstart=1
|
||||||
bet=on
|
bet=1
|
||||||
perish, thenperish=on
|
perish, thenperish=1
|
||||||
teey=on
|
teey=1
|
||||||
stats=on
|
stats=1
|
||||||
beans=on
|
beans=1
|
||||||
eightball, 8ball=on
|
eightball, 8ball=1
|
||||||
vote=on
|
vote=1
|
||||||
results=on
|
results=1
|
||||||
wolfram=on
|
wolfram=1
|
||||||
map=on
|
map=1
|
||||||
info, about=on
|
info, about=1
|
||||||
givebeans=on
|
givebeans=1
|
||||||
c++, g++, cplus, cpp=on
|
c++, g++, cplus, cpp=1
|
||||||
work=on
|
work=1
|
||||||
showpoll=on
|
showpoll=1
|
||||||
rpend=on
|
rpend=1
|
||||||
rpg=on
|
rpg=1
|
||||||
tweet=on
|
tweet=1
|
||||||
java, jdoodle=on
|
java, jdoodle=1
|
||||||
help=on
|
help=1
|
||||||
buildHelp=on
|
buildHelp=1
|
||||||
invite=on
|
invite=1
|
||||||
shutdown=on
|
shutdown=1
|
||||||
|
|||||||
@@ -21,8 +21,8 @@ public class CommandEnabler
|
|||||||
public static final String filename = "commands.config";
|
public static final String filename = "commands.config";
|
||||||
public static final String pairSplit = "=";
|
public static final String pairSplit = "=";
|
||||||
public static final char pairSeparator = '\n';
|
public static final char pairSeparator = '\n';
|
||||||
public static final String enabled = "on";
|
public static final String enabled = "1";
|
||||||
public static final String disabled = "off";
|
public static final String disabled = "0";
|
||||||
public static final boolean defaultEnabledState = true;
|
public static final boolean defaultEnabledState = true;
|
||||||
|
|
||||||
// Local variables
|
// Local variables
|
||||||
|
|||||||
Reference in New Issue
Block a user