Untitled
By: a guest | Feb 9th, 2010 | Syntax:
Java | Size: 0.24 KB | Hits: 26 | Expires: Never
public void help
(IRCMessage m
) throws Exception {
sendMessage(m.getSource(), Constants.BOT_NICK + " is working!");
}
public void parse
(IRCMessage m
) throws Exception {
sendMessage(m.getSource(), "There is no help for this command");
}