Need vb3 IRC Chat

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:

Code:
<param name="bitmapsmileys" value="true">

add this above

Code:
<param name="smileys" value="true">

smilies will now work
 
Back
Top