#!/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
# 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
# -*- coding: utf-8 -*-
'''
Description: Blowfish with custom base64 obfuscation. 
...

Python Custom blowfish IRC impleme...

by ielectric.myopenid.com, July 01, 2008 15:27, No refactoring, tagged with irc, blowfish, base64
64798a399a79ed8d34fa83ba0e61c1ac 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