mirror of
https://github.com/cnaude/PurpleIRC-spigot.git
synced 2024-11-29 05:26:19 +01:00
Fix command-notify ignore.
This commit is contained in:
parent
5b71aba092
commit
16f5162b15
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user