Share Pastebin
Guest
Public paste!

Untitled

By: a guest | Feb 9th, 2010 | Syntax: Java | Size: 0.24 KB | Hits: 26 | Expires: Never
Copy text to clipboard
  1.         public void help(IRCMessage m) throws Exception {
  2.                 sendMessage(m.getSource(), Constants.BOT_NICK + " is working!");
  3.         }
  4.  
  5.         public void parse(IRCMessage m) throws Exception {
  6.                 sendMessage(m.getSource(), "There is no help for this command");
  7.         }