Skip to content

Commit

Permalink
Update Server.java
Browse files Browse the repository at this point in the history
  • Loading branch information
Konloch committed Dec 16, 2023
1 parent ccf53f0 commit ad03a49
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/main/java/com/konloch/ircbot/server/Server.java
Original file line number Diff line number Diff line change
Expand Up @@ -239,10 +239,6 @@ else if (message.startsWith(":"))
{
room.setJoined(true);
User user = room.get(nickname);

if(user == null)
System.out.println("NULL ON: " + nickname);

bot.getGlobalEvents().callRoomMessage(room, user, msg);
}
}
Expand Down

0 comments on commit ad03a49

Please sign in to comment.