Default setting to be enabled confirm commands by default with commented out list of possible options

This commit is contained in:
Trent Hensler 2018-03-26 00:24:10 -07:00
parent ce1e584266
commit a468ec5e08
3 changed files with 10 additions and 10 deletions

View file

@ -303,7 +303,7 @@ public interface ISettings extends IConf {
boolean isDirectHatAllowed();
List<String> getDefaultDisabledConfirmCommands();
List<String> getDefaultEnabledConfirmCommands();
boolean isConfirmCommandEnabledByDefault(String commandName);
}