Auto Bye/Hi

By leokid on Jan 29, 2007

Every time you part/join an auto msg will be sent to the channel.

You can Change the msg to what ever you like.

on *:part:*:{ 
if ($nick == $me) { msg $chan Bye all I am out } }

on *:join:*:{ 
if ($nick == $me) { msg $chan Hi all } }

Comments

Sign in to comment.
Jethro   -  Aug 19, 2009

An on quit event should be there as well:

on me:*:join:*:msg $chan Hi all
on me:*:part:*:msg $chan Bye all I am out.
on me:*:quit:.raw QUIT $+(:,$iif($1,$1-,Bye bye $+ $chr(44) I'm outty.))
 Respond  
Ghost-writer   -  Aug 19, 2009

lol sadistic, what kind of mirc do you have? come on irc.bluebnc.net -j #atom and i can help you :) im there 55% of the time ;x And what is your version ;x. Btw nice on join script but if you part then msg chan if chan doesnt except outside messages it will fail.

 Respond  
sadistic_sin   -  May 22, 2007

it didnt work for me.... honestly hardly any of the codes work for me.. i dont know why.. if you can help me in anyway i\'d be extremely grateful

 Respond  
Aaron   -  Jan 29, 2007

im sittin both ways..dont hate it..dont like it :P

 Respond  
Lindrian   -  Jan 29, 2007

on me*:part:#: {
.part $chan
}

I think that\'ll work.

 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.