summaryrefslogtreecommitdiff
path: root/usr.bin/mg/theo.c
diff options
context:
space:
mode:
authorMarco Peereboom <marco@cvs.openbsd.org>2004-09-15 02:16:19 +0000
committerMarco Peereboom <marco@cvs.openbsd.org>2004-09-15 02:16:19 +0000
commitdf51cc66f413524ef13592cfb6f4ae7b440dbb2d (patch)
treedea980751f3f3e240f6bbc440124ac61dd6c8459 /usr.bin/mg/theo.c
parentba022848411fcbefaf00cce7b34616b58e69e1c2 (diff)
Add some amusing ones.
Diffstat (limited to 'usr.bin/mg/theo.c')
-rw-r--r--usr.bin/mg/theo.c11
1 files changed, 9 insertions, 2 deletions
diff --git a/usr.bin/mg/theo.c b/usr.bin/mg/theo.c
index 20e55b599ef..6839e3bb40b 100644
--- a/usr.bin/mg/theo.c
+++ b/usr.bin/mg/theo.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: theo.c,v 1.70 2004/08/23 22:01:31 henning Exp $ */
+/* $OpenBSD: theo.c,v 1.71 2004/09/15 02:16:18 marco Exp $ */
/*
* Copyright (c) 2002 Artur Grabowski <art@openbsd.org>
* All rights reserved.
@@ -152,7 +152,14 @@ static const char *talk[] = {
"Quite frankly, SSE's alignment requirement is the most utterly retarded idea since eating your own shit.",
"Holy verbose prom startup Batman.",
"Do you think you are exempt from COMPILING BEFORE YOU COMMIT",
- "I want to be REALLY COOL just like all the other developers!"
+ "I want to be REALLY COOL just like all the other developers!",
+ "I don't know what you are talking about. Please tell me what you are talking about.",
+ "I avoid helping people who refuse to learn how to help themselves.",
+ "Any day now, when we sell out.",
+ "And there you have it.. the distinction between those people who are OpenBSD develepers and those who will never be able to be...",
+ "I don't mean this applies to everyone, but is there a high quantity of attention deficit disorder in our user community? Or retards?",
+ "Have you been living in a cave, or are you just being a jerk?",
+ "If you want it, go do the stinking work yourself."
};
static const int ntalk = sizeof(talk)/sizeof(talk[0]);