From 386ab752acb0901d0bde304e2ff7e667a0adc3f5 Mon Sep 17 00:00:00 2001 From: Eino Keskitalo Date: Thu, 17 Dec 2009 09:57:03 +0200 Subject: Add a nick to the CIA lookup table. Signed-off-by: Eino Keskitalo --- crawl-ref/git-hooks/crawl-ref-cia | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/git-hooks') diff --git a/crawl-ref/git-hooks/crawl-ref-cia b/crawl-ref/git-hooks/crawl-ref-cia index b77bacb3b5..f67787f924 100755 --- a/crawl-ref/git-hooks/crawl-ref-cia +++ b/crawl-ref/git-hooks/crawl-ref-cia @@ -168,7 +168,7 @@ $user =~ s/rvollmert/by/; $user =~ s/ottochar/pointless_/; $user =~ s/ennewalker/Enne/; $user =~ s/steven/neunon/; - +$user =~ s/scintilla/greensnark/; $rev = substr($commit, 0, 12); -- cgit v1.2.3-54-g00ecf