Skip to content

Commit

Permalink
fixings
Browse files Browse the repository at this point in the history
  • Loading branch information
mechjesus committed Feb 27, 2014
1 parent 14a19b4 commit fe8c261
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Botchu.java
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public void onMessage(String channel, String sender, String login, String hostna
sendMessage(sender, "Commands: time, fight, test, go away");
}
if (message.equalsIgnoreCase("@fight")) {
sendMessage(channel, "/me establishes dominance over all other bots.");
sendAction(channel, "establishes dominance over all other bots.");
}
// if (message.equalsIgnoreCase("Ascend")) {
// changeNick(String alpha_paul_bot);
Expand Down

0 comments on commit fe8c261

Please sign in to comment.