Fix command-notify ignore.

This commit is contained in:
cnaude 2015-05-11 11:58:07 -07:00
parent 5b71aba092
commit 16f5162b15

View File

@ -72,7 +72,7 @@ public class GamePlayerCommandPreprocessingListener implements Listener {
}
for (PurpleBot ircBot : plugin.ircBots.values()) {
if (!ircBot.channelCmdNotifyEnabled) {
return;
continue;
}
if (msg.toLowerCase().startsWith("/")) {
String cmd;