summaryrefslogtreecommitdiff
path: root/usr.bin/mg/theo.c
diff options
context:
space:
mode:
authorHenning Brauer <henning@cvs.openbsd.org>2002-07-19 14:21:33 +0000
committerHenning Brauer <henning@cvs.openbsd.org>2002-07-19 14:21:33 +0000
commit0eb34b1dde1e709c56e0fec8e3ad3aa95734f521 (patch)
tree64411c18890dfe775acd13988f0d3af7854ef706 /usr.bin/mg/theo.c
parent029694f2e1e7c31777ef5771aee42880f2e8c58e (diff)
feature requests come from idiots
Diffstat (limited to 'usr.bin/mg/theo.c')
-rw-r--r--usr.bin/mg/theo.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/mg/theo.c b/usr.bin/mg/theo.c
index 24f96f3acf1..131376ab435 100644
--- a/usr.bin/mg/theo.c
+++ b/usr.bin/mg/theo.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: theo.c,v 1.29 2002/07/11 20:18:35 mickey Exp $ */
+/* $OpenBSD: theo.c,v 1.30 2002/07/19 14:21:32 henning Exp $ */
#include "def.h"
#include "kbd.h"
@@ -91,7 +91,8 @@ static const char *talk[] = {
"I love to fight",
"I am not concerned with commit count",
"No sane people allowed here. Go home.",
- "you have to stop peeing on your breakfast"
+ "you have to stop peeing on your breakfast",
+ "feature requests come from idiots"
};
static const int ntalk = sizeof(talk)/sizeof(talk[0]);