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.

simple voice

Old posts that have not been replied to for several years.
Locked
d
drfox
Voice
Posts: 26
Joined: Sun Oct 09, 2005 1:51 am

simple voice

Post by drfox »

can anyone help with a simple voice script
that will voice a percific nick

example in mrc

Code: Select all

On @*:join:#:{ if ($left($nick,6) == |FoX| || $left($nick,5) == |FoX|) { mode # +v $nick } }


and only voices that nick

thanx
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

No scripts needed. Simply add the user as a voice in the bot.
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
d
drfox
Voice
Posts: 26
Joined: Sun Oct 09, 2005 1:51 am

Post by drfox »

yeah i know you can add them that way but this script recognize a user
that has |KoA| at the front of there nick
example
|FoX|-demond
|FoX|-pepsi

so i need it to recognize and voice a use that has |FoX| at the front of there nick as a thankyou
Locked