bots
Class SnorBot2

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

public class SnorBot2
extends AnswerBot

Author:
Sjoerd Dost Drawing a mustache on a recognised face without Processing

Constructor Summary
SnorBot2()
           
 
Method Summary
 java.lang.String ask(java.lang.String in, java.lang.String who)
           
 
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

SnorBot2

public SnorBot2()
Method Detail

ask

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