These are old archives. They are kept for historic purposes only.
-
diskman
- Posts: 14
- Joined: Sat Oct 30, 2004 4:07 pm
Post
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 ?
-
Syzop
- UnrealIRCd head coder
- Posts: 2179
- Joined: Sat Mar 06, 2004 8:57 pm
- Location: .nl
-
Contact:
Post
by Syzop »
I don't get that warning/error. Tried the exact block from your message.
-
diskman
- Posts: 14
- Joined: Sat Oct 30, 2004 4:07 pm
Post
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
-
Syzop
- UnrealIRCd head coder
- Posts: 2179
- Joined: Sat Mar 06, 2004 8:57 pm
- Location: .nl
-
Contact:
Post
by Syzop »
Yup, let's handle it there :).
[well, probably not me, since I never looked at crule before ;p]