Xcution

Xcution

Joined
Apr 14, 2012

Activity Stream

Xcution commented on a Page, Open links without http:// or www. with double-click  -  Aug 04, 2013

A little more further in what you can do with this and using regex to filter links.

;Hooks right, selected, and double click events in channels for nicks, links and channels ;)
on *:HOTLINK:*:*: {
  var %n $hotlink(match) ,%e $hotlink(event) 
  if (%n ison #) { 
    if (%e == rclick) { xdid -u nicklist 3 | xdid -c nicklist 3 $xfind(%n) | nicklist.popup } 
    elseif (%e == sclick) { xdid -u nicklist 3 | xdid -c nicklist 3 $xfind(%n) } 
    elseif (%e == dclick) { query %n } 
  } 
  elseif (%e == dclick) {
    if ($regex(%n,/(^|\s|>)((https?|ftp):\/\/[-A-Z0-9+&@#\/%?=~_|!:,.;]*[-A-Z0-9+&@#\/%=~_|])/gim)) { URL  $regml(2) }
    elseif ($regex(%n,/(^|\s|>)(www\.[\S]+(\b|$))/gim)) { URL $+(http://,$regml(2)) }
    elseif ($regex(%n,/(\w+([-+.']\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)*)/gim)) { url mailto: $+ $regml(1) }
    elseif ($regex(%n,/(%#\w+)/g)) { JOIN $regml(1) }
} }
Xcution   -  Nov 23, 2012

http://youtu.be/qAiOWVH8IPY Currently playing around with this :)

Xcution commented on a Page, Join Msg  -  Nov 21, 2012

Make sure you paste this in a script file that does not have a on join event.
I added a . in front of the timer command so you dont have to have added timer started timer halted msgs.
changed the msg #bitefight.mx to msg # cause you already told mirc the channel you wish to check for and send to in the on join. so # is all that is needed there.
I have tested this code and it works on every server I gone on. so hope this helps you.

on *:JOIN:#bitefight.mx: { 
  if ($nick == alejop) { 
    .timer 1 3 msg # Hola $nick , la persona que buscas no esta
} }
 Respond  
Xcution created a Page  -  Jun 18, 2012
258 

; Dropbox Screen Shot Uploader ;Uses mirc_ss.dll and dropbox ;Logs each image url in a hash file ;You must have a dropbox account and Dropbox installed and running. As well the dll for this addon to work!!! ;Link to get the dll https://dl.dropbox.com/u/6355058/mIRC-Stuff/mirc_ss.zip

 Respond   mIRC  
Xcution commented on a mIRC Script, DCX & MDX StatusBar  -  May 06, 2012

Nice job, tho I really see no need for MDX in this script,

 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.