vBulletin IRC Chat

Here's what I found from the link you supplied.

this mod will allow you to connect to any irc network that you have a chanel on

automaticlly picks up a registered username
if no registered username is found it uses Guest plus 3 random numbers
will strip usernames to meet irc requirements
smilies are now on by default
nickbox on by default

version 2.0.1

missed a small line of code to turn smiles on by default, if you dont want them on by deafult dont bother, if you do want to have smiles on by default change the following
find
PHP:
<param name="bitmapsmileys" value="true">
add this above
PHP:
<param name="smileys" value="true">
smilies will now work

ugrade instructions
re-install ^^
next version should be configurable via ACP
 
Back
Top