aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJokler <jokler.contact@gmail.com>2018-07-01 15:42:15 +0200
committerJokler <jokler.contact@gmail.com>2018-07-01 15:42:15 +0200
commit3360430bcb90273fcec2b8f4f49f22471e75226e (patch)
tree18f0c4c0fe9a8c779eeb26a8f497f3eb27c45c36 /src
parent3929022952ffbd5be0a9ba4ff074a735dea2aed1 (diff)
downloadfrippy-3360430bcb90273fcec2b8f4f49f22471e75226e.tar.gz
frippy-3360430bcb90273fcec2b8f4f49f22471e75226e.zip
Help: Remove mentions of the currency plugin
Diffstat (limited to 'src')
-rw-r--r--src/plugins/help.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/help.rs b/src/plugins/help.rs
index 9a67c99..5de2aca 100644
--- a/src/plugins/help.rs
+++ b/src/plugins/help.rs
@@ -36,9 +36,9 @@ impl<C: FrippyClient> Plugin for Help<C> {
client
.send_notice(
&command.source,
- "Available commands: help, currency, tell, factoids, remind\r\n\
+ "Available commands: help, tell, factoids, remind\r\n\
For more detailed help call help on the specific command.\r\n\
- Example: 'currency help'",
+ Example: 'remind help'",
)
.context(FrippyErrorKind::Connection)?;