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.

autovoice without script?

Old posts that have not been replied to for several years.
Locked
p
pijn

autovoice without script?

Post by pijn »

Now, someone asked me to voice all users on his channel on join.

Thing is, i want to do that without a script, so i was thinking this..

*chanset #thatchannel +autovoice
*make a user all with hostmask *!*@*
*chattr all +v #thatchannel

that worked, only the channelname ends with $1 like #channel$1, and now it doesn't work?
User avatar
gumbydammit
Master
Posts: 311
Joined: Thu Sep 05, 2002 4:52 pm
Location: Canada
Contact:

Post by gumbydammit »

adding anyone to your bot with a hostmask like *!*@* is a REALLY bad idea..
you will cause all kinds of problems doing that im sure.. i would highly suggest a script for that channel
a.k.a. hellios
User avatar
YooHoo
Owner
Posts: 939
Joined: Thu Feb 13, 2003 10:07 pm
Location: Redwood Coast

Post by YooHoo »

allvoice.tcl by guppy works just fine. :wink:
p
pijn

Post by pijn »

Yeah bit the channel #channel$1 gives problems, and others don't, so i think it's cause of the $1 in the name. Is there a solution for?
User avatar
CrazyCat
Revered One
Posts: 1359
Joined: Sun Jan 13, 2002 8:00 pm
Location: France
Contact:

Post by CrazyCat »

try using #channel\$1
Locked