ircbot

Class IRCReader


public class IRCReader
extends BufferedReader

This is a reader that takes messages from standard in and adds the necessary control structure to create an IRC message that the bot can read.

Constructor Summary

IRCReader(String nick, String channel)

Method Summary

String
readLine()

Constructor Details

IRCReader

public IRCReader(String nick,
                 String channel)

Method Details

readLine

public String readLine()
            throws IOException