<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>Udvikleren.dk - Seneste [irc] forum tråde</title>
    <description>De seneste forum tråde i [irc] på Udvikleren.dk</description>
    <link>http://www.udvikleren.dk/</link>
    <pubDate>Wed, 29 Apr 2026 11:59:42 GMT</pubDate>
    <docs>http://backend.userland.com/rss</docs>
    <generator>Udvikleren.dk RSS Feeder</generator>
    <ttl>60</ttl>
    <item>
      <title>Irc +b respons</title>
      <description>Jeg er igang med en lille øvelse hvor jeg ville lave en irc klient (bare fordi jeg kan)&lt;br /&gt;&lt;br /&gt;Jeg er kommet til den store hoved pine at ved MODE +b skal ville jeg finde brugeren som er min database over online bruger. &lt;br /&gt;Men synes ikke helt jeg kan se systemet i det. &lt;br /&gt;&lt;br /&gt;på denne hjemmeside &lt;a href="https://tools.ietf.org/html/rfc2812"&gt;https://tools.ietf.org/html/rfc2812&lt;/a&gt; siger de&lt;br /&gt;&lt;div class="codeboxheader" id="code_2142935434" onclick="ToggleCodeBox(this.id);"&gt;&lt;img id="code_2142935434_arrow" src="/images/icons/codeboxarrow_down.gif" alt="Fold kodeboks ind/ud" title="Fold kodeboks ind/ud" /&gt;Kode&amp;nbsp;&lt;/div&gt;&lt;pre id="code_2142935434code" style="border-top: 0px; display: none;"&gt; MODE &amp;oulu +b *!*@*.edu +e *!*@*.bu.edu
                                   ; Command to prevent any user from a
                                   hostname matching *.edu from joining,
                                   except if matching *.bu.edu
&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;Men problemet er at hvis man i mIRC skriver "/mode #rix +b" skriver serveren &lt;br /&gt;:Ghost!Ghost@357bph3pg2t4s40txxyk3lner.guest.OnlineGamesNet MODE #rix +b Humle!*@*&lt;br /&gt;&lt;br /&gt;eller hvis man bruger dens inbygget ban function skriver den&lt;br /&gt;:Ghost!Ghost@357bph3pg2t4s40txxyk3lner.guest.OnlineGamesNet MODE #rix +b *!*@357&lt;br /&gt;bph3pg2t4s40txxyk3lner.guest.OnlineGamesNet&lt;br /&gt;&lt;br /&gt;Så hvordan skal man forbinde det til en bruger ?</description>
      <link>http://www.udvikleren.dk/forum/46629/irc-+b-respons/</link>
      <pubDate>Tue, 28 Jul 2015 03:05:10 GMT</pubDate>
    </item>
    <item>
      <title>Java Socket vil ikke forbinde til irc channel</title>
      <description>Jeg er igang med at kode en irc-bot der ligger og lytter til irc.freenode.net #archlinux. (Et eller andet skulle den lytte til, skifter channel når jeg har lavet det færdigt). Så snart der bliver skrevet "tihifnislolkage" inde på #archlinux, så skulle min bot gerne eksekvere notepad via CMD. &lt;br /&gt;&lt;br /&gt;Det ser ud til at den connecter helt fint til irc.freenode.net, da jeg får dette output:&lt;br /&gt;&lt;div class="codeboxheader" id="code_918957916" onclick="ToggleCodeBox(this.id);"&gt;&lt;img id="code_918957916_arrow" src="/images/icons/codeboxarrow_down.gif" alt="Fold kodeboks ind/ud" title="Fold kodeboks ind/ud" /&gt;Kode&amp;nbsp;&lt;/div&gt;&lt;pre id="code_918957916code" style="border-top: 0px; display: none;"&gt;Tries to connect to server at: irc.freenode.net 6665
Connection established (with irc.freenode.net/94.125.182.252:6665)&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;Da jeg connecter min socket til irc.freenode.net her:&lt;br /&gt;&lt;div class="codeboxheader" id="code_886948521" onclick="ToggleCodeBox(this.id);"&gt;&lt;img id="code_886948521_arrow" src="/images/icons/codeboxarrow_down.gif" alt="Fold kodeboks ind/ud" title="Fold kodeboks ind/ud" /&gt;Java kode&amp;nbsp;&lt;/div&gt;&lt;pre id="code_886948521code" style="border-top: 0px; display: none;"&gt;&lt;ol&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #008000;"&gt;////&lt;/span&gt;&lt;span style="color: #008000;"&gt; Socket&lt;/span&gt;&lt;span style="color: #008000;"&gt;&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #008000;"&gt;&lt;/span&gt;&lt;span style="color: #000000;"&gt;        System.out.println(&lt;/span&gt;&lt;span style="color: #000000;"&gt;&amp;quot;&lt;/span&gt;&lt;span style="color: #000000;"&gt;Tries to connect to server at: &lt;/span&gt;&lt;span style="color: #000000;"&gt;&amp;quot;&lt;/span&gt;&lt;span style="color: #000000;"&gt; &lt;/span&gt;&lt;span style="color: #000000;"&gt;+&lt;/span&gt;&lt;span style="color: #000000;"&gt; serverName &lt;/span&gt;&lt;span style="color: #000000;"&gt;+&lt;/span&gt;&lt;span style="color: #000000;"&gt; &lt;/span&gt;&lt;span style="color: #000000;"&gt;&amp;quot;&lt;/span&gt;&lt;span style="color: #000000;"&gt; &lt;/span&gt;&lt;span style="color: #000000;"&gt;&amp;quot;&lt;/span&gt;&lt;span style="color: #000000;"&gt; &lt;/span&gt;&lt;span style="color: #000000;"&gt;+&lt;/span&gt;&lt;span style="color: #000000;"&gt; port);&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;        client &lt;/span&gt;&lt;span style="color: #000000;"&gt;=&lt;/span&gt;&lt;span style="color: #000000;"&gt; &lt;/span&gt;&lt;span style="color: #0000FF;"&gt;new&lt;/span&gt;&lt;span style="color: #000000;"&gt; Socket(serverName, port);&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;        System.out.println(&lt;/span&gt;&lt;span style="color: #000000;"&gt;&amp;quot;&lt;/span&gt;&lt;span style="color: #000000;"&gt;Connection established (with &lt;/span&gt;&lt;span style="color: #000000;"&gt;&amp;quot;&lt;/span&gt;&lt;span style="color: #000000;"&gt; &lt;/span&gt;&lt;span style="color: #000000;"&gt;+&lt;/span&gt;&lt;span style="color: #000000;"&gt; client.getRemoteSocketAddress() &lt;/span&gt;&lt;span style="color: #000000;"&gt;+&lt;/span&gt;&lt;span style="color: #000000;"&gt; &lt;/span&gt;&lt;span style="color: #000000;"&gt;&amp;quot;&lt;/span&gt;&lt;span style="color: #000000;"&gt;)&lt;/span&gt;&lt;span style="color: #000000;"&gt;&amp;quot;&lt;/span&gt;&lt;span style="color: #000000;"&gt;);&lt;/span&gt;&lt;/li&gt;&lt;/ol&gt;&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;Jeg bruger en Thread til at lytte på kanalen. Det hele ser ud til at gå helt fint, indtil programmet har kørt i et minut eller sådan noget. Så får jeg IOException. Her er run metoden: &lt;br /&gt;&lt;div class="codeboxheader" id="code_781767299" onclick="ToggleCodeBox(this.id);"&gt;&lt;img id="code_781767299_arrow" src="/images/icons/codeboxarrow_down.gif" alt="Fold kodeboks ind/ud" title="Fold kodeboks ind/ud" /&gt;Java kode&amp;nbsp;&lt;/div&gt;&lt;pre id="code_781767299code" style="border-top: 0px; display: none;"&gt;&lt;ol&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #008000;"&gt;//&lt;/span&gt;&lt;span style="color: #008000;"&gt; Run method (Overwrites from the Thread class)&lt;/span&gt;&lt;span style="color: #008000;"&gt;&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #008000;"&gt;&lt;/span&gt;&lt;span style="color: #000000;"&gt;    &lt;/span&gt;&lt;span style="color: #0000FF;"&gt;public&lt;/span&gt;&lt;span style="color: #000000;"&gt; &lt;/span&gt;&lt;span style="color: #0000FF;"&gt;void&lt;/span&gt;&lt;span style="color: #000000;"&gt; run()&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;    {&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;        System.out.println(&lt;/span&gt;&lt;span style="color: #000000;"&gt;&amp;quot;&lt;/span&gt;&lt;span style="color: #000000;"&gt;run method&lt;/span&gt;&lt;span style="color: #000000;"&gt;&amp;quot;&lt;/span&gt;&lt;span style="color: #000000;"&gt;);&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;        &lt;/span&gt;&lt;span style="color: #0000FF;"&gt;while&lt;/span&gt;&lt;span style="color: #000000;"&gt;(&lt;/span&gt;&lt;span style="color: #0000FF;"&gt;true&lt;/span&gt;&lt;span style="color: #000000;"&gt;)&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;        {&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;            System.out.println(&lt;/span&gt;&lt;span style="color: #000000;"&gt;&amp;quot;&lt;/span&gt;&lt;span style="color: #000000;"&gt;Listens to the IRC server&lt;/span&gt;&lt;span style="color: #000000;"&gt;&amp;quot;&lt;/span&gt;&lt;span style="color: #000000;"&gt;);&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;            &lt;/span&gt;&lt;span style="color: #0000FF;"&gt;try&lt;/span&gt;&lt;span style="color: #000000;"&gt;&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;            {&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;                String messageFromServer &lt;/span&gt;&lt;span style="color: #000000;"&gt;=&lt;/span&gt;&lt;span style="color: #000000;"&gt; input.readUTF();&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;                System.out.println(messageFromServer);&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;                &lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;                &lt;/span&gt;&lt;span style="color: #0000FF;"&gt;if&lt;/span&gt;&lt;span style="color: #000000;"&gt;(messageFromServer.equals(&lt;/span&gt;&lt;span style="color: #000000;"&gt;&amp;quot;&lt;/span&gt;&lt;span style="color: #000000;"&gt;tihifnislolkage&lt;/span&gt;&lt;span style="color: #000000;"&gt;&amp;quot;&lt;/span&gt;&lt;span style="color: #000000;"&gt;))&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;                {&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;                    String command &lt;/span&gt;&lt;span style="color: #000000;"&gt;=&lt;/span&gt;&lt;span style="color: #000000;"&gt; &lt;/span&gt;&lt;span style="color: #000000;"&gt;&amp;quot;&lt;/span&gt;&lt;span style="color: #000000;"&gt;cmd /c start notepad&lt;/span&gt;&lt;span style="color: #000000;"&gt;&amp;quot;&lt;/span&gt;&lt;span style="color: #000000;"&gt;;&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;                    Process child &lt;/span&gt;&lt;span style="color: #000000;"&gt;=&lt;/span&gt;&lt;span style="color: #000000;"&gt; Runtime.getRuntime().exec(command);&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;                }&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;            }&lt;/span&gt;&lt;span style="color: #0000FF;"&gt;catch&lt;/span&gt;&lt;span style="color: #000000;"&gt;(IOException e){System.out.println(&lt;/span&gt;&lt;span style="color: #000000;"&gt;&amp;quot;&lt;/span&gt;&lt;span style="color: #000000;"&gt;Something wrong with run method in SocketClient.java&lt;/span&gt;&lt;span style="color: #000000;"&gt;&amp;quot;&lt;/span&gt;&lt;span style="color: #000000;"&gt;);}&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;        }&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;    }&lt;/span&gt;&lt;/li&gt;&lt;/ol&gt;&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Her er alt min kode&lt;br /&gt;&lt;br /&gt;Main.java&lt;br /&gt;&lt;div class="codeboxheader" id="code_1403040998" onclick="ToggleCodeBox(this.id);"&gt;&lt;img id="code_1403040998_arrow" src="/images/icons/codeboxarrow_down.gif" alt="Fold kodeboks ind/ud" title="Fold kodeboks ind/ud" /&gt;Java kode&amp;nbsp;&lt;/div&gt;&lt;pre id="code_1403040998code" style="border-top: 0px; display: none;"&gt;&lt;ol&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #0000FF;"&gt;import&lt;/span&gt;&lt;span style="color: #000000;"&gt; java.io.IOException;&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;&lt;/span&gt;&lt;span style="color: #0000FF;"&gt;import&lt;/span&gt;&lt;span style="color: #000000;"&gt; java.net.UnknownHostException;&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;&lt;/span&gt;&lt;span style="color: #0000FF;"&gt;public&lt;/span&gt;&lt;span style="color: #000000;"&gt; &lt;/span&gt;&lt;span style="color: #0000FF;"&gt;class&lt;/span&gt;&lt;span style="color: #000000;"&gt; Main &lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;{&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;    &lt;/span&gt;&lt;span style="color: #0000FF;"&gt;public&lt;/span&gt;&lt;span style="color: #000000;"&gt; &lt;/span&gt;&lt;span style="color: #0000FF;"&gt;static&lt;/span&gt;&lt;span style="color: #000000;"&gt; &lt;/span&gt;&lt;span style="color: #0000FF;"&gt;void&lt;/span&gt;&lt;span style="color: #000000;"&gt; main(String args[]) &lt;/span&gt;&lt;span style="color: #0000FF;"&gt;throws&lt;/span&gt;&lt;span style="color: #000000;"&gt; UnknownHostException, IOException&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;    {&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;        Thread whatevah &lt;/span&gt;&lt;span style="color: #000000;"&gt;=&lt;/span&gt;&lt;span style="color: #000000;"&gt; &lt;/span&gt;&lt;span style="color: #0000FF;"&gt;new&lt;/span&gt;&lt;span style="color: #000000;"&gt; SocketClient();&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;        whatevah.start();&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;    }&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;}&lt;/span&gt;&lt;/li&gt;&lt;/ol&gt;&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;SocketClient.java&lt;br /&gt;&lt;div class="codeboxheader" id="code_976680082" onclick="ToggleCodeBox(this.id);"&gt;&lt;img id="code_976680082_arrow" src="/images/icons/codeboxarrow_down.gif" alt="Fold kodeboks ind/ud" title="Fold kodeboks ind/ud" /&gt;Java kode&amp;nbsp;&lt;/div&gt;&lt;pre id="code_976680082code" style="border-top: 0px; display: none;"&gt;&lt;ol&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #0000FF;"&gt;import&lt;/span&gt;&lt;span style="color: #000000;"&gt; java.io.DataInputStream;&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;&lt;/span&gt;&lt;span style="color: #0000FF;"&gt;import&lt;/span&gt;&lt;span style="color: #000000;"&gt; java.io.DataOutputStream;&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;&lt;/span&gt;&lt;span style="color: #0000FF;"&gt;import&lt;/span&gt;&lt;span style="color: #000000;"&gt; java.io.IOException;&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;&lt;/span&gt;&lt;span style="color: #0000FF;"&gt;import&lt;/span&gt;&lt;span style="color: #000000;"&gt; java.io.InputStream;&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;&lt;/span&gt;&lt;span style="color: #0000FF;"&gt;import&lt;/span&gt;&lt;span style="color: #000000;"&gt; java.io.OutputStream;&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;&lt;/span&gt;&lt;span style="color: #0000FF;"&gt;import&lt;/span&gt;&lt;span style="color: #000000;"&gt; java.net.Socket;&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;&lt;/span&gt;&lt;span style="color: #0000FF;"&gt;import&lt;/span&gt;&lt;span style="color: #000000;"&gt; java.net.UnknownHostException;&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;&lt;/span&gt;&lt;span style="color: #0000FF;"&gt;import&lt;/span&gt;&lt;span style="color: #000000;"&gt; java.util.Random;&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;&lt;/span&gt;&lt;span style="color: #0000FF;"&gt;public&lt;/span&gt;&lt;span style="color: #000000;"&gt; &lt;/span&gt;&lt;span style="color: #0000FF;"&gt;class&lt;/span&gt;&lt;span style="color: #000000;"&gt; SocketClient &lt;/span&gt;&lt;span style="color: #0000FF;"&gt;extends&lt;/span&gt;&lt;span style="color: #000000;"&gt; Thread&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;{&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;    &lt;/span&gt;&lt;span style="color: #008000;"&gt;//////////////&lt;/span&gt;&lt;span style="color: #008000;"&gt;NETWORKING STUFF&lt;/span&gt;&lt;span style="color: #008000;"&gt;&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #008000;"&gt;&lt;/span&gt;&lt;span style="color: #000000;"&gt;    String serverName; &lt;/span&gt;&lt;span style="color: #008000;"&gt;//&lt;/span&gt;&lt;span style="color: #008000;"&gt; name of the server/host we're going to connect to&lt;/span&gt;&lt;span style="color: #008000;"&gt;&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #008000;"&gt;&lt;/span&gt;&lt;span style="color: #000000;"&gt;    &lt;/span&gt;&lt;span style="color: #0000FF;"&gt;int&lt;/span&gt;&lt;span style="color: #000000;"&gt; port; &lt;/span&gt;&lt;span style="color: #008000;"&gt;//&lt;/span&gt;&lt;span style="color: #008000;"&gt; The port we're going to connect to, on the given server&lt;/span&gt;&lt;span style="color: #008000;"&gt;&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #008000;"&gt;&lt;/span&gt;&lt;span style="color: #000000;"&gt;    String name; &lt;/span&gt;&lt;span style="color: #008000;"&gt;//&lt;/span&gt;&lt;span style="color: #008000;"&gt; IRC username&lt;/span&gt;&lt;span style="color: #008000;"&gt;&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #008000;"&gt;&lt;/span&gt;&lt;span style="color: #000000;"&gt;    &lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;    Socket client; &lt;/span&gt;&lt;span style="color: #008000;"&gt;//&lt;/span&gt;&lt;span style="color: #008000;"&gt; The socket&lt;/span&gt;&lt;span style="color: #008000;"&gt;&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #008000;"&gt;&lt;/span&gt;&lt;span style="color: #000000;"&gt;    OutputStream outputToServer; &lt;/span&gt;&lt;span style="color: #008000;"&gt;//&lt;/span&gt;&lt;span style="color: #008000;"&gt; The output stream - the canal we're going to use to send data TO the host.&lt;/span&gt;&lt;span style="color: #008000;"&gt;&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #008000;"&gt;&lt;/span&gt;&lt;span style="color: #000000;"&gt;    DataOutputStream output; &lt;/span&gt;&lt;span style="color: #008000;"&gt;//&lt;/span&gt;&lt;span style="color: #008000;"&gt; A translator that translate the datatypes we know into raw data (bytes/packets)&lt;/span&gt;&lt;span style="color: #008000;"&gt;&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #008000;"&gt;&lt;/span&gt;&lt;span style="color: #000000;"&gt;    InputStream inputFromServer; &lt;/span&gt;&lt;span style="color: #008000;"&gt;//&lt;/span&gt;&lt;span style="color: #008000;"&gt; The input stream - the canal we're going to use to receive data FROM the host&lt;/span&gt;&lt;span style="color: #008000;"&gt;&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #008000;"&gt;&lt;/span&gt;&lt;span style="color: #000000;"&gt;    DataInputStream input; &lt;/span&gt;&lt;span style="color: #008000;"&gt;//&lt;/span&gt;&lt;span style="color: #008000;"&gt; A translator that translate the raw bytes/packets into datatypes we know&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #008000;"&gt;    &lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #008000;"&gt;    &lt;/span&gt;&lt;span style="color: #008000;"&gt;//&lt;/span&gt;&lt;span style="color: #008000;"&gt; CONSTRUCTAH&lt;/span&gt;&lt;span style="color: #008000;"&gt;&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #008000;"&gt;&lt;/span&gt;&lt;span style="color: #000000;"&gt;    &lt;/span&gt;&lt;span style="color: #0000FF;"&gt;public&lt;/span&gt;&lt;span style="color: #000000;"&gt; SocketClient() &lt;/span&gt;&lt;span style="color: #0000FF;"&gt;throws&lt;/span&gt;&lt;span style="color: #000000;"&gt; UnknownHostException, IOException&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;    {&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;        init();&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;        &lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;        hookupshit();&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;    }&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;    &lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;    &lt;/span&gt;&lt;span style="color: #008000;"&gt;//&lt;/span&gt;&lt;span style="color: #008000;"&gt; Method for sending the irc channel some shitty ass pingy fuck data&lt;/span&gt;&lt;span style="color: #008000;"&gt;&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #008000;"&gt;&lt;/span&gt;&lt;span style="color: #000000;"&gt;    &lt;/span&gt;&lt;span style="color: #0000FF;"&gt;public&lt;/span&gt;&lt;span style="color: #000000;"&gt; &lt;/span&gt;&lt;span style="color: #0000FF;"&gt;void&lt;/span&gt;&lt;span style="color: #000000;"&gt; hookupshit() &lt;/span&gt;&lt;span style="color: #0000FF;"&gt;throws&lt;/span&gt;&lt;span style="color: #000000;"&gt; IOException&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;    {&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;        System.out.println(&lt;/span&gt;&lt;span style="color: #000000;"&gt;&amp;quot;&lt;/span&gt;&lt;span style="color: #000000;"&gt;hookupshit method&lt;/span&gt;&lt;span style="color: #000000;"&gt;&amp;quot;&lt;/span&gt;&lt;span style="color: #000000;"&gt;);&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;        &lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;        &lt;/span&gt;&lt;span style="color: #008000;"&gt;//&lt;/span&gt;&lt;span style="color: #008000;"&gt; Generating a name&lt;/span&gt;&lt;span style="color: #008000;"&gt;&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #008000;"&gt;&lt;/span&gt;&lt;span style="color: #000000;"&gt;        Random random &lt;/span&gt;&lt;span style="color: #000000;"&gt;=&lt;/span&gt;&lt;span style="color: #000000;"&gt; &lt;/span&gt;&lt;span style="color: #0000FF;"&gt;new&lt;/span&gt;&lt;span style="color: #000000;"&gt; Random();&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;        &lt;/span&gt;&lt;span style="color: #0000FF;"&gt;int&lt;/span&gt;&lt;span style="color: #000000;"&gt; a &lt;/span&gt;&lt;span style="color: #000000;"&gt;=&lt;/span&gt;&lt;span style="color: #000000;"&gt; random.nextInt(&lt;/span&gt;&lt;span style="color: #000000;"&gt;99999&lt;/span&gt;&lt;span style="color: #000000;"&gt;);&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;        String tit &lt;/span&gt;&lt;span style="color: #000000;"&gt;=&lt;/span&gt;&lt;span style="color: #000000;"&gt; String.valueOf(a);&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;        name &lt;/span&gt;&lt;span style="color: #000000;"&gt;=&lt;/span&gt;&lt;span style="color: #000000;"&gt; &lt;/span&gt;&lt;span style="color: #000000;"&gt;&amp;quot;&lt;/span&gt;&lt;span style="color: #000000;"&gt;a&lt;/span&gt;&lt;span style="color: #000000;"&gt;&amp;quot;&lt;/span&gt;&lt;span style="color: #000000;"&gt; &lt;/span&gt;&lt;span style="color: #000000;"&gt;+&lt;/span&gt;&lt;span style="color: #000000;"&gt; tit;&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;        System.out.println(&lt;/span&gt;&lt;span style="color: #000000;"&gt;&amp;quot;&lt;/span&gt;&lt;span style="color: #000000;"&gt;Your name iz: &lt;/span&gt;&lt;span style="color: #000000;"&gt;&amp;quot;&lt;/span&gt;&lt;span style="color: #000000;"&gt; &lt;/span&gt;&lt;span style="color: #000000;"&gt;+&lt;/span&gt;&lt;span style="color: #000000;"&gt; name);&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;        &lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;        output.writeUTF(&lt;/span&gt;&lt;span style="color: #000000;"&gt;&amp;quot;&lt;/span&gt;&lt;span style="color: #000000;"&gt;NICK &lt;/span&gt;&lt;span style="color: #000000;"&gt;&amp;quot;&lt;/span&gt;&lt;span style="color: #000000;"&gt; &lt;/span&gt;&lt;span style="color: #000000;"&gt;+&lt;/span&gt;&lt;span style="color: #000000;"&gt; name &lt;/span&gt;&lt;span style="color: #000000;"&gt;+&lt;/span&gt;&lt;span style="color: #000000;"&gt; &lt;/span&gt;&lt;span style="color: #000000;"&gt;&amp;quot;&lt;/span&gt;&lt;span style="color: #000000;"&gt;\n\r&lt;/span&gt;&lt;span style="color: #000000;"&gt;&amp;quot;&lt;/span&gt;&lt;span style="color: #000000;"&gt;);&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;        output.writeUTF(&lt;/span&gt;&lt;span style="color: #000000;"&gt;&amp;quot;&lt;/span&gt;&lt;span style="color: #000000;"&gt;USER &lt;/span&gt;&lt;span style="color: #000000;"&gt;&amp;quot;&lt;/span&gt;&lt;span style="color: #000000;"&gt; &lt;/span&gt;&lt;span style="color: #000000;"&gt;+&lt;/span&gt;&lt;span style="color: #000000;"&gt; name &lt;/span&gt;&lt;span style="color: #000000;"&gt;+&lt;/span&gt;&lt;span style="color: #000000;"&gt; &lt;/span&gt;&lt;span style="color: #000000;"&gt;&amp;quot;&lt;/span&gt;&lt;span style="color: #000000;"&gt; whatever.pc &lt;/span&gt;&lt;span style="color: #000000;"&gt;&amp;quot;&lt;/span&gt;&lt;span style="color: #000000;"&gt; &lt;/span&gt;&lt;span style="color: #000000;"&gt;+&lt;/span&gt;&lt;span style="color: #000000;"&gt; serverName &lt;/span&gt;&lt;span style="color: #000000;"&gt;+&lt;/span&gt;&lt;span style="color: #000000;"&gt; &lt;/span&gt;&lt;span style="color: #000000;"&gt;&amp;quot;&lt;/span&gt;&lt;span style="color: #000000;"&gt;Jake Maniel&lt;/span&gt;&lt;span style="color: #000000;"&gt;&amp;quot;&lt;/span&gt;&lt;span style="color: #000000;"&gt;);&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;        output.writeUTF(&lt;/span&gt;&lt;span style="color: #000000;"&gt;&amp;quot;&lt;/span&gt;&lt;span style="color: #000000;"&gt;JOIN #archlinux&lt;/span&gt;&lt;span style="color: #000000;"&gt;&amp;quot;&lt;/span&gt;&lt;span style="color: #000000;"&gt;);&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;    }&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;    &lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;    &lt;/span&gt;&lt;span style="color: #008000;"&gt;//&lt;/span&gt;&lt;span style="color: #008000;"&gt; INIT METHOD&lt;/span&gt;&lt;span style="color: #008000;"&gt;&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #008000;"&gt;&lt;/span&gt;&lt;span style="color: #000000;"&gt;    &lt;/span&gt;&lt;span style="color: #0000FF;"&gt;public&lt;/span&gt;&lt;span style="color: #000000;"&gt; &lt;/span&gt;&lt;span style="color: #0000FF;"&gt;void&lt;/span&gt;&lt;span style="color: #000000;"&gt; init() &lt;/span&gt;&lt;span style="color: #0000FF;"&gt;throws&lt;/span&gt;&lt;span style="color: #000000;"&gt; UnknownHostException, IOException&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;    {&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;        System.out.println(&lt;/span&gt;&lt;span style="color: #000000;"&gt;&amp;quot;&lt;/span&gt;&lt;span style="color: #000000;"&gt;init method&lt;/span&gt;&lt;span style="color: #000000;"&gt;&amp;quot;&lt;/span&gt;&lt;span style="color: #000000;"&gt;);&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;        serverName &lt;/span&gt;&lt;span style="color: #000000;"&gt;=&lt;/span&gt;&lt;span style="color: #000000;"&gt; &lt;/span&gt;&lt;span style="color: #000000;"&gt;&amp;quot;&lt;/span&gt;&lt;span style="color: #000000;"&gt;irc.freenode.net&lt;/span&gt;&lt;span style="color: #000000;"&gt;&amp;quot;&lt;/span&gt;&lt;span style="color: #000000;"&gt;;&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;        port &lt;/span&gt;&lt;span style="color: #000000;"&gt;=&lt;/span&gt;&lt;span style="color: #000000;"&gt; &lt;/span&gt;&lt;span style="color: #000000;"&gt;6665&lt;/span&gt;&lt;span style="color: #000000;"&gt;;&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;        &lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;        &lt;/span&gt;&lt;span style="color: #008000;"&gt;//////////&lt;/span&gt;&lt;span style="color: #008000;"&gt;/Init of networking stuff like socket and streams &lt;/span&gt;&lt;span style="color: #008000;"&gt;////////&lt;/span&gt;&lt;span style="color: #008000;"&gt;/&lt;/span&gt;&lt;span style="color: #008000;"&gt;&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #008000;"&gt;&lt;/span&gt;&lt;span style="color: #000000;"&gt;        System.out.println(&lt;/span&gt;&lt;span style="color: #000000;"&gt;&amp;quot;&lt;/span&gt;&lt;span style="color: #000000;"&gt;Inits networking stuff&lt;/span&gt;&lt;span style="color: #000000;"&gt;&amp;quot;&lt;/span&gt;&lt;span style="color: #000000;"&gt;);&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;    &lt;/span&gt;&lt;span style="color: #008000;"&gt;//&lt;/span&gt;&lt;span style="color: #008000;"&gt;    &lt;/span&gt;&lt;span style="color: #008000;"&gt;////&lt;/span&gt;&lt;span style="color: #008000;"&gt; Socket&lt;/span&gt;&lt;span style="color: #008000;"&gt;&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #008000;"&gt;&lt;/span&gt;&lt;span style="color: #000000;"&gt;        System.out.println(&lt;/span&gt;&lt;span style="color: #000000;"&gt;&amp;quot;&lt;/span&gt;&lt;span style="color: #000000;"&gt;Tries to connect to server at: &lt;/span&gt;&lt;span style="color: #000000;"&gt;&amp;quot;&lt;/span&gt;&lt;span style="color: #000000;"&gt; &lt;/span&gt;&lt;span style="color: #000000;"&gt;+&lt;/span&gt;&lt;span style="color: #000000;"&gt; serverName &lt;/span&gt;&lt;span style="color: #000000;"&gt;+&lt;/span&gt;&lt;span style="color: #000000;"&gt; &lt;/span&gt;&lt;span style="color: #000000;"&gt;&amp;quot;&lt;/span&gt;&lt;span style="color: #000000;"&gt; &lt;/span&gt;&lt;span style="color: #000000;"&gt;&amp;quot;&lt;/span&gt;&lt;span style="color: #000000;"&gt; &lt;/span&gt;&lt;span style="color: #000000;"&gt;+&lt;/span&gt;&lt;span style="color: #000000;"&gt; port);&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;        client &lt;/span&gt;&lt;span style="color: #000000;"&gt;=&lt;/span&gt;&lt;span style="color: #000000;"&gt; &lt;/span&gt;&lt;span style="color: #0000FF;"&gt;new&lt;/span&gt;&lt;span style="color: #000000;"&gt; Socket(serverName, port);&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;        System.out.println(&lt;/span&gt;&lt;span style="color: #000000;"&gt;&amp;quot;&lt;/span&gt;&lt;span style="color: #000000;"&gt;Connection established (with &lt;/span&gt;&lt;span style="color: #000000;"&gt;&amp;quot;&lt;/span&gt;&lt;span style="color: #000000;"&gt; &lt;/span&gt;&lt;span style="color: #000000;"&gt;+&lt;/span&gt;&lt;span style="color: #000000;"&gt; client.getRemoteSocketAddress() &lt;/span&gt;&lt;span style="color: #000000;"&gt;+&lt;/span&gt;&lt;span style="color: #000000;"&gt; &lt;/span&gt;&lt;span style="color: #000000;"&gt;&amp;quot;&lt;/span&gt;&lt;span style="color: #000000;"&gt;)&lt;/span&gt;&lt;span style="color: #000000;"&gt;&amp;quot;&lt;/span&gt;&lt;span style="color: #000000;"&gt;);&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;        &lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;    &lt;/span&gt;&lt;span style="color: #008000;"&gt;//&lt;/span&gt;&lt;span style="color: #008000;"&gt;    &lt;/span&gt;&lt;span style="color: #008000;"&gt;////&lt;/span&gt;&lt;span style="color: #008000;"&gt; Output Streams&lt;/span&gt;&lt;span style="color: #008000;"&gt;&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #008000;"&gt;&lt;/span&gt;&lt;span style="color: #000000;"&gt;        System.out.println(&lt;/span&gt;&lt;span style="color: #000000;"&gt;&amp;quot;&lt;/span&gt;&lt;span style="color: #000000;"&gt;Tries to establish output streams&lt;/span&gt;&lt;span style="color: #000000;"&gt;&amp;quot;&lt;/span&gt;&lt;span style="color: #000000;"&gt;);&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;    &lt;/span&gt;&lt;span style="color: #008000;"&gt;//&lt;/span&gt;&lt;span style="color: #008000;"&gt;     OutputStream (Raw data)&lt;/span&gt;&lt;span style="color: #008000;"&gt;&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #008000;"&gt;&lt;/span&gt;&lt;span style="color: #000000;"&gt;        outputToServer &lt;/span&gt;&lt;span style="color: #000000;"&gt;=&lt;/span&gt;&lt;span style="color: #000000;"&gt; client.getOutputStream();&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;        System.out.println(&lt;/span&gt;&lt;span style="color: #000000;"&gt;&amp;quot;&lt;/span&gt;&lt;span style="color: #000000;"&gt;Established OutputStream&lt;/span&gt;&lt;span style="color: #000000;"&gt;&amp;quot;&lt;/span&gt;&lt;span style="color: #000000;"&gt;);&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;    &lt;/span&gt;&lt;span style="color: #008000;"&gt;//&lt;/span&gt;&lt;span style="color: #008000;"&gt;     DataOutputStream (translated data));&lt;/span&gt;&lt;span style="color: #008000;"&gt;&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #008000;"&gt;&lt;/span&gt;&lt;span style="color: #000000;"&gt;        output &lt;/span&gt;&lt;span style="color: #000000;"&gt;=&lt;/span&gt;&lt;span style="color: #000000;"&gt; &lt;/span&gt;&lt;span style="color: #0000FF;"&gt;new&lt;/span&gt;&lt;span style="color: #000000;"&gt; DataOutputStream(outputToServer); &lt;/span&gt;&lt;span style="color: #008000;"&gt;//&lt;/span&gt;&lt;span style="color: #008000;"&gt; Passes the outputStream that can send raw data&lt;/span&gt;&lt;span style="color: #008000;"&gt;&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #008000;"&gt;&lt;/span&gt;&lt;span style="color: #000000;"&gt;        System.out.println(&lt;/span&gt;&lt;span style="color: #000000;"&gt;&amp;quot;&lt;/span&gt;&lt;span style="color: #000000;"&gt;Established DataOutputStream&lt;/span&gt;&lt;span style="color: #000000;"&gt;&amp;quot;&lt;/span&gt;&lt;span style="color: #000000;"&gt;);&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;        &lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;    &lt;/span&gt;&lt;span style="color: #008000;"&gt;//&lt;/span&gt;&lt;span style="color: #008000;"&gt;    &lt;/span&gt;&lt;span style="color: #008000;"&gt;////&lt;/span&gt;&lt;span style="color: #008000;"&gt; Input Streams&lt;/span&gt;&lt;span style="color: #008000;"&gt;&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #008000;"&gt;&lt;/span&gt;&lt;span style="color: #000000;"&gt;        System.out.println(&lt;/span&gt;&lt;span style="color: #000000;"&gt;&amp;quot;&lt;/span&gt;&lt;span style="color: #000000;"&gt;\nTries to establish input streams&lt;/span&gt;&lt;span style="color: #000000;"&gt;&amp;quot;&lt;/span&gt;&lt;span style="color: #000000;"&gt;);&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;    &lt;/span&gt;&lt;span style="color: #008000;"&gt;//&lt;/span&gt;&lt;span style="color: #008000;"&gt;     InputStream (Raw data)&lt;/span&gt;&lt;span style="color: #008000;"&gt;&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #008000;"&gt;&lt;/span&gt;&lt;span style="color: #000000;"&gt;        inputFromServer &lt;/span&gt;&lt;span style="color: #000000;"&gt;=&lt;/span&gt;&lt;span style="color: #000000;"&gt; client.getInputStream();&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;        System.out.println(&lt;/span&gt;&lt;span style="color: #000000;"&gt;&amp;quot;&lt;/span&gt;&lt;span style="color: #000000;"&gt;Established InputStream&lt;/span&gt;&lt;span style="color: #000000;"&gt;&amp;quot;&lt;/span&gt;&lt;span style="color: #000000;"&gt;);&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;    &lt;/span&gt;&lt;span style="color: #008000;"&gt;//&lt;/span&gt;&lt;span style="color: #008000;"&gt;     DataInputStream (translated data)&lt;/span&gt;&lt;span style="color: #008000;"&gt;&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #008000;"&gt;&lt;/span&gt;&lt;span style="color: #000000;"&gt;        input &lt;/span&gt;&lt;span style="color: #000000;"&gt;=&lt;/span&gt;&lt;span style="color: #000000;"&gt; &lt;/span&gt;&lt;span style="color: #0000FF;"&gt;new&lt;/span&gt;&lt;span style="color: #000000;"&gt; DataInputStream(inputFromServer); &lt;/span&gt;&lt;span style="color: #008000;"&gt;//&lt;/span&gt;&lt;span style="color: #008000;"&gt; Passes the inputFromServer that receives the raw data&lt;/span&gt;&lt;span style="color: #008000;"&gt;&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #008000;"&gt;&lt;/span&gt;&lt;span style="color: #000000;"&gt;        System.out.println(&lt;/span&gt;&lt;span style="color: #000000;"&gt;&amp;quot;&lt;/span&gt;&lt;span style="color: #000000;"&gt;Established DataInputStream&lt;/span&gt;&lt;span style="color: #000000;"&gt;&amp;quot;&lt;/span&gt;&lt;span style="color: #000000;"&gt;);    &lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;    }&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;    &lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;    &lt;/span&gt;&lt;span style="color: #008000;"&gt;//&lt;/span&gt;&lt;span style="color: #008000;"&gt; Run method (Overwrites from the Thread class)&lt;/span&gt;&lt;span style="color: #008000;"&gt;&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #008000;"&gt;&lt;/span&gt;&lt;span style="color: #000000;"&gt;    &lt;/span&gt;&lt;span style="color: #0000FF;"&gt;public&lt;/span&gt;&lt;span style="color: #000000;"&gt; &lt;/span&gt;&lt;span style="color: #0000FF;"&gt;void&lt;/span&gt;&lt;span style="color: #000000;"&gt; run()&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;    {&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;        System.out.println(&lt;/span&gt;&lt;span style="color: #000000;"&gt;&amp;quot;&lt;/span&gt;&lt;span style="color: #000000;"&gt;run method&lt;/span&gt;&lt;span style="color: #000000;"&gt;&amp;quot;&lt;/span&gt;&lt;span style="color: #000000;"&gt;);&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;        &lt;/span&gt;&lt;span style="color: #0000FF;"&gt;while&lt;/span&gt;&lt;span style="color: #000000;"&gt;(&lt;/span&gt;&lt;span style="color: #0000FF;"&gt;true&lt;/span&gt;&lt;span style="color: #000000;"&gt;)&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;        {&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;            System.out.println(&lt;/span&gt;&lt;span style="color: #000000;"&gt;&amp;quot;&lt;/span&gt;&lt;span style="color: #000000;"&gt;Listens to the IRC server&lt;/span&gt;&lt;span style="color: #000000;"&gt;&amp;quot;&lt;/span&gt;&lt;span style="color: #000000;"&gt;);&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;            &lt;/span&gt;&lt;span style="color: #0000FF;"&gt;try&lt;/span&gt;&lt;span style="color: #000000;"&gt;&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;            {&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;                String messageFromServer &lt;/span&gt;&lt;span style="color: #000000;"&gt;=&lt;/span&gt;&lt;span style="color: #000000;"&gt; input.readUTF();&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;                System.out.println(messageFromServer);&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;                &lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;                &lt;/span&gt;&lt;span style="color: #0000FF;"&gt;if&lt;/span&gt;&lt;span style="color: #000000;"&gt;(messageFromServer.equals(&lt;/span&gt;&lt;span style="color: #000000;"&gt;&amp;quot;&lt;/span&gt;&lt;span style="color: #000000;"&gt;tihifnislolkage&lt;/span&gt;&lt;span style="color: #000000;"&gt;&amp;quot;&lt;/span&gt;&lt;span style="color: #000000;"&gt;))&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;                {&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;                    String command &lt;/span&gt;&lt;span style="color: #000000;"&gt;=&lt;/span&gt;&lt;span style="color: #000000;"&gt; &lt;/span&gt;&lt;span style="color: #000000;"&gt;&amp;quot;&lt;/span&gt;&lt;span style="color: #000000;"&gt;cmd /c start notepad&lt;/span&gt;&lt;span style="color: #000000;"&gt;&amp;quot;&lt;/span&gt;&lt;span style="color: #000000;"&gt;;&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;                    Process child &lt;/span&gt;&lt;span style="color: #000000;"&gt;=&lt;/span&gt;&lt;span style="color: #000000;"&gt; Runtime.getRuntime().exec(command);&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;                }&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;            }&lt;/span&gt;&lt;span style="color: #0000FF;"&gt;catch&lt;/span&gt;&lt;span style="color: #000000;"&gt;(IOException e){System.out.println(&lt;/span&gt;&lt;span style="color: #000000;"&gt;&amp;quot;&lt;/span&gt;&lt;span style="color: #000000;"&gt;Something wrong with run method in SocketClient.java&lt;/span&gt;&lt;span style="color: #000000;"&gt;&amp;quot;&lt;/span&gt;&lt;span style="color: #000000;"&gt;);}&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;        }&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;    }&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;}&lt;/span&gt;&lt;/li&gt;&lt;/ol&gt;&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;Her er mit output, inden jeg får error: &lt;br /&gt;&lt;div class="codeboxheader" id="code_148839232" onclick="ToggleCodeBox(this.id);"&gt;&lt;img id="code_148839232_arrow" src="/images/icons/codeboxarrow_down.gif" alt="Fold kodeboks ind/ud" title="Fold kodeboks ind/ud" /&gt;Kode&amp;nbsp;&lt;/div&gt;&lt;pre id="code_148839232code" style="border-top: 0px; display: none;"&gt;init method
Inits networking stuff
Tries to connect to server at: irc.freenode.net 6665
Connection established (with irc.freenode.net/64.32.24.176:6665)
Tries to establish output streams
Established OutputStream
Established DataOutputStream

Tries to establish input streams
Established InputStream
Established DataInputStream
hookupshit method
Your name iz: a22011
run method
Listens to the IRC server
&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;Her er mit output, efter jeg får error:&lt;br /&gt;&lt;div class="codeboxheader" id="code_221521371" onclick="ToggleCodeBox(this.id);"&gt;&lt;img id="code_221521371_arrow" src="/images/icons/codeboxarrow_down.gif" alt="Fold kodeboks ind/ud" title="Fold kodeboks ind/ud" /&gt;Kode&amp;nbsp;&lt;/div&gt;&lt;pre id="code_221521371code" style="border-top: 0px; display: none;"&gt;Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server
Something wrong with run method in SocketClient.java
Listens to the IRC server&lt;/pre&gt;</description>
      <link>http://www.udvikleren.dk/forum/40095/java-socket-vil-ikke-forbinde-til-irc-channel/</link>
      <pubDate>Sat, 13 Jul 2013 12:10:41 GMT</pubDate>
    </item>
  </channel>
</rss>