a voice and devoice on text
mIRC Code
+ 0 likes
Please Register to submit score.
| Average Score | 1.0 |
| Scores Submitted | 4 |
| Date Added | May 15, 2007 |
| Last Updated | May 15, 2007 |
| Tags | a and devoice in text voice |
|
|
Introduction
mIRC Snippet:
a voice and devoice on text
Posted on May 22, 2007 4:31 pm
Posted on May 22, 2007 4:31 pm
Not a bad script:
One thing, add a ! in front of *:join:
so it doesn't message the script owner when they join
One thing, add a ! in front of *:join:
so it doesn't message the script owner when they join
mIRC Snippet:
a voice and devoice on text
Posted on May 24, 2007 1:59 am
Posted on May 24, 2007 1:59 am
One thing, add a ! in front of *:join:
so it doesn't message the script owner when they join
--
Idiot, there is no event called !join
so it doesn't message the script owner when they join
--
Idiot, there is no event called !join
mIRC Snippet:
a voice and devoice on text
Posted on May 24, 2007 2:10 am
Posted on May 24, 2007 2:10 am
Yes, there are.
on !*:JOIN:#: {
the ! prevents it from being used when you join yourself....
on !*:JOIN:#: {
the ! prevents it from being used when you join yourself....
mIRC Snippet:
a voice and devoice on text
Posted on Dec 15, 2007 9:26 am
Posted on Dec 15, 2007 9:26 am
rather than halting, just do if ($nick !isop $chan) mode $chan -v $v1







