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