Page 1 of 1

Request: Add iline by command

Posted: Wed Nov 26, 2008 12:36 pm
by n1kv4rt
Request: Add iline by command

I was wondering if anyone could make a module that would make able to add i:line (allow block) by command... sorta like Unreal3.2.x. It can write to unrealircd.conf or asdasd.conf

Example:
/iline add allow { ip *@1.2.3.4; hostname blablabla; class blablabla; maxperip 1;};
/iline del allow { ip *@1.2.3.4; hostname blablabla; class blablabla; maxperip 1;};

Thanks....

Re: Request: Add iline by command

Posted: Wed Nov 26, 2008 4:25 pm
by zEkE
Adding can be done via addline with netadmin privs.

I'd suggest a more friendly command if this were to be implemented IRC side.

/iline [+|-]*@ip/host [maxperip] [-c class] [-p password]

Detect IP/host and apply it, making the other non-resolvable.