aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/help.rs
diff options
context:
space:
mode:
authorJokler <jokler.contact@gmail.com>2018-09-21 00:21:43 +0200
committerJokler <jokler.contact@gmail.com>2018-09-21 00:21:43 +0200
commit625ca41cf54bac0268f7bde9d7ad9017c03d5919 (patch)
treeae32e4e08972488904027d3b57ed9ec9f97f871e /src/plugins/help.rs
parent448b52d250c61fb719477c01c633593c3da68fba (diff)
downloadfrippy-625ca41cf54bac0268f7bde9d7ad9017c03d5919.tar.gz
frippy-625ca41cf54bac0268f7bde9d7ad9017c03d5919.zip
Quote: Add initial quote plugin
Diffstat (limited to 'src/plugins/help.rs')
-rw-r--r--src/plugins/help.rs2
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'",
)