Advertisement
SaNCaK

mIRC URL color/underline

Feb 3rd, 2014
488
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 0.32 KB | None | 0 0
  1. on ^*:TEXT:*:#:{
  2.   set -u %tmp.match /((?:(?:(?:http|ftp|gopher)\72\/\/)|(?:www|ftp)\.)\S+)/Sig
  3.   if ($regex(links, $1-, %tmp.match) > 0) {
  4.     set -u %tmp.text $regsubex(links, $1-, %tmp.match, $chr(31) $+ $chr(3) $+ 12 $+ \t $+ $chr(3) $+ $chr(31))
  5.     //echo -bfmtlr $chan < $+ $nick $+ > %tmp.text
  6.     halt
  7.   }
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement