I m trying to write an ircBot in Java for some practice. I am using this sample code as the base. I m trying to figure out how to get it to read in text from my console so I can actually talk to people with the bot. There s the one while loop that takes in the input from the ircserver and spits it out to console and responds to PINGs. I m assuming I have to have another thread that takes the input from the user and then uses the same BufferedWriter to spit it out to the ircserver again but I can t get that figured out. Any help would be awesome!
Hi have this j2ee web application developed using spring framework. I have a problem with rendering mnessages in nihongo characters from the properties file. I tried converting the file to ascii using ...