Welcome Back Script ( Ini)

By Vengeance on Jul 30, 2007

Just a Script that checks a ini for when someone join's and returns there greet

As always Alt + R Then Ctrl + C

Menu nicklist {
  Welcome Back:
  .Add User:writeini WB.SYS.ini $1 Greet On | writeini WB.SYS.ini $1 Welcome_Back $?="Enter Greet Message"
  .$iif(!$readini(wb.sys.ini, $1, greet), $style(2)) Change Welcome Back for $1:writeini WB.SYS.ini $1 Welcome_Back $?="Enter New Greet Message"
  .$iif(!$readini(wb.sys.ini, $1, greet), $style(2)) Remove Welcome Back for $1:$iif($?!"Are you sure you wan't to remove $1?" == $true,remini wb.sys.ini $1)
}

on *:JOIN:#tfh:{
  if ($readini(WB.sys.ini,$nick,welcome_back)) describe $chan $nick $+ : $readini(wb.sys.ini, $nick, welcome_back)
}

Comments

Sign in to comment.
Beny   -  Aug 20, 2009

Dont work says: Parse error: parse error in C:\xampp\htdocs\index.php on line 3

 Respond  
Vengeance   -  Jul 30, 2007

Work\'s now

 Respond  
NouMeRo   -  Jul 30, 2007

not working

 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.