Examples of PircClientConnection


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
Copyright © 2018 www.massapi.com. 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.