|   |   | 
| $link Returns the text specified as a link | 
| Usage | 
| <string> $link(<text:string>[,<type:string>]) | 
| Description | 
| Gets the text you pass as the first parameter and formats it
so that KVIrc will display it as a link. You can specify the
type of the link as the second parameter. Valid values for the
second parameter are: 
 | 
| Examples | 
| echo $link(pragma,nick) | 
| See also | 
| echo, $fmtlink. |