invision autovoice

General Help Questions and Answers

Moderators: L|B, cryoa, Riamus, XMog

invision autovoice

Postby Weed Man » Wed Dec 24, 2003 6:26 am

is there ne string u can add to the script so it will autovoice certain name like i want it to voice neone that comes in with {BW} in fron of their nick how do i do that :?
Weed man
Weed Man
Member
Member
 
Posts: 3
Joined: Wed Dec 24, 2003 6:24 am

Postby L|B » Wed Dec 24, 2003 7:44 am

Use this Code to auto voice those with that Nick Tag

on *:join:#ChannelName: { if (BW* iswm $nick) mode $chan +v $nick }
Setup And Trouble Shooting http://www.ircmadeasy.com
User avatar
L|B
Global Moderator
Global Moderator
 
Posts: 921
Joined: Sat Aug 30, 2003 6:24 am
Location: Irc.Criten.net

Postby Weed Man » Wed Dec 24, 2003 8:06 am

where do i put it lol :?
Weed man
Weed Man
Member
Member
 
Posts: 3
Joined: Wed Dec 24, 2003 6:24 am

Postby L|B » Wed Dec 24, 2003 8:45 am

Into a blank remote page
Setup And Trouble Shooting http://www.ircmadeasy.com
User avatar
L|B
Global Moderator
Global Moderator
 
Posts: 921
Joined: Sat Aug 30, 2003 6:24 am
Location: Irc.Criten.net

Postby Weed Man » Wed Dec 24, 2003 10:27 am

hey
it didn't work it is suppost to voice nebody that comes in
with the nickname
{BW}-blank and i added too a remote script
but it didn'w ork
Weed man
Weed Man
Member
Member
 
Posts: 3
Joined: Wed Dec 24, 2003 6:24 am

Postby L|B » Wed Dec 24, 2003 10:44 am

Hmm the orginal paste didnt catch the { } sorry the correct one is below



on *:join:#ChannelName: { if ({BW}-* iswm $nick) mode $chan +v $nick }
Setup And Trouble Shooting http://www.ircmadeasy.com
User avatar
L|B
Global Moderator
Global Moderator
 
Posts: 921
Joined: Sat Aug 30, 2003 6:24 am
Location: Irc.Criten.net

autovoice

Postby boxecutor » Fri Jan 02, 2004 8:12 am

Hiya,

just what i had been looking for but in addition to that how would i do this

+v any nick that begins INFINFTY| and also any nick that begins [INF]

it same as alread shown but with anuvva nick range added to it.

Thanks

BoXecutor
boxecutor
Member
Member
 
Posts: 5
Joined: Fri Jan 02, 2004 7:07 am
Location: UK

Postby L|B » Fri Jan 02, 2004 3:44 pm

on *:join:#ChannelName: { if ([INF]* iswm $nick) mode $chan +v $nick }

on *:join:#ChannelName: { if (INFINFTY|* iswm $nick) mode $chan +v $nick }
Setup And Trouble Shooting http://www.ircmadeasy.com
User avatar
L|B
Global Moderator
Global Moderator
 
Posts: 921
Joined: Sat Aug 30, 2003 6:24 am
Location: Irc.Criten.net


Return to General Help

Who is online

Users browsing this forum: No registered users and 28 guests

cron