Beispiel #1
0
  public PircTestRunner assertBotHello() {
    assertEventClass(SocketConnectEvent.class);
    assertBotOut("NICK TestBot");
    assertBotOut("USER PircBotX 8 * :" + bot.getConfiguration().getVersion());

    checkAllEmpty();

    return this;
  }