summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/plugins/currency.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/currency.rs b/src/plugins/currency.rs
index b15c852..fd447e3 100644
--- a/src/plugins/currency.rs
+++ b/src/plugins/currency.rs
@@ -119,7 +119,7 @@ impl Currency {
fn invalid_command(&self, server: &IrcServer, command: &PluginCommand) -> Result<(), IrcError> {
let help = format!("Incorrect Command. \
- Send \"{} help currency\" for help.",
+ Send \"{} currency help\" for help.",
server.current_nickname());
server.send_notice(&command.source, &help)