diff options
| -rw-r--r-- | main.rs | 3 | 
1 files changed, 2 insertions, 1 deletions
@@ -283,7 +283,8 @@ mod tw {                  '@', '#', '$', '%', '^',                  '&', '*', '(', ')', '-',                  '=', '{', '}', '|', ':', -                '"', '<', '>', '?', '`' +                '"', '<', '>', '?', '`', +                ' ' // forgot this initially. awkward.              ][..])                  .filter(|x| x.starts_with("@") && x.len() > 1)                  .collect()  | 
