gitolite irc-announce: fix colors
This commit is contained in:
parent
61bfbef3ed
commit
f0567c64c4
@ -212,7 +212,7 @@
|
|||||||
| privmsg_cat \
|
| privmsg_cat \
|
||||||
| cat2
|
| 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" \
|
"$reponame" \
|
||||||
"$username" \
|
"$username" \
|
||||||
"$commit_count" \
|
"$commit_count" \
|
||||||
@ -223,7 +223,7 @@
|
|||||||
| cat2
|
| cat2
|
||||||
|
|
||||||
echo "$git_log" \
|
echo "$git_log" \
|
||||||
| sed 's/^/14/;s/ / /' \
|
| sed 's/^/\x0314/;s/ /\x03 /' \
|
||||||
| privmsg_cat \
|
| privmsg_cat \
|
||||||
| cat2
|
| cat2
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user