Well I decided that I didn't like the multicity applet when I saw how little control I had. So I am using irc now. You only have to register a channel, and then replace the applet in the chat_hack template with this. The stars specify that you need to change something on that line. Usually just putting in the server and channel name.
PHP Code:
<TBODY>
<TR bgColor=#999900 borderColor=#000000>
<TD width="100%">
<DIV align=center><FONT color=#999999
face="Verdana, Arial, Helvetica, sans-serif" size=1><FONT
size=2><FONT color=#ffffff size=1><B><FONT color=#cccccc>.<FONT
color=#ffffff>Chat</FONT>.
</FONT></B></FONT></FONT></FONT></DIV></TD></TR>
<TR vAlign=top>
<TD height=50 width="100%">
<P align=left><FONT face="Verdana, Arial" size=2><FONT
face="Verdana, Arial" size=2>
*****<APPLET code=Chat.class height=400 width=444 alt="server #channelname" archive="jirc_nss.zip">
<PARAM NAME="CABBASE" VALUE="jirc_mss.cab">
<PARAM NAME="ServerPort" VALUE="6667">
*****<PARAM NAME="ServerName1" VALUE="server">
*****<PARAM NAME="Channel1" VALUE="#channel">
<PARAM NAME="AllowURL" VALUE="true">
<PARAM NAME="AllowIdentd" VALUE="true">
<PARAM NAME="WelcomeMessage" VALUE="">
<PARAM NAME="RealName" VALUE="Site Applet User">
<PARAM NAME="NickName" VALUE="{$bbuserinfo[username]}">
<PARAM NAME="UserName" VALUE="None">
<PARAM NAME="isLimitedServers" VALUE="true">
<PARAM NAME="isLimitedChannels" VALUE="true">
<PARAM NAME="MessageCol" VALUE="80">
<PARAM NAME="BackgroundColor" VALUE="99,132,181">
<PARAM NAME="TextColor" VALUE="black">
<PARAM NAME="TextScreenColor" VALUE="white">
<PARAM NAME="ListTextColor" VALUE="black">
<PARAM NAME="TextFontName" VALUE="Verdana">
<PARAM NAME="TextFontSize" VALUE="10">
<PARAM NAME="ConfigNickOnly" VALUE="true">
<PARAM NAME="NickNChannelOnly" VALUE="true">
<PARAM NAME="LogoBgColor" VALUE="white">
<PARAM NAME="BorderVsp" VALUE="3">
<PARAM NAME="DirectStart" VALUE="true">
<PARAM NAME="FGColor" VALUE="black">
<PARAM NAME="TitleBackgroundColor" VALUE="black">
<PARAM NAME="TitleForegroundColor" VALUE="white">
<PARAM NAME="InputTextColor" VALUE="black">
<PARAM NAME="InputScreenColor" VALUE="white">
<PARAM NAME="IgnoreLevel" VALUE="3">
<PARAM NAME="DisplayConfigRealName" VALUE="false">
<PARAM NAME="DisplayConfigServer" VALUE="false">
<PARAM NAME="DisplayConfigPort" VALUE="false">
<PARAM NAME="DisplayConfigMisc" VALUE="false">
<PARAM NAME="LicenseKey" VALUE="2727595959-37230483858208-133434764482443414852391-372304838582686393652391349333821334">
<PARAM NAME="code" VALUE="Chat.class">
<PARAM NAME="height" VALUE="480">
<PARAM NAME="width" VALUE="640">
<PARAM NAME="archive" VALUE="jirc_nss.zip">
*****<PARAM NAME="codeBase" VALUE="website url">
*****<PARAM NAME="alt" VALUE="server #channel">
</APPLET></FONT></FONT></P>
It works fine for me. If you wanna see what it looks like the click
here. Keep in mind that I changed the dimensions of mine.