doh, wrong irc host and port commited

This commit is contained in:
Lucas Pleß 2012-06-15 10:05:00 +02:00
parent 96e3dfd955
commit f862cb5d38
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ public class MainFrame extends JFrame {
setDefaultCloseOperation(EXIT_ON_CLOSE);
setTitle("CrastestCardPlayer");
setPreferredSize(new Dimension(800,500));
irc = new IrcClient(HostHelper.getHostName().toLowerCase(), "#crashtest", "localhost", 8888);
irc = new IrcClient(HostHelper.getHostName().toLowerCase(), "#crashtest", "irc.ctdo.de", 6667);
initGui();
setVisible(true);