Top

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 
  Bookmark and Share

Introduction

a voice and devoice in text load in remotes

Grab the Code

Comments

  (4)  RSS
cantseeme
Comments: 48
 
mIRC Snippet:  a voice and devoice on text
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
Shadow Clash
Comments: 40
 
mIRC Snippet:  a voice and devoice on text
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
Lindrian
Comments: 755
 
mIRC Snippet:  a voice and devoice on text
Posted on May 24, 2007 2:10 am
Yes, there are.

on !*:JOIN:#: {

the ! prevents it from being used when you join yourself....
mountaindew
Comments: 1,640
 
mIRC Snippet:  a voice and devoice on text
Posted on Dec 15, 2007 9:26 am
rather than halting, just do if ($nick !isop $chan) mode $chan -v $v1

Please Register or Login to start posting comments.
Bottom