Jethro commented on a Page, Rude Slap  -  Aug 08, 2010

redline187, I'm not clear on what you mean by showing the whole text. if you mean that you don't want to use the default slap message but have the script output the default message from the website, you need to modify this line:

sockmark ins describe # slaps $$1 around abit with a
To this:

sockmark ins describe # $$1 $+ ,

If you want it as a message instead of an action, use this one:

sockmark ins msg # $$1 $+ ,

Then change this bit in the sockread event:> if ($regex(%ins,/.+you(.+)<\/span>/)) {
$sock(ins).mark $regml(1)
sockclose ins
}To this:

  if ($regex(%ins,/b">(.+)<\/span>/)) {
    $sock(ins).mark $regsubex($replace($regml(1),$&
      </span><br>,$+($chr(44),$chr(32))),/(.)/,$lower(\1))
    sockclose ins
  }
 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.