Simplest Auto Voice+Msg

By mysterycool on Apr 14, 2007

Ok this is a really simple snippet for autovoice. As someone joins the channel, the bot will auto welcome him, give him voice and say to the the chan $nick has joined $chan $+!

Really simple so plz dont start telling me stupid, simple, you could do it more professonal...

Just copy it into your remotes (Alt+R)

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

Comments

Sign in to comment.
S*A*U*R*A*B*H   -  Apr 15, 2007

If i say both works, lol

 Respond  
Lindrian   -  Apr 14, 2007

you can just use
on !*:JOIN:#: {

 Respond  
SyntaxIRC   -  Apr 14, 2007

What\'s with the msg \'msg $chan $nick has joined $chan $+ !\'?
That\'s not needed. mIRC already has an inbuilt system to tell show whos joined -.-

 Respond  
S*A*U*R*A*B*H   -  Apr 14, 2007

dood, try givin some cool colors etc

 Respond  
mysterycool   -  Apr 14, 2007

As I said dont start telling me stupid, simple, you could do it more professonal!

 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.