Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormoritz <moritz@c213334d-75ef-0310-aa23-eaa082d1ae64>2009-09-03 12:11:40 (GMT)
committer moritz <moritz@c213334d-75ef-0310-aa23-eaa082d1ae64>2009-09-03 12:11:40 (GMT)
commitba9afce8c7584ed952ee9212232c861593a65f9a (patch)
treeaaa2dfeb90783d73f31643d66f1bc61c79c7d8f3
parentb9a82b3e09b4de9371ef9cd1e6be78c28c9ad733 (diff)
[irclog] color 'hugme' as a bot
git-svn-id: http://svn.pugscode.org/pugs/misc/irclog@28177 c213334d-75ef-0310-aa23-eaa082d1ae64
-rwxr-xr-xcgi/out.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/cgi/out.pl b/cgi/out.pl
index c591f0c..6c42988 100755
--- a/cgi/out.pl
+++ b/cgi/out.pl
@@ -44,6 +44,7 @@ my @colors = (
['purl', 'bots'],
['svnbotlt', 'bots'],
['dalek', 'bots'],
+ ['hugme', 'bots'],
);
# additional classes for nicks, sorted by frequency of speech:
my @nick_classes = map { "nick$_" } (1 .. 9);