# start here, on_data called where thereis data on a socket(data can be partial-packet) def on_data bytes @stream << bytes ...
#!/usr/bin/ruby1.9.1 require 'socket' ...
Ruby IRC Bot
by https://www.google.com/accounts/o8/id?id=AItOawm_1kLTM0WqGfgT7tx2yu3ikXX8Qra87j8,
February 02, 2011 22:05,
No refactoring, tagged with sockets, irc, bot, networking
So far this is what i have ...
Just looking for better arc...