
Public Member Functions | |
| void | OnLine (const std::string &line) |
| This function is called whenever a user sends a line. | |
| std::string | name () |
| Returns the name of this editor. | |
| bool | canReceiveChannel (mud::ChannelPtr channel) const |
| Whether the current editor is capable of receiving messages from the specified channel. | |
| bool | supportPrefixes () const |
| Whether prefixes should be handled in the current editor. | |
Definition at line 25 of file EditorAccountLogin.h.
| void EditorAccountLogin::OnLine | ( | const std::string & | line | ) | [virtual] |
| std::string EditorAccountLogin::name | ( | ) | [inline, virtual] |
Returns the name of this editor.
Implements Editor.
Definition at line 32 of file EditorAccountLogin.h.
| bool EditorAccountLogin::canReceiveChannel | ( | mud::ChannelPtr | channel | ) | const [virtual] |
Whether the current editor is capable of receiving messages from the specified channel.
Reimplemented from Editor.
| bool EditorAccountLogin::supportPrefixes | ( | ) | const [virtual] |
1.5.3