Blitzed.org

Skip navigation, go direct to content

Blitzed.org - User Guides - Frequently Answered Queries

This document will be updated to reflect commonly asked questions and problems. If you don't find what you're looking for below, please try our help documentation or ask in the channel #help.

  1. How do I stop someone annoying my channel?
  2. How do I ban colours from my channel?
  3. I'm a channel op, but ChanServ won't listen to me!
  4. How do I stop my ban list becoming unmanageable?


How do I stop someone annoying my channel?

Firstly, please don't come straight to the Blitzed admins demanding that we ban the person from the entire network. We understand that people can be annoying, but it's often better to resolve matters at a channel level before taking too drastic action.

The first step you, as a channel owner or operator, can take, is simply to ban the person:

/mode #channel +b LaMeR

Unfortunately, many people manage to evade bans. To understand better how to deal with this situation, it is neccessary to look at how bans can be evaded.

A person's identity on IRC is made up of three main parts: the nickname, the ID, and the host. This is given in the following format:

Nickname!id@host

For example, someone whose nickname was LaMeR, whose ID was ~bob and whose host was l4-m3.bitenternet.com would have the following nick "mask":

LaMeR!~bob@l4-m3.bitenternet.com

To evade a ban put on the above mask, the user could change any part of their mask. For example, if a ban was set on the above mask, the user could easily come back into the channel by changing their nickname:

LaMeR2!~bob@l4-m3.bitenternet.com

Or by changing their ID:

LaMeR!~crunch@l4-m3.bitenternet.com

Or simply by reconnecting, and giving themselves a different hostname:

LaMeR!~bob@b2-t1.bitenternet.com

Fortunately, there is something channel ops can do about this problem. You can use your friend ChanServ to apply an AKICK, which will always kick and ban the person every time they enter, until it is deleted by you or another channel op. But how is an akick set up? Read on...

The basic akick format is as follows:

/cs akick #channel add nickname!id@hostname Reason for akick...

So let's say that our old friend LaMeR was annoying the channel, evading bans and generally being a nuisance. Your first step would be to find out his ID and hostmask. To do this, simply do a

/whois LaMeR

This would give as part of the WHOIS result something along the lines of:

LaMeR is ~bob@l4-m3.bitenternet.com * STUPID LAMER
LaMeR using penguin.uk.eu.blitzed.org
LaMeR has been idle 4 seconds
...

You can ignore the bit from the * onwards - it's just the user's description (quite apt in this case.) The bit we need is the ID and hostmask, right there in the middle of the first line. Now we know the three parts of the user's identity that they can change, we can set up an akick.

This first akick will only akick the user as they stand, and isn't any more effective than a ban:

/cs akick #channel add LaMeR!~bob@l4-m3.bitenternet.com Constant Abuse

We can, however, use * to represent "anything"; for example, the next akick would always ban and kick LaMeR if he came back using the nickname LaMeR, ANY id and any connection on the ISP bitenternet.com:

/cs akick #channel add LaMeR!*@*.bitenternet.com Constant Abuse

If things were still not right, you could go further and akick his entire ISP from your channel (although you must be careful here - you could be banning legitimate users from the same ISP!):

/cs akick #channel add *!*@*.bitenternet.com Constant Abuse

If you have any more queries about akick, please FIRST try using our online documentation by typing in IRC:

/cs help akick

If you're still unsure, ask in #help on the network.


How do I ban colours from my channel?

/mode #channel +c

To turn colours back on, type:

/mode #channel -c

I'm a channel op, but ChanServ isn't listening to me!

You probably haven't identified to NickServ:

/nick YourNormalNick
/ns id yourpasswordhere

(This answer is dedicated to Ravey)


How do I stop my ban list becoming unmanageable?

You can use Blitzed's CLEARBANS tool to clear your channel's bans after a set amount of time. This will not affect akicks (see question 1).

/cs set #channel clearbans time

For example, to clear all bans in your channel 24 hours (1440 minutes) after they were first applied, you would do:

/cs set #channel clearbans 1440

Remember, by having a huge and out-of-date bans list, you could be denying legitimate users entry to your channel.


Maintained by taras