| 894 | } |
| 895 | |
| 896 | void BOBCommandSession::ClearCommandHandler (const char * operand, size_t len) |
| 897 | { |
| 898 | LogPrint (eLogDebug, "BOB: clear"); |
| 899 | m_Owner.DeleteDestination (m_Nickname); |
| 900 | m_Nickname = ""; |
| 901 | SendReplyOK ("cleared"); |
| 902 | } |
| 903 | |
| 904 | void BOBCommandSession::ListCommandHandler (const char * operand, size_t len) |
| 905 | { |
nothing calls this directly
no test coverage detected