[Pmwiki-users] irc hyperlinks

Patrick R. Michaud pmichaud
Tue Oct 26 15:38:57 CDT 2004


On Tue, Oct 26, 2004 at 11:09:23PM +0200, Thomas N. Burg wrote:
> Hi,
> 
> is there a way to use active hyperlinks that refer to the irc:// 
> protocol?

PmWiki 1:

  $UrlMethodPattern .= '|irc';

PmWiki 2:

  $LinkFunctions['irc:'] = 'LinkIMap';
  $IMap['irc:'] = 'irc:$1';

Probably worth a cookbook entry somewhere.

Pm



More information about the pmwiki-users mailing list