diff --git a/speak-logs.sh b/speak-logs.sh index 130036f..5595e23 100644 --- a/speak-logs.sh +++ b/speak-logs.sh @@ -33,6 +33,10 @@ sed -E 's,\^_\^,happy eyes emoticon,g' | sed -E 's,\\o\/,arms in air emoticon,g' | sed -E 's,o\/,arm in air emoticon,g' | sed -E 's,\\o,arm in air emoticon,g' | +sed -E 's,\:\),smiling emoticon,g' | +sed -E 's,\(\:,reversed smiling emoticon,g' | +sed -E 's,\:\(,sad emoticon,g' | +sed -E 's,\)\:,reversed sad emoticon,g' | # Add pauses sed -E 's,$,,' |