| Class | Irc::IrcSocket |
| In: |
lib/rbot/ircsocket.rb
|
| Parent: | Object |
wrapped TCPSocket for communication with the server. emulates a subset of TCPSocket functionality
| lines_received | [R] | total number of lines received from the irc server |
| lines_sent | [R] | total number of lines sent to the irc server |
| sendq_burst | [R] | max lines to burst |
| sendq_delay | [R] | delay between lines sent |
| server: | server to connect to |
| port: | IRCd port |
| host: | optional local host to bind to (ruby 1.7+ required) |
create a new IrcSocket