Page 1 of 1

syntax of deny link {} ??

Posted: Mon Nov 15, 2004 8:35 pm
by diskman
i want to use the deny link block but with the fallowing code the ircd says
"deny::rule contains an invalid expression: Unknown token"


deny link {
mask server1.myirc.net;
rule "directcon(server2.myirc.net)";
type auto;
};

any ideas ?

Posted: Tue Nov 16, 2004 2:38 am
by Syzop
I don't get that warning/error. Tried the exact block from your message.

Posted: Wed Nov 17, 2004 6:20 pm
by diskman
ok i think i have found an bug...
the token "-" are not allowed or not understand in the crule
i posted this in the bug forum too

Posted: Wed Nov 17, 2004 11:01 pm
by Syzop
Yup, let's handle it there :).
[well, probably not me, since I never looked at crule before ;p]