Пример #1
0
 /**
  * Sends a text to the chat window. Parses the message to pick out emoticons.
  *
  * @param un the name of the user sending the message
  * @param message the message to be sent
  * @param whisper indicates the message was a wisper and makes the message italic
  */
 public void sendText(String un, String message, boolean whisper) {
   mainChat.sendText(un, message, whisper);
 }