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

Commit

Permalink
Add irc-console-chat
Browse files Browse the repository at this point in the history
  • Loading branch information
cnaude committed Feb 14, 2014
1 parent 2f72995 commit 761a2ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/cnaude/purpleirc/PurpleBot.java
Expand Up @@ -1658,7 +1658,7 @@ public void broadcastChat(String nick, String myChannel, String message, boolean
if (enabledMessages.get(myChannel).contains(TemplateName.IRC_CONSOLE_CHAT)) {
String tmpl = plugin.getMsgTemplate(botNick, TemplateName.IRC_CONSOLE_CHAT);
plugin.logDebug("broadcastChat [Console]: " + tmpl);
plugin.logInfo(plugin.tokenizer.ircChatToGameTokenizer(
plugin.getServer().getConsoleSender().sendMessage(plugin.tokenizer.ircChatToGameTokenizer(
nick, myChannel, plugin.getMsgTemplate(botNick,
TemplateName.IRC_CONSOLE_CHAT), message));
}
Expand Down

0 comments on commit 761a2ed

Please sign in to comment.