summaryrefslogtreecommitdiff
path: root/usr.bin/mg
diff options
context:
space:
mode:
authorHenning Brauer <henning@cvs.openbsd.org>2004-10-01 11:03:09 +0000
committerHenning Brauer <henning@cvs.openbsd.org>2004-10-01 11:03:09 +0000
commit727ee34a79897a005fe18b14248d9f28994c4345 (patch)
tree01903265c9874b9e52ec869aebe638415a495231 /usr.bin/mg
parent9460f34f680927f55e3dc576cc03aac0eafac72f (diff)
optimism in man kind does not belong here
(and kill a few boring ones)
Diffstat (limited to 'usr.bin/mg')
-rw-r--r--usr.bin/mg/theo.c14
1 files changed, 3 insertions, 11 deletions
diff --git a/usr.bin/mg/theo.c b/usr.bin/mg/theo.c
index cc48c96e5db..c5258e5a7f1 100644
--- a/usr.bin/mg/theo.c
+++ b/usr.bin/mg/theo.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: theo.c,v 1.72 2004/09/29 17:10:54 henning Exp $ */
+/* $OpenBSD: theo.c,v 1.73 2004/10/01 11:03:08 henning Exp $ */
/*
* Copyright (c) 2002 Artur Grabowski <art@openbsd.org>
* All rights reserved.
@@ -137,7 +137,6 @@ static const char *talk[] = {
"Take a picture of my butt, it's what everyone wants.",
"you slackers don't deserve pictures yet",
"You guys are about four days behind on theo.c",
- "I'm just talking.",
"Vegetarian my ass",
"Wait a minute, that's a McNally's!",
"Your connection is breaking up.",
@@ -146,21 +145,14 @@ static const char *talk[] = {
"I AM NEVER SATISFIED",
"don't they recognize their moral responsibility to entertain me?",
"#ifdef is for emacs developers.",
- "Many well known people become net-kooks in their later life, because they lose touch with reality.",
"You're not allowed to have an opinion.",
"tweep tweep tweep",
- "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 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.",
- "A burp means less gas later"
+ "A burp means less gas later",
+ "optimism in man kind does not belong here"
};
static const int ntalk = sizeof(talk)/sizeof(talk[0]);