= Changed to 1/0 for enabled/disabled to avoid confusion.

This commit is contained in:
Matthew Cech
2019-04-14 02:02:19 -07:00
parent 044305c013
commit 9ae5fb3617
2 changed files with 37 additions and 37 deletions
+35 -35
View File
@@ -1,35 +1,35 @@
indicator=on
boop=on
tony, stark, dontfeelgood, dontfeelsogood=on
yeet=on
role=on
ping=on
rating=on
roll=on
blur=on
choose=on
poll=on
rpstart=on
bet=on
perish, thenperish=on
teey=on
stats=on
beans=on
eightball, 8ball=on
vote=on
results=on
wolfram=on
map=on
info, about=on
givebeans=on
c++, g++, cplus, cpp=on
work=on
showpoll=on
rpend=on
rpg=on
tweet=on
java, jdoodle=on
help=on
buildHelp=on
invite=on
shutdown=on
indicator=1
boop=1
tony, stark, dontfeelgood, dontfeelsogood=1
yeet=1
role=1
ping=1
rating=1
roll=1
blur=1
choose=1
poll=1
rpstart=1
bet=1
perish, thenperish=1
teey=1
stats=1
beans=1
eightball, 8ball=1
vote=1
results=1
wolfram=1
map=1
info, about=1
givebeans=1
c++, g++, cplus, cpp=1
work=1
showpoll=1
rpend=1
rpg=1
tweet=1
java, jdoodle=1
help=1
buildHelp=1
invite=1
shutdown=1
+2 -2
View File
@@ -21,8 +21,8 @@ public class CommandEnabler
public static final String filename = "commands.config";
public static final String pairSplit = "=";
public static final char pairSeparator = '\n';
public static final String enabled = "on";
public static final String disabled = "off";
public static final String enabled = "1";
public static final String disabled = "0";
public static final boolean defaultEnabledState = true;
// Local variables