Page 1 of 1
set::modes-on-connect diffrent for diffrent ports/IPs/class
Posted: Wed Jul 06, 2005 10:29 am
by sdamon
without going into too much detail, this boils down to:
I want to give diffrent umodes to users connecting to certian ports/ips
I read the documantation semi-throughly, and didnt see any documented way of doing this. Setting up an ircd to handel this is not parcticle as it would only be for a few users.
(This is low priority...just throwing it out if anyone knows how)
Posted: Wed Jul 06, 2005 1:54 pm
by Syzop
There's no such option in Unreal.
But you could code a module to do that.
Posted: Wed Jul 06, 2005 10:47 pm
by Jason
Or a simple mIRC (or anything else, really) bot with services access or m_uline.
Posted: Thu Jul 07, 2005 3:32 pm
by aquanight
That's a pretty ugly way to solve it...
I think the easiest way is to make a module that puts a bit of something in the tld {} block :) . (OK, maybe allow will work just as well but..)
Question is: is that possible with the present module stuff?
Posted: Fri Jul 08, 2005 12:05 pm
by sdamon
well..the mirc bot is abit more uguly..the idea was to create a port/ip that tollerated bots connect to, and get auto +B, limit the amount of bots per server to 5% total users, and gline (via services) any bot that connects to any other ip/port
Posted: Fri Jul 08, 2005 10:24 pm
by Jason
That would be difficult. It couldnt be done by just allow umodes to certain ports/ips.
Posted: Sat Jul 09, 2005 12:22 am
by Stealth
There have been many feature suggestions for moving a lot of things to the Allow block (such as modes-on-connect, auto-join, etc)...
Here is the bug tracker link for the suggestion to move set::modes-on-connect to something like allow::modes-on-connect
http://bugs.unrealircd.org/view.php?id=826
Posted: Sat Jul 09, 2005 3:19 am
by sdamon
Jason wrote:That would be difficult. It couldnt be done by just allow umodes to certain ports/ips.
Its not allow a mode..its force a mode. But still...
Posted: Sat Jul 09, 2005 3:53 pm
by Jason
It would still require more than just modes. If I knew C, I might write you a module, but I dont.
Posted: Thu Jul 21, 2005 8:26 am
by sdamon
the idea requires like a service module (neostats or anope..) to version, check for +B and akill as needed...but..thats a while away

again...just an idea and low proority