Page 1 of 1

TKL except

Posted: Sat Dec 10, 2005 5:56 pm
by GouroB
4.20 - TKL Exceptions Block OPTIONAL
<<-- des this exist in unreal3.2.3 ? i tried but didnt work.

After E:Line that tkl is not present in example.conf file , so i added these lines after E:line
except ban {
/* don't ban GouroB */
mask *GoruoB@66.*;
};

except tkl {
mask *BanglaCafe@66.*;
type Gline;
};
and got this error after rehash
[23:28] -halcyon.banglacafe.com- *** Notice -- Loading IRCd configuration ..
[23:28] -halcyon.banglacafe.com- *** Notice -- Loading IRCd configuration ..
[23:28] -halcyon.banglacafe.com- *** Notice -- error: unrealircd.conf:1381: unknown except tkl type Gline
[23:28] -halcyon.banglacafe.com- *** Notice -- error: 1 errors encountered
[23:28] -halcyon.banglacafe.com- *** Notice -- error: IRCd configuration failed to pass testing
any idea ?

Posted: Sat Dec 10, 2005 6:47 pm
by Solutech
could it be the case ?

Code: Select all

Example:


except tkl {
	mask [email protected];
	type gline;
};
just an idea :D

Posted: Sat Dec 10, 2005 7:31 pm
by GouroB
does this works ? i dont think so :|

Posted: Sat Dec 10, 2005 8:09 pm
by Stealth
Except tkl blocks do work. Be sure to check your host, and use what the IRCd sees as your real host. Remember that conf directives are case-sensitive. Values are not so case-sensitive, unless they are things like passwords and o:lines.

Here is an example of my except tkl block:

Code: Select all

except tkl { 
  mask *@127.0.0.*; 
  type gline;
};

Posted: Sun Dec 11, 2005 3:22 am
by GouroB
B0T was [email protected] * Cafe Backup BOT
it shows when u do a whois on me ... ( if oper ) no ISP names r here just raw IP , so if i add this ip , will it work ? and exactly where i should put this Except tkl part ? after which section and before which ?

Posted: Sun Dec 11, 2005 4:03 pm
by Jason
except tkl {
mask *@209.901.945.597;
type gline;
}