summaryrefslogtreecommitdiff
path: root/usr.bin/mg
diff options
context:
space:
mode:
authorTed Unangst <tedu@cvs.openbsd.org>2014-04-14 17:42:18 +0000
committerTed Unangst <tedu@cvs.openbsd.org>2014-04-14 17:42:18 +0000
commit1be0f2bc76c7f7c6786fdeff621bb0d6039688b8 (patch)
tree37af3a620dcba4852c77d2df1762e79ec8c5d082 /usr.bin/mg
parent475ae5c2aad6b92fe15785cdc5e209331e731196 (diff)
"the randomization in this entire codebase is a grand experiment in stupid"
Diffstat (limited to 'usr.bin/mg')
-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 aa4025b3aa0..8fd4b809b20 100644
--- a/usr.bin/mg/theo.c
+++ b/usr.bin/mg/theo.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: theo.c,v 1.133 2014/03/28 16:47:06 henning Exp $ */
+/* $OpenBSD: theo.c,v 1.134 2014/04/14 17:42:17 tedu Exp $ */
/*
* Copyright (c) 2002 Artur Grabowski <art@openbsd.org>
* All rights reserved.
@@ -175,7 +175,8 @@ static const char *talk[] = {
"Don't tell anybody I said that.",
"Complaint forms are handled in another department.",
"You'd be safer using Windows than the code which was just deleted.",
- "Shit should not be shared."
+ "Shit should not be shared.",
+ "the randomization in this entire codebase is a grand experiment in stupid",
};
static const int ntalk = sizeof(talk)/sizeof(talk[0]);