TKL except

These are old archives. They are kept for historic purposes only.
Post Reply
GouroB
Posts: 182
Joined: Thu Oct 28, 2004 7:42 pm
Location: London
Contact:

TKL except

Post 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 ?
-=GouroB=-
https://www.shunno.info
Your complete web Solution
Irc.BanglaCafe.com
LargesT Chat server in BanglaDesH
Solutech
Posts: 296
Joined: Thu Mar 18, 2004 11:38 pm

Post by Solutech »

could it be the case ?

Code: Select all

Example:


except tkl {
	mask [email protected];
	type gline;
};
just an idea :D
Yawn. So there's yet another "if the user clicks the button, they're infected" exploit. Why is this news? We already know users are idiots.
GouroB
Posts: 182
Joined: Thu Oct 28, 2004 7:42 pm
Location: London
Contact:

Post by GouroB »

does this works ? i dont think so :|
-=GouroB=-
https://www.shunno.info
Your complete web Solution
Irc.BanglaCafe.com
LargesT Chat server in BanglaDesH
Stealth
Head of Support
Posts: 2085
Joined: Tue Jun 15, 2004 8:50 pm
Location: Chino Hills, CA, US
Contact:

Post 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;
};
GouroB
Posts: 182
Joined: Thu Oct 28, 2004 7:42 pm
Location: London
Contact:

Post 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 ?
-=GouroB=-
https://www.shunno.info
Your complete web Solution
Irc.BanglaCafe.com
LargesT Chat server in BanglaDesH
Jason
Posts: 570
Joined: Mon Jun 14, 2004 5:09 pm

Post by Jason »

except tkl {
mask *@209.901.945.597;
type gline;
}
Why the hell can't my signature be empty?
"Your message contains too few characters."
Post Reply