rbIRClibAn OS independent platform irc-library written in Ruby.
class IRC def initialize(host = IRC_CONSTANTS::Host, port = IRC_CONSTANTS::Port) @host = host @port = port # ... # ... endend
没有任何数据可供显示