Deny Nick

These are old archives. They are kept for historic purposes only.
Post Reply
RBH
Posts: 26
Joined: Wed Feb 14, 2007 12:37 pm

Deny Nick

Post by RBH »

hi, is there a form to deny a specific nick ??
Jobe
Official supporter
Posts: 1180
Joined: Wed May 03, 2006 7:09 pm
Location: United Kingdom

Post by Jobe »

http://www.vulnscan.org/UnrealIRCd/unre ... nnickblock

Code: Select all

ban nick {
	mask "bannednick";
	reason "reason";
};
Has to be used on all servers on a network to prevent anybody from using it as it only applies to the server which config its in.
Post Reply