View previous topic :: View next topic |
Author |
Message |
drfox Voice
Joined: 09 Oct 2005 Posts: 26
|
Posted: Fri Oct 21, 2005 6:12 pm Post subject: simple voice |
|
|
can anyone help with a simple voice script
that will voice a percific nick
example in mrc
Code: | On @*:join:#:{ if ($left($nick,6) == |FoX| || $left($nick,5) == |FoX|) { mode # +v $nick } }
and only voices that nick
thanx |
|
|
Back to top |
|
 |
Alchera Revered One

Joined: 11 Aug 2003 Posts: 3344 Location: Ballarat Victoria, Australia
|
Posted: Fri Oct 21, 2005 7:53 pm Post subject: |
|
|
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 |
|
Back to top |
|
 |
drfox Voice
Joined: 09 Oct 2005 Posts: 26
|
Posted: Sat Oct 22, 2005 1:24 am Post subject: |
|
|
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 |
|
Back to top |
|
 |
|