I added a +v flag to chatters that were added as users to a bot....and set the chanset to +voice...now the bot is giving everyone that comes into the channel +v.
would love to know what causes that and if it can be fixed...if so..how???
User flag +g is for autovoicing people based on hostmasks, while +v makes the users ask the bot for voice with handle/password.
....and set the chanset to +voice...
Eggdrop does not have such a default command (there is an +/-autovoice channel setting). Could this +voice be a setting in some script you have loaded?
warrat wrote:The +v doesnt ask the user for handle/password...at least not that ive seen nor has anyone said anything about the bot asking.
Also the +voice is in the chanset..its not in an addon script.
eggdrop.conf
#
# autovoice
# Voice users with the +v flag when they join the channel?
#
There is no such setting as +voice, if you see it in ".chaninfo #chan" then you're loading a script that has it.
Users added with the +g flag are automatically voiced regardless of whether a channel has +autovoice or not set. Users with +v flag are automatically voice on entry if the channel is set "+autovoice".
Add [SOLVED] to the thread title if your issue has been. Search | FAQ | RTM
That was my orginal problem...users with +v are being voiced....whch is what i want..but after adding several users it now voices EVERYONE....even if they do NOT have +v. I am trying to fing out why its doing that. I will try the +g and see what happens. Thanks