DragonFlare commented on a Page, simple bot greet to channel  -  Dec 08, 2008

Kirby he also could make it to were it writes to an ini file that way it only says welcome To chan to people who are in the ini using vars like so

 Menu Nicklist {
  -
  Welcome
  .add: writeini Welcome.ini $1 Nick $1
  .del: writeini Welcome.ini $1 Nick No
}
on *:Join:#:{
  %var = $readini(Welcome.ini,$1,Nick)
  if %var = $1 { msg $chan Welcome Back $nick }
} 

only says it to people you add Kirby.

 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.