public void openRegularExpressionTab(String regularExpression) {
   ChatUtils.openRegularExpressionTab(connector, regularExpression, false);
 }
 public void openPersonTab(String person) {
   ChatUtils.openPersonTab(connector, person, false);
 }
 public void openGameChatTab(String gameId) {
   ChatUtils.openGameChatTab(connector, gameId, false);
 }
 public void openPartnerTab() {
   ChatUtils.openPartnerTab(connector, false);
 }
 public void openChannelTab(String channel) {
   ChatUtils.openChannelTab(connector, channel, false);
 }