diff options
author | lassulus <lass@aidsballs.de> | 2015-05-21 23:54:57 +0200 |
---|---|---|
committer | lassulus <lass@aidsballs.de> | 2015-05-21 23:54:57 +0200 |
commit | 862c3317beb8a3199bd989d87ad390d3de2f0011 (patch) | |
tree | cc9309658f9d4adb63fb1cc633f155bc8b255f50 | |
parent | 8c953def2368d735cb1cd9b9ff7b56df6f1b3f95 (diff) |
gitolite irc-announce: fix colors
-rw-r--r-- | modules/uriel/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/uriel/default.nix b/modules/uriel/default.nix index 25e3f59b1..5ff37117d 100644 --- a/modules/uriel/default.nix +++ b/modules/uriel/default.nix @@ -212,7 +212,7 @@ | privmsg_cat \ | cat2 - printf '[13%s] %s pushed %s new commit%s to 6%s %s\n' \ + printf '[\x0313%s\x03] %s pushed %s new commit%s to \x036%s %s\x03\n' \ "$reponame" \ "$username" \ "$commit_count" \ @@ -223,7 +223,7 @@ | cat2 echo "$git_log" \ - | sed 's/^/14/;s/ / /' \ + | sed 's/^/\x0314/;s/ /\x03 /' \ | privmsg_cat \ | cat2 |