#!/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 ...

55502f40dc8b7c769880b10874abc9d0 Talk
#!/usr/bin/env ruby1.8
#
# p0wn1e is the hackerspaces.org notifier.
...

Ruby ATOM feed to identi.ca stat...

by hellekin, September 12, 2009 02:00, 2 refactorings, tagged with ruby, bot, atom, feed, notification, identica, statusnet, twitter

I want to refactor this cod...

2cfbd4a81664e5d31b4b2fd0ace83c42 Talk
# Jhippo.java

package Jhippo;
...

Java Jhippo

by tak11.myopenid.com, December 16, 2008 04:14, No refactoring, tagged with swing, java, irc, bot, pircbot, gui

Java irc bot using Pircbot....

42306c1a1e87611519fdf1811ffe2c9c Talk
<?php
function ircinit()
{
...

PHP Socket Loop, Need Constant ...

by Martindale, March 04, 2008 12:35, 3 refactorings, tagged with php5, irc, bot

This code is the main funct...

72f4ba51b784673a15a1e89d8d9f49d1 Talk