aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins
diff options
context:
space:
mode:
authorJokler <jokler.contact@gmail.com>2019-02-21 00:20:33 +0100
committerJokler <jokler.contact@gmail.com>2019-02-21 00:20:33 +0100
commite43b8cc7d0982133879f09aa97c02021a5896a50 (patch)
tree73e0520b1f81743ff99227bd4c4ee351e42b240c /src/plugins
parent869b22874fb64935bff0f25f9a5dacb18b9d1548 (diff)
downloadfrippy-e43b8cc7d0982133879f09aa97c02021a5896a50.tar.gz
frippy-e43b8cc7d0982133879f09aa97c02021a5896a50.zip
Help: Mention Unicode Plugin
Diffstat (limited to 'src/plugins')
-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 1b50ca0..d54008a 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, quote\r\n\
+ "Available commands: help, tell, factoids, remind, quote, unicode\r\n\
For more detailed help call help on the specific command.\r\n\
Example: 'remind help'",
)