diff options
author | Claudio Jeker <claudio@cvs.openbsd.org> | 2008-06-16 17:38:11 +0000 |
---|---|---|
committer | Claudio Jeker <claudio@cvs.openbsd.org> | 2008-06-16 17:38:11 +0000 |
commit | 9ffe324205190a1903a0d89ac95de70b60715e67 (patch) | |
tree | 25d950a7328a021a4f297a47d19594c31908a571 /usr.bin | |
parent | 88b9961e3affd0cd4ae38e30c6d4c674b9b71aba (diff) |
could not resist. OK ok buddy henning
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/mg/theo.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/mg/theo.c b/usr.bin/mg/theo.c index ae1c74a686e..9204b29b109 100644 --- a/usr.bin/mg/theo.c +++ b/usr.bin/mg/theo.c @@ -1,4 +1,4 @@ -/* $OpenBSD: theo.c,v 1.104 2008/06/08 21:35:21 henning Exp $ */ +/* $OpenBSD: theo.c,v 1.105 2008/06/16 17:38:10 claudio Exp $ */ /* * Copyright (c) 2002 Artur Grabowski <art@openbsd.org> * All rights reserved. @@ -149,6 +149,7 @@ static const char *talk[] = { "If municipal water filtering equipment was built by the gcc developers, the western world would be dead by now.", "kettenis supported a new machine in my basement and all I got to do was fix a 1 character typo in his html page commit.", "industry told us a lesson: when you're an asshole, they mail you hardware", + "I was joking, really. I think I am funny :-)", }; static const int ntalk = sizeof(talk)/sizeof(talk[0]); |