allow block

These are old archives. They are kept for historic purposes only.
Post Reply
DragonRyder
Posts: 51
Joined: Tue Feb 21, 2006 5:02 am
Location: USA, OH
Contact:

allow block

Post by DragonRyder »

Code: Select all

allow {
	ip *@1.2.3.4;
	hostname *@*;
	class clients;
	maxperip 20;
};
is there a way to make it so when that a specific IP joins - they can get +h, as i do not want to add them to opers config - but they do help out in the networks help channel.
Stealth
Head of Support
Posts: 2085
Joined: Tue Jun 15, 2004 8:50 pm
Location: Chino Hills, CA, US
Contact:

Post by Stealth »

there isn't a way
DragonRyder
Posts: 51
Joined: Tue Feb 21, 2006 5:02 am
Location: USA, OH
Contact:

Post by DragonRyder »

thanks for letting me know.

maybe this can be a new feature in next update or upgrade?
Stealth
Head of Support
Posts: 2085
Joined: Tue Jun 15, 2004 8:50 pm
Location: Chino Hills, CA, US
Contact:

Post by Stealth »

probably not... Although, there has been making an option to put modes on connect in the allow block, but they might make it so oper modes cannot be set (seems logical)

Some service packages (Anope is one) will give +h to anyone who is oped in the help channel.
SpaceDoG
Posts: 301
Joined: Mon Feb 27, 2006 5:44 am
Contact:

Post by SpaceDoG »

Syzop actually has a pay module setup to do this located at http://www.unrealircd.com/index.php?pag ... dule&id=15
Post Reply