summaryrefslogtreecommitdiffstats
path: root/crawl-ref/git-hooks
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2012-07-28 02:56:31 +0200
committerAdam Borowski <kilobyte@angband.pl>2012-07-28 02:56:31 +0200
commit2d98612ead894f7d1331b7f796f3ee641f191b71 (patch)
tree21742f53ea2f4b68895eb3fa092162d4dca65ff4 /crawl-ref/git-hooks
parentc348bcf42667cd230c47a51cb32016090ee02e39 (diff)
downloadcrawl-ref-2d98612ead894f7d1331b7f796f3ee641f191b71.tar.gz
crawl-ref-2d98612ead894f7d1331b7f796f3ee641f191b71.zip
Teach CIA about frogbotherer.
Diffstat (limited to 'crawl-ref/git-hooks')
-rwxr-xr-xcrawl-ref/git-hooks/crawl-ref-cia1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/git-hooks/crawl-ref-cia b/crawl-ref/git-hooks/crawl-ref-cia
index 99586b32c1..91ec22dc5b 100755
--- a/crawl-ref/git-hooks/crawl-ref-cia
+++ b/crawl-ref/git-hooks/crawl-ref-cia
@@ -193,6 +193,7 @@ $user =~ s/sbalady/nfogravity/;
$user =~ s/ben\.striegel/Wensley/;
$user =~ s/thann/Thann/;
$user =~ s/policarpocp/CommanderC/;
+$user =~ s/therealchriswest/frogbotherer/;
$rev = substr($commit, 0, 12);