On chat_irc.php, change bbuserinfo.username to whatever you want. Then save that variable to something else; register that variable to ctech_chat_irc_index tempalte. Then use that variable in below code from template.
<iframe width="{vb:stylevar ctech_chat_irc_width}" height="{vb:stylevar ctech_chat_irc_height}" src="{vb:var vboptions.ctech_chat_irc_server}/?nick={vb:if "$show['member']", {vb:var bbuserinfo.username}, {vb:var ctech_guest}}&channels={vb:var vboptions.ctech_chat_irc_channels}&uio={vb:var vboptions.ctech_chat_irc_uio}"></iframe>
|