Skip to content
This repository has been archived by the owner on Jul 27, 2019. It is now read-only.

Commit

Permalink
Fix command-notify ignore.
Browse files Browse the repository at this point in the history
  • Loading branch information
cnaude committed May 11, 2015
1 parent 7addcfc commit a99384a
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -72,7 +72,7 @@ public void onPlayerCommandPreprocessEvent(PlayerCommandPreprocessEvent event) {
}
for (PurpleBot ircBot : plugin.ircBots.values()) {
if (!ircBot.channelCmdNotifyEnabled) {
return;
continue;
}
if (msg.toLowerCase().startsWith("/")) {
String cmd;
Expand Down

0 comments on commit a99384a

Please sign in to comment.