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.

Voice tcl...

Old posts that have not been replied to for several years.
Locked
^
^Jonas^

Post by ^Jonas^ »

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 :>>
User avatar
DrTongue
Op
Posts: 115
Joined: Sat Jan 26, 2002 8:00 pm
Location: Orlando, Florida
Contact:

Post by DrTongue »

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.
S
Shocky

Post by Shocky »

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.

t
tainted
Master
Posts: 239
Joined: Sun May 12, 2002 8:00 pm
Location: chicago
Contact:

Post by tainted »

Or just .+user autovoice .+host autovoice *!*@* .chattr autovoice +g #chan .chpass autovoice <random keystrokes> :razz:
Locked