Quote:
Originally Posted by floris
## Small tweak for users who want to have the irc server listed as a link so it opens in mirc ! (hopefully this still works in mirc6 - haven't tried it out yet though)
# Open the " irc_loggedin " template and find:
$channel[server]
# Replace with:
<a href="irc://$channel[server]/$channel[handle]">$channel[server]</a>
##
|
The only problem with this is the # symbol is added in twice.
If you change the handle field in the admincp from say #channelname to just channelname, then the script stops working.
If a user clicks on that link floris, it will take them to ##channelname instead of #channelname.
Any advice aside from hardcoding the channel name in there?