Quote:
Originally Posted by Exero
sweet
i will install it when vB3 Gold is out 
|
The support link in the install file reflects another thread

You might want to update that to avoid confusion.
To get more users listed, maybe you could have mirc first list the ops, then the halfops, then the voiced users, and then the rest? This way you can have 4x 254 characters, instead of it all together. At the moment, we don't even list half the users online. Which is a shame. This is partially due to the long length of usernames that is allowed on the channel.
Great hack - it works. Just a shame it doesn't use the config.php prefix_ for tablenames
and as a final integration with vb3's new feature(s); phrases!
## 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>
##