diff options
| author | Jokler <jokler.contact@gmail.com> | 2018-03-22 21:04:24 +0100 |
|---|---|---|
| committer | Jokler <jokler.contact@gmail.com> | 2018-03-22 21:04:24 +0100 |
| commit | b636c6fb4f9f6fce1e567624cab5d975fd7aabd0 (patch) | |
| tree | d13bb0d231152e6782889d352d01868c2613eae0 /src/plugins/tell/mod.rs | |
| parent | c176691b5b95654cd00381980d5d8360a5d38639 (diff) | |
| download | frippy-b636c6fb4f9f6fce1e567624cab5d975fd7aabd0.tar.gz frippy-b636c6fb4f9f6fce1e567624cab5d975fd7aabd0.zip | |
Fix tell help
Diffstat (limited to 'src/plugins/tell/mod.rs')
| -rw-r--r-- | src/plugins/tell/mod.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/tell/mod.rs b/src/plugins/tell/mod.rs index 76a6b0c..42032be 100644 --- a/src/plugins/tell/mod.rs +++ b/src/plugins/tell/mod.rs @@ -172,8 +172,8 @@ impl<T: Database> Tell<T> { } fn help(&self) -> &str { - "usage: {} tell user message\r\n\ - example: {0} tell Foobar Hello!" + "usage: tell user message\r\n\ + example: tell Foobar Hello!" } } |
