very simple Auto Voice/msg

By supergeo on Apr 04, 2005

This very very simple snippet voices all the users that join your channel and sends a message to the channel welcoming them. To not send the message, simple cut out: msg $chan Welcome to the channel $nick $+ !

on *:JOIN:#yourchan:{
 if ($nick == $me) { halt }
 if ($me isop $chan) {
 msg $chan Welcome to the channel $nick $+ !
 mode $chan +v $nick }
 }

;the above is a very simple code, and you can change it all you want.
; I know that there are lots of snippets for auto-voice and messaging 
;channels, but I wanted to make a very simple one.

Comments

Sign in to comment.
iamfluffy   -  Mar 05, 2016

i made one on my own, however, it didn't work. so i tried this one as well, and it too, didn't work.. HELP.

 Respond  
Jethro   -  Dec 26, 2009

Suppose you are halfop and is ABLE to set voice, how will i do it?

on !*:JOIN:#YourChan: {
  .msg # Welcome to # $nick $+ ! | $iif($nick(#,$me,oh),pvoice 1 # $nick)
}
 Respond  
bugboy1028   -  Dec 26, 2009

Suppose you are halfop and is ABLE to set voice, how will i do it?

 Respond  
Epik-Fail   -  Sep 18, 2008

bit new to this but i've made over 30 scripts... say ur oped in 4 rooms and some one joins and it shows the room name and for one room but its not the room they joined? ..... bit more easy to under stand .. say ur script is set for one room and someone joins in another room you're in... for exp: say ur in #random and ur script is set for #imaweiner would it only show in that one room? .. i tried to make as much sense as possible lol

 Respond  
supergeo   -  Apr 09, 2005

Thanks xDaeMoN. I didn\'t think of that. I updated it :)

 Respond  
xDaeMoN   -  Apr 06, 2005

You would also want to check if you are op & if you the one joining the channel so you won\'t get any error messages.

 Respond  
supergeo   -  Apr 06, 2005

Yes I totally agree with your point of view. This is because so many people ask for auto-voice snippets.

 Respond  
Ville   -  Apr 06, 2005

Very clean, very simple i like it.

 Respond  
DarthReven   -  Apr 05, 2005

its not criticitcisum i was stating a fact, yes its true that many people don\'t look in the help file that much is certain but if they did they would find many things and get a greater understanding of mIRC

 Respond  
supergeo   -  Apr 05, 2005

Sorry that turned out really rude darth. What I meant was that I was trying to make it simple for newbies, not complicated, and I don\'t know why it\'s being criticized since it was supposed to be simple.

 Respond  
supergeo   -  Apr 05, 2005

I can do it a couple different ways Bal, I just chose it this way :)

 Respond  
supergeo   -  Apr 05, 2005

updated thanks Antoshi

 Respond  
supergeo   -  Apr 05, 2005

BalTazar it\'s fine just the way it is. Darth I\'m sorry but not everybody reads the help file. If everybody did there would be no point on submitting things because people would already know how to do them. I said I made it simple, and I am doing this for some newbies, so please if you don\'t have anything nice to say don\'t say it at all. It just kind of annoys me that when I try to make something simple to help others out I am replied with messages stating it\'s pointless.

 Respond  
Antoshi   -  Apr 05, 2005

Why is it \"mode $active +v $nick\"? That gives voice to the nick in the active window, so if your active window isn\'t the channel, it won\'t give them voice there. Change to \"mode $chan +v $nick\".

 Respond  
BalTazar   -  Apr 05, 2005

\"hmm.. what about this on *:JOIN:#yourchan:{ notice $chan Welcome to $chan $+ ! | mode $active +v $nick } isn\'t that easyier?? :D and much bettere i think but if anybody need a simple one yours is fine enough

 Respond  
BalTazar   -  Apr 05, 2005

hmm.. what about thison *:JOIN:#yourchan:{ msg $chan Welcome to $chan $+ ! | mode $active +v $nick } isn\'t that easyier

 Respond  
DarthReven   -  Apr 04, 2005

considering that this can be found in the mIRC help file

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.