Package pircbot.adapter

Examples of pircbot.adapter.PircClientConnection


  private static final String NICKNAME = "Reddit";

  private final RedditBot chatBot;

  public static void main(String[] args) {
    ClientConnection clientConnection = new PircClientConnection("irc.uk.quakenet.org", 6667, NICKNAME, "lolomg");
    RedditIrc ircBot = new RedditIrc(clientConnection, "#bhynjk");
    ircBot.start();
  }
View Full Code Here

TOP

Related Classes of pircbot.adapter.PircClientConnection

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.