Ghost-writer commented on a Page, Away Script/Auto Responder  -  Dec 01, 2009

Im about to make all of you feel stupid.

menu channel { 
  .$iif($group(#auto-msg).status iswm on, auto-msg is on, auto-msg is off) 
  ..Turn autoreply off:disable #auto-msg
  ..Turn autoreply on:enable #auto-msg
}

#auto-msg off
on *:TEXT:*:*:{
  if ($me isin $1-) {
    if (!$hget(Query, $nick)) {
      if (!$hget(Query)) hmake Query 5
      hadd Query $nick Query
      msg $nick $read(randomautoreply.txt) 
      write C:\Users\Desktop\Namesaid.txt $nick  ......    # ..... $time ..... $date  .....  $1-  
    }
  }
}
#auto-msg end
MaSooM786  -  Dec 16, 2016

but how to use this script

Sign in to comment

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.