From 5bbbeb56aaf44a362b61736c3b6a65480bf4a8ac Mon Sep 17 00:00:00 2001 From: iximeow 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