Page 1 of 1
Deny Nick
Posted: Sun Feb 18, 2007 3:42 pm
by RBH
hi, is there a form to deny a specific nick ??
Posted: Sun Feb 18, 2007 5:48 pm
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.