March 24, 2004

Power check

A self-serving alias more than an useful one, but I was bored and wanted to try and script something like this. :) This alias, when you type /power, will display the amount of channels you have ops, halfops, voice, or are a regular user in across all channels and networks... [read more]

March 20, 2004

Nickflood kickban, revolving door ban

This first snippet will kickban somebody from all channels you have ops in if they change their nick three times in 30 seconds. The ban is temporary (60 seconds). on *:NICK: { inc -u30 $+(%,$wildsite,.nflood) if ($($+(%,$wildsite,.nflood),2) >= 3) { var %ch = $comchan($newnick,0) while (%ch) { if ($comchan($newnick,%ch).op) {... [read more]

February 29, 2004

IRCop scanner

A script based on /who output, which will show which users in a channel are IRCops. [read more]

/mass - the next generation

A second version of the mass opping and voicing alias, with added features. [read more]

Mass opping and voicing

An alias to op, voice, deop or devoice several people at the same time, while keeping the mode changes on as few lines as possible. [read more]

Hop all channels

Part and rejoin all channels you are in with a single command. [read more]