diff --git a/speak-logs.sh b/speak-logs.sh index 84cff7c..17edf22 100644 --- a/speak-logs.sh +++ b/speak-logs.sh @@ -27,6 +27,8 @@ sed -E 's,\<-|←,answer,' | # Handle someone quoting another person sed -E 's,\<\;[+@ ]?([^& :]+)\>\;,quoting \1,g' | sed -E 's, \* ([^ ]+),quoting action \1,g' | +# Handle Twitter URLs +sed -E 's,https?://(mobile\.|www\.)?twitter[^ )>]+, twitter URL,g' | # Handle URLs sed -E 's,(https?|gopher)://[^ )>]+, \1 URL,g' | # Handle 'fancy' quotes