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

DragonFlare said:

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
Code:
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.

Yes I know. -__-
I was just making it simpler so it wouldn't confuse him.

 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.