コード例 #1
0
ファイル: Bot.java プロジェクト: swatarianess/IRCbot
 public Bot(String host, int port) throws IOException {
   this.host = host;
   this.port = port;
   connect();
 }