diff options
| author | Jokler <jokler.contact@gmail.com> | 2018-09-21 00:21:43 +0200 |
|---|---|---|
| committer | Jokler <jokler.contact@gmail.com> | 2018-09-21 00:21:43 +0200 |
| commit | 625ca41cf54bac0268f7bde9d7ad9017c03d5919 (patch) | |
| tree | ae32e4e08972488904027d3b57ed9ec9f97f871e /src/plugins/help.rs | |
| parent | 448b52d250c61fb719477c01c633593c3da68fba (diff) | |
| download | frippy-625ca41cf54bac0268f7bde9d7ad9017c03d5919.tar.gz frippy-625ca41cf54bac0268f7bde9d7ad9017c03d5919.zip | |
Quote: Add initial quote plugin
Diffstat (limited to 'src/plugins/help.rs')
| -rw-r--r-- | src/plugins/help.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/help.rs b/src/plugins/help.rs index 5de2aca..1b50ca0 100644 --- a/src/plugins/help.rs +++ b/src/plugins/help.rs @@ -36,7 +36,7 @@ impl<C: FrippyClient> Plugin for Help<C> { client .send_notice( &command.source, - "Available commands: help, tell, factoids, remind\r\n\ + "Available commands: help, tell, factoids, remind, quote\r\n\ For more detailed help call help on the specific command.\r\n\ Example: 'remind help'", ) |
