Search found 2 matches

by Daniel1
Wed Jan 19, 2005 5:48 pm
Forum: Unreal 3.2 Support
Topic: Mode m
Replies: 5
Views: 2668

Stealth wrote:Yes, +b IRC!*@*
You might want to +b ~q:IRC!*@*
So the person still can join, but cant speak.
by Daniel1
Wed Jan 19, 2005 3:55 pm
Forum: General chat
Topic: Someone hacked into my unreal without opering up and banned
Replies: 3
Views: 3814

Put this in the unrealircd.conf:

Code: Select all

except tkl {
	mask *@_your-host_;
	type {
		gline;
		gzline;
		qline;
		gqline;
		shun;
	};
};
except ban {
	mask *@_your-host_;
};
(Replace _your-host_ with your hostname)

Now rehash from the console and you can connect again.