First Thank you I took your statement wrong after I re-reading it i see it was not rude I am SORRY
just got home from work put script in and get this when someone joins
* /if: invalid format (line 12, script.ini)
line 12 is
Code:
  if (($hget(welcomed. $+ $chan) == $null) && ($isfile($scriptdirjoinsg.hsh)) {


been a while but may be missing a ) I count 14 ( and 13 ) between the first { and last } but no clue where to put the 14th )

I tried adding one here on this line
Code:
  if (($hget(welcomed. $+ $chan) == $null) && ($isfile($scriptdirjoinsg.hsh))) {

but nothing happens (no error no message)