User:Masterhomer/wikilinks

From Wikipedia, the free encyclopedia

This program will make Wiki Links (or Wiki Markup) clickable (like a hotlink) in mIRC. When click they will open your default browser and find the article on the English wikipedia.

To use run mIRC, hit Alt-R and paste the following in the big editbox:

on ^*:HOTLINK:*[[*:#: { }
on ^*:HOTLINK:*]]*:#: { }
on *:HOTLINK:*:#: if ([[ isin $hotline) { run $+(http://en.wikipedia.org/wiki/,$replace($gettok($gettok($hotline,2,91),1,93),$chr(32),_)) }

Then hit "OK" and enjoy!