Package com.l2jfrozen.gameserver.network

Examples of com.l2jfrozen.gameserver.network.L2IrcClient


    // =========================================================
    // Method - Private
    private final void load()
    {
    _ircConnection = new L2IrcClient(Config.IRC_SERVER, Config.IRC_PORT, Config.IRC_PASS, Config.IRC_NICK, Config.IRC_USER, Config.IRC_NAME, Config.IRC_SSL, Config.IRC_CHANNEL);     
      try
      {
        _ircConnection.connect();
    }
      catch (Exception e)
View Full Code Here

TOP

Related Classes of com.l2jfrozen.gameserver.network.L2IrcClient

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.