summaryrefslogtreecommitdiff
path: root/convert.sh
diff options
context:
space:
mode:
Diffstat (limited to 'convert.sh')
-rwxr-xr-xconvert.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/convert.sh b/convert.sh
index 1269e97..6900730 100755
--- a/convert.sh
+++ b/convert.sh
@@ -35,6 +35,7 @@ create_color() {
if [ "$2" = 'ii' ]; then
sed '
s/^\([0-9]\+\) -!- \(.* has joined \S\+$\)/\1 --> | \2 /
+ s/^\([0-9]\+\) -!- \(.* has left \S\+$\)/\1 <-- | \2 /
s/^\([0-9]\+\) <\(\S\+\)> /\1 \2 | /
s/^/@/
'