Esempio n. 1
0
 protected void onJoin(String channel, String sender, String login, String hostname) {
   super.onJoin(channel, sender, login, hostname);
   if (sender.equals(this.getName()) && !quiet)
     this.sendMessage(channel, "Hello, I am a bot. Say \"!tweet\" and I will tweet what you say.");
 }