From 975c94752b6ef59caea5ed632d1428efb5f6433b Mon Sep 17 00:00:00 2001 From: Jokler Date: Fri, 6 Jul 2018 00:28:01 +0200 Subject: Tell: Only show error if the message was not sent --- 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 eb7a244..3fcf5ef 100644 --- a/src/plugins/tell/mod.rs +++ b/src/plugins/tell/mod.rs @@ -75,7 +75,7 @@ impl Tell { .any(|option| option.is_some()) { if !online.contains(&receiver) { - online.push(receiver); + // online.push(receiver); } // TODO Change this when https://github.com/aatxe/irc/issues/136 gets resolved //continue; -- cgit v1.2.3-70-g09d2