Hey can somone help me...
Wher can i find a tcl that works like "getops" but it will voice some user that got +V flags...
..
How can i do so i dont _need_ to add all user to bots userlist..? i want to add user host to a files insted ...
HELP :>>
Well, you can't have it both ways. First off a user HAS to be added to have flags listed for them. As far as I know your 2 options are as follows: (and I'm sure if I'm incorrect, someone will point it out)
1. Add everyone you want to have +v as users and give them the right flag.
2. Set the bot to auto-voice everyone that enters.
You could make a TCL script that when someone joined the channel commared there usermask with a cached-array of usermasks from a file, and if they match (lsearch) the n give them +v.
But why?
Just add a !addvoice command and it will create a new user with the flags of auto-voice. Seems easier and better.