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 voice question

Old posts that have not been replied to for several years.
Locked
B
Bytez
Op
Posts: 168
Joined: Mon Aug 11, 2003 1:42 pm

auto voice question

Post by Bytez »

from slennox's page:

"You can also make the bot give auto-voice to specific +v users (instead of all +v users) using the g flag, without the need to enable autovoice. Use .chattr <handle> +g #channel to make the bot auto-voice that particular user when they join the channel."

This didn't work, I had to add the user by using the .adduser command before the .chattr command works. Am I doing something extra here?
Also, is there a way to autovice people WITHOUT adding them to my userlist? I have many people that I want to auto voice and don't want it to fill my userlist. Thanks.
User avatar
Dedan
Master
Posts: 260
Joined: Wed Jul 09, 2003 10:50 pm
Location: Memphis

Post by Dedan »

You can auto-voice EVERY user without setting user flags.
You might need a different script for that.

Otherwise you need some type of filter, password, or flag to identify them.

You could setup a password that users could msg or notice the Bot to get +voiced.
A password in a query window stops incorrect notice messages
from posting in the channel where others can see the password.
I once was an intelligent young man, now i am old and i can not remember who i was.
B
Bytez
Op
Posts: 168
Joined: Mon Aug 11, 2003 1:42 pm

Post by Bytez »

I just want to autovoice certain users and don't want them to have to enter a password to get voiced.
User avatar
caesar
Mint Rubber
Posts: 3778
Joined: Sun Oct 14, 2001 8:00 pm
Location: Mint Factory

Post by caesar »

You may have at least two alternatives to do so:
1. Add a user and to that user add the hosts that matches the people you want auto-voiced in the channel and the give to that user the +g flag.
2. Make an tcl wich will do basicaly the same thing, but you have stored the hostmasks in a variable.
Either way this should work. Next time please do a .help whois before asking a question like this or consult the *manual* ..
Once the game is over, the king and the pawn go back in the same box.
B
Bytez
Op
Posts: 168
Joined: Mon Aug 11, 2003 1:42 pm

Post by Bytez »

yea, I read the tutorial.. but it doesn't say to add the user first so I just want to mention that. I got it working before my initial post.
User avatar
user
&nbsp;
Posts: 1452
Joined: Tue Mar 18, 2003 9:58 pm
Location: Norway

Post by user »

Bytez wrote:yea, I read the tutorial.. but it doesn't say to add the user first so I just want to mention that.
They wouldn't be "+v users" unless they were added.
B
Bytez
Op
Posts: 168
Joined: Mon Aug 11, 2003 1:42 pm

Post by Bytez »

Will this autovoice based on their hostmask and/or nick? If it doesn't use hostmask, is there an autovoice script that will do? Thanks.
User avatar
user
&nbsp;
Posts: 1452
Joined: Tue Mar 18, 2003 9:58 pm
Location: Norway

Post by user »

Bytez wrote:Will this autovoice based on their hostmask and/or nick? If it doesn't use hostmask, is there an autovoice script that will do? Thanks.
Why on earth would you want a script that does voicing based on hostmasks? Just add a (ONE) user with multiple hostmasks and chattr it the way you like.
B
Bytez
Op
Posts: 168
Joined: Mon Aug 11, 2003 1:42 pm

Post by Bytez »

I didn't realize you can add multiple hostmaks for one user :o :P I think this is a better idea instead of adding many users with the +g flag
Is there a command to edit a user's hostmasks instead of +.host then .-host the old one?
D
Darmoth
Master
Posts: 210
Joined: Sun Oct 07, 2001 8:00 pm
Location: old europe

Post by Darmoth »

1st, you don't need to remove an existing hostmask to add anotherone to a user-record.

2nd if you are dealing with user-records with multiple hostmasks, try the hosts.tcl from ppslim, should be in the script archive.
B
Bytez
Op
Posts: 168
Joined: Mon Aug 11, 2003 1:42 pm

Post by Bytez »

[quote="Darmoth"]1st, you don't need to remove an existing hostmask to add anotherone to a user-record.
quote]

I know that, I want to edit an existing hostmask so that's what I did..
Locked