| Methods in com.uwyn.drone.core that throw CoreException | 
|  void | ServerListener.connected(Server server)
 | 
|  void | ServerListener.disconnected(Server server)
 | 
|  void | Server.connect()
 | 
|  void | Server.disconnect()
 | 
|  void | Server.reconnect()
 | 
|  void | ResponseListener.receivedResponse(ServerMessage message)
 | 
|  void | Module.loggedon(Bot bot)
 | 
|  void | Module.messageCommand(Bot bot,
               String nick,
               String command,
               String arguments,
               ServerMessage fullMessage)
 | 
|  void | Module.noticeCommand(Bot bot,
              String nick,
              String command,
              String arguments,
              ServerMessage fullMessage)
 | 
|  void | Module.channelCommand(Bot bot,
               Channel channel,
               String nick,
               String command,
               String arguments,
               ServerMessage fullMessage)
 | 
|  void | Module.channelMessage(Bot bot,
               Channel channel,
               String nick,
               ServerMessage fullMessage)
 | 
|  void | Module.rawCommand(Bot bot,
           String nick,
           String command,
           ServerMessage fullMessage)
 | 
|  void | Module.response(Bot bot,
         String nick,
         ResponseCode responseCode,
         ServerMessage fullMessage)
 | 
|  void | CommandListener.receivedCommand(ServerMessage message)
 | 
|  boolean | Channel.join()
 | 
|  boolean | Channel.leave()
 | 
|  boolean | Channel.send(String message)
 | 
|  void | Bot.send(IrcCommand command)
 | 
|  void | Bot.logon()
 | 
|  void | Bot.redoLogon()
 | 
|  void | Bot.changeNick(String nick)
 | 
|  void | Bot.logoff()
 | 
|  void | Bot.disconnect()
 | 
|  boolean | Bot.join(String channelName)
 | 
|  boolean | Bot.leave(String channelName)
 | 
|  void | Bot.pause()
 | 
|  void | Bot.resume()
 | 
|  void | Bot.disconnected(Server server)
 | 
|  void | Bot.connected(Server server)
 | 
|  void | Bot.receivedResponse(ServerMessage message)
 | 
|  void | Bot.receivedCommand(ServerMessage message)
 | 
|  void | AbstractModule.loggedon(Bot bot)
 | 
|  void | AbstractModule.messageCommand(Bot bot,
               String nick,
               String command,
               String arguments,
               ServerMessage fullMessage)
 | 
|  void | AbstractModule.noticeCommand(Bot bot,
              String nick,
              String command,
              String arguments,
              ServerMessage fullMessage)
 | 
|  void | AbstractModule.channelCommand(Bot bot,
               Channel channel,
               String nick,
               String command,
               String arguments,
               ServerMessage fullMessage)
 | 
|  void | AbstractModule.channelMessage(Bot bot,
               Channel channel,
               String nick,
               ServerMessage fullMessage)
 | 
|  void | AbstractModule.rawCommand(Bot bot,
           String nick,
           String command,
           ServerMessage fullMessage)
 | 
|  void | AbstractModule.response(Bot bot,
         String nick,
         ResponseCode responseCode,
         ServerMessage fullMessage)
 | 
 
| Methods in com.uwyn.drone.modules that throw CoreException | 
|  void | Version.messageCommand(Bot bot,
               String nick,
               String command,
               String arguments,
               ServerMessage fullMessage)
 | 
|  void | Throughput.channelCommand(Bot bot,
               Channel channel,
               String nick,
               String command,
               String arguments,
               ServerMessage fullMessage)
 | 
|  void | Seen.channelCommand(Bot bot,
               Channel channel,
               String nick,
               String command,
               String arguments,
               ServerMessage fullMessage)
 | 
|  void | Seen.messageCommand(Bot bot,
               String nick,
               String command,
               String arguments,
               ServerMessage fullMessage)
 | 
|  void | Seen.channelMessage(Bot bot,
               Channel channel,
               String nick,
               ServerMessage fullMessage)
 | 
|  void | Seen.response(Bot bot,
         String nick,
         ResponseCode responseCode,
         ServerMessage fullMessage)
 | 
|  String | Seen.processSeenWaiting(Bot bot,
                   Channel channel,
                   String seen)
 | 
|  void | Say.messageCommand(Bot bot,
               String nick,
               String command,
               String arguments,
               ServerMessage fullMessage)
 | 
|  void | Register.messageCommand(Bot bot,
               String nick,
               String command,
               String arguments,
               ServerMessage fullMessage)
 | 
|  void | Quit.messageCommand(Bot bot,
               String nick,
               String command,
               String arguments,
               ServerMessage fullMessage)
 | 
|  void | Ping.messageCommand(Bot bot,
               String nick,
               String command,
               String arguments,
               ServerMessage fullMessage)
 | 
|  void | Log.messageCommand(Bot bot,
               String nick,
               String command,
               String arguments,
               ServerMessage fullMessage)
 | 
|  void | Log.channelMessage(Bot bot,
               Channel channel,
               String nick,
               ServerMessage fullMessage)
 | 
|  void | Identify.loggedon(Bot bot)
 | 
|  void | Help.messageCommand(Bot bot,
               String nick,
               String command,
               String arguments,
               ServerMessage fullMessage)
 | 
|  void | Faq.messageCommand(Bot bot,
               String nick,
               String command,
               String arguments,
               ServerMessage fullMessage)
 | 
|  void | Faq.channelCommand(Bot bot,
               Channel channel,
               String nick,
               String command,
               String arguments,
               ServerMessage fullMessage)
 |