Auto-Greets

By Chevy on May 25, 2007

Work Automatically. You Will Need to see what you want out of the sections i got bored and wanted to do something but there is not halting on none of this But DO NOT Add all of them cause then you will have major flooding if so many join your room
Just get you a greet thats all you need. Like i said i was bored.

on *:Join:#YourChannel: {
  msg $chan 14Hey $nick Welcome To #
}

Above is a Auto Greet For All Users

on *:Join:#YourChannel: {
  notice $nick 14Hey $nick Welcome To #
}

The Above is a Notice Saying Welcome To # $nick
on *:Join:#YourChannel: {
  msg $nick 14Hey $nick Welcome To #
}

The Above Is A Msg To The $nick Saying Welcome To # $nick
on *:Join:#YourChannel: {
  describe $chan 14Hey $nick Welcome To #
}
And This One Is A Describe Saying Welcome To # $nick

Comments

Sign in to comment.
PuNkTuReD   -  Jan 29, 2009

@ zacx
it would message the channel after the nick has already left but its

on *:part:#: { notice $nick Thank you for joining # }
 Respond  
zacx   -  Jan 29, 2009

what if expl we leaving the channel.. auto msg to the nick saying " thank you for joining #" how to write?anybody?

 Respond  
water_dragon   -  Jan 31, 2008

i Prefer To Use - http://www.hawkee.com/snippet/1080/ - that Greet more simple and always worked without proplem.

 Respond  
undertaker28   -  Jan 31, 2008

hi there like the script = use it thank you.
can you do 1 that give a random message when nicks leave plz

ty

 Respond  
HeLL_MasTeR   -  May 29, 2007

why you just don\'t use --
on :Join:#YourChannel: {
if ($nick == $me) { halt }
msg $chan 14Hey $nick Welcome To $chan }
}
and with part
on
:part:#YourChannel: {
if ($nick == $me) { halt }
msg $nick Hey $nick Thanks For Join $chan }
}

 Respond  
|MELIORITE|   -  May 28, 2007

ermansanidhya... change #Yourchannel to the name of your channel... eg #slippery. Also take out the colours might make it work. The snippet could still have improvements.

 Respond  
ermansanidhya   -  May 28, 2007

sorry is work chevy but the first auto greet, good job im looking this script.

 Respond  
ermansanidhya   -  May 28, 2007

on *:Join:#YourChannel: {
describe $chan 14Hey $nick Welcome To #

that not work, why or mybe i use dalnet ?

 Respond  
|MELIORITE|   -  May 26, 2007

Why not have

on *:Join:#YourChannel: {
  msg $chan 14Hey $nick Welcome To $chan

or conversely,

on *:Join:#: {
  if !istok( #chan1 #chan2,$chan,32) { msg $chan Hey $nick Welcome To $chan }
 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.