Adjust commented on a Page, Imgur URL Recogniser  -  May 21, 2014

I can't get this to work as of 22 May 2014
mIRC v 7.32
Edit: It does seem to work except for the person running the script (it will work for other users) can that be changed please

hxck  -  Jun 08, 2014

You can't trigger on :*TEXT: snippets from the client they run on. This snippet is intended for a bot client. Add this to the snippet if you want to run it on your main client:

on *:INPUT:#:{
  if (!$sock(ImgurLookup)) {
    noop $regex(imgururl,$1-,(https?[\S]*imgur\.com[\S]*))
    sockopen ImgurLookup imgur.com 80 | sockmark ImgurLookup $+(#,>,$gettok($gettok($regml(imgururl,1),3-,47),1,46))
  }
}
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.