*/
public void prompt()
{
try {
if(this.activeChatDialog!=null){
DialogState state = this.activeChatDialog.getState();
if(state==DialogState.CREATED|| state==DialogState.OPENNING|| state==DialogState.OPENED){
writer.append(this.client.getFetionUser().getDisplayName()+"@maplefetion^["+this.activeChatDialog.getMainBuddy().getDisplayName()+"]>>");
}else{
writer.append(this.client.getFetionUser().getDisplayName()+"@maplefetion>>");
}