bots
Class Snorbot

java.lang.Object
  extended by bots.AnswerBot
      extended by bots.Snorbot
All Implemented Interfaces:
IBot<ReceiveChatEvent>, java.util.EventListener, Listener<ReceiveChatEvent>

public class Snorbot
extends AnswerBot


Constructor Summary
Snorbot()
           
 
Method Summary
 java.lang.String ask(java.lang.String input, java.lang.String user)
           
 
Methods inherited from class bots.AnswerBot
event, wants
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Snorbot

public Snorbot()
Method Detail

ask

public java.lang.String ask(java.lang.String input,
                            java.lang.String user)
Specified by:
ask in class AnswerBot