FACT++  1.0
template<class T>
std::string ChatClient< T >::GetUpdatePrompt ( ) const
inline

Definition at line 81 of file ChatClient.h.

82  {
83  // If we have not cd'ed to a server show only the line start
84  return T::GetLinePrompt() + " " + (IsConnected() ? "" : "dis") + "connected> ";
85  }
bool IsConnected() const
Definition: MessageDim.h:53