Handle a message received by an admin, prefixed with the `!admin` subject. By default this does nothing, as admin commands are facultative.
(_client: &mut CommandClient, _command: &str)
| 148 | /// |
| 149 | /// By default this does nothing, as admin commands are facultative. |
| 150 | fn on_admin(_client: &mut CommandClient, _command: &str) {} |
| 151 | } |
nothing calls this directly
no outgoing calls
no test coverage detected