From 71caa43d6fe4e54722c3d504c29d030255d0f0ee Mon Sep 17 00:00:00 2001 From: Jokler Date: Sat, 3 Mar 2018 18:04:44 +0100 Subject: Correct error message on tell --- src/plugins/tell/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/tell/mod.rs b/src/plugins/tell/mod.rs index 4f6bfa0..f781ed8 100644 --- a/src/plugins/tell/mod.rs +++ b/src/plugins/tell/mod.rs @@ -57,7 +57,7 @@ impl Tell { .iter() .any(|u| u.get_nickname().eq_ignore_ascii_case(&receiver)) { - return Err(format!("{} is online in another channel.", receiver)); + return Err(format!("{} is currently online.", receiver)); } } } -- cgit v1.2.3-70-g09d2