Tag Archive for 'irc'

KAOS cheat bot

An IRC cheat bot for the popular multiplayer eggdrop trivia game, KAOS. Written in python. It comes as a self-contained bot just add in network, port and channel, and possibly a custom dictionary. Check your channel rules before using.

Link to the Sourceforge Project Page.

Xchat Boot script

A short and simple xchat script in python that boots a user from a channel. Use it to avoid auto-rejoin scripts etc. What it does is below for those that don’t already know:

Bans by nick ==> Kicks ==> Waits 10 seconds ==> Unbans the user’s nick.

Here’s the link!

Here’s the link! Same thing, just uses the /OS command for OperServ…

Usage: /boot <nick> <reason>

It wil automatically give your nick at the beginning of the kick reason. The reason output is like this: (<nick>)<reason>, If no reason is given it will use “please don’t do that…” as the reason.

Updated: 15th Oct 08, you no-longer need to stay in the channel while the command is active…

Updated 16th Oct 08, It now gives the ability to give a reason, and also evaluates if you have given a valid one.