Exemplo n.º 1
0
 @EventHandler
 public void handleCTCP(CTCPEvent e) {
   if ("ACTION".equalsIgnoreCase(e.getType())) {
     final Action event = new Action(e);
     fireEvent("irc_action", event);
   }
 }