-=- SetGreet -=-

By Da_DoN on Sep 11, 2004

its a setgreet script for a certain channel, all u do is type `setgreet nick greet - and it will set that greet for that person, every time the person joins that certain channel, it will say they greet.

;####### irc.liquidacid.org  ######
;#######      Da_DoN         ######
;#######   #ScriptorZ        ######
;#######   DO NOT EDIT    ######
;####### www.scriptorz.net #####

alias -l DoSetGreet {
  if ( $3- != $null ) {
    set $+(%,greet.,$$2) $3-
    .notice $nick Your greet was set to $+(",  $eval($+(%,greet.,$2),2)  ,".)
  }
  else { 
    unset $+(%,greet.,$$2)
    .notice $nick Your greet was unset.
  }
}
on 1:text:`setgreet*:#:{
  DoSetGreet $1-
}
on 1:input:#:{
  if ( $1 == `setgreet ) {
    DoSetGreet $1-
  }
}
on 1:join:#:{
  if ( $eval($+(%,greet.,$nick),2) != $null ) { msg $chan $+($chr(91),$nick,$chr(93)) $$ifmatch }
}
;DO NOT EDIT

Comments

Sign in to comment.
sadistic_sin   -  Jun 23, 2007

fuck you i\'ll edit it as much as i feel

 Respond  
DarthReven   -  Nov 16, 2004

novel idea but it takes only 2 seconds to say hi

 Respond  
BigMan   -  Sep 11, 2004

Welcome

 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.