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

Commit

Permalink
Townytag issue resolve.
Browse files Browse the repository at this point in the history
  • Loading branch information
cnaude committed Jun 28, 2015
1 parent 1af6a17 commit fc70d4a
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -52,6 +52,6 @@ public void onAsyncChatHookEvent(AsyncChatHookEvent event) {
plugin.tcHook.sendToIrc(ircBot, player, townyChannel, event.getMessage());
}
}
event.getAsyncPlayerChatEvent().setMessage("[[townytag]]" + event.getMessage());
event.getAsyncPlayerChatEvent().setMessage(PurpleIRC.TOWNYTAG + event.getMessage());
}
}

0 comments on commit fc70d4a

Please sign in to comment.