This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

auto voiceing

Old posts that have not been replied to for several years.
Locked
S
Sol0
Voice
Posts: 10
Joined: Sat Aug 16, 2003 9:22 pm
Location: Derby, England
Contact:

auto voiceing

Post by Sol0 »

Can anyone tell me how I would auto voice anyone within a certain IP range?

Thanks
User avatar
Sir_Fz
Revered One
Posts: 3794
Joined: Sun Apr 27, 2003 3:10 pm
Location: Lebanon
Contact:

Post by Sir_Fz »

give +v flag for a handle on a channel, set the channel +autovoice, add a specific host for the handle. Then the bot will auto-voice this user whenever he's using the specified host.

example:
.+user opposing *!eliminate@b1tchx.info
.chattr opposing +v #channel
.chanset #channel +autoop

this adds a new handle "opposing" with host *!eliminate@b1tchx.info, then he's given the +v flag on #channel... and the channel #channel is set to +autovoice. So now, whenever a user with the host *!eliminate@b1tchx.info joins #channel, the bot will autovoice him.
S
Sol0
Voice
Posts: 10
Joined: Sat Aug 16, 2003 9:22 pm
Location: Derby, England
Contact:

Post by Sol0 »

thanks but i need it to auto op about 20 people or so from 1 ip. How would I do this ?
User avatar
caesar
Mint Rubber
Posts: 3778
Joined: Sun Oct 14, 2001 8:00 pm
Location: Mint Factory

Post by caesar »

Sir_Fz .chanset #channel +autoop ? You mean +autovoice :)
well, by adding a mask like *!*@123.123.123.12* will voice all the people that have the 123.123.123.12* ip, this means people with 123.123.123.121, 123.123.123.129. etc.via .+host
Once the game is over, the king and the pawn go back in the same box.
User avatar
strikelight
Owner
Posts: 708
Joined: Mon Oct 07, 2002 10:39 am
Contact:

Post by strikelight »

caesar wrote:Sir_Fz .chanset #channel +autoop ? You mean +autovoice :)
well, by adding a mask like *!*@123.123.123.12* will voice all the people that have the 123.123.123.12* ip, this means people with 123.123.123.121, 123.123.123.129. etc.via .+host
However, eggdrop will not /dns the users to find out if their ip is in the range... so you will have to use a valid hostmask as well.

Would be cool if eggdrop did do the dns, and used CIDR formatted hosts for more specific ranges.. Maybe it's an idea for future eggdrop versions ;x
S
Sol0
Voice
Posts: 10
Joined: Sat Aug 16, 2003 9:22 pm
Location: Derby, England
Contact:

Post by Sol0 »

right i dont get what you mean so im just gonna forget it.
Locked