From af67981a2a1c28b3b5598f74d48bfd3a7490c91a Mon Sep 17 00:00:00 2001 From: Andy Wortman Date: Sun, 1 Oct 2017 13:40:31 -0700 Subject: try to make handle detection work for words --- main.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'main.rs') diff --git a/main.rs b/main.rs index 84a51fb..8be302c 100644 --- a/main.rs +++ b/main.rs @@ -283,7 +283,8 @@ mod tw { '@', '#', '$', '%', '^', '&', '*', '(', ')', '-', '=', '{', '}', '|', ':', - '"', '<', '>', '?', '`' + '"', '<', '>', '?', '`', + ' ' // forgot this initially. awkward. ][..]) .filter(|x| x.starts_with("@") && x.len() > 1) .collect() -- cgit v1.1