Repositories (1)

BashTalk
1 snippets stored for this repo
while (true)
				{
					if(in == null)
						System.out.println("Dickhead!");
					
					// Get the message that is sent to the server
					String msg = in.readLine();