summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormiod <miod@openbsd.org>2002-06-26 07:40:31 +0000
committermiod <miod@openbsd.org>2002-06-26 07:40:31 +0000
commita46b9dfa3ede378a9efd293db608ba8ed3536546 (patch)
tree0221f19bdd6b389a589ec493047ed41085506859
parentcorrect bad practice in the code - it uses two changing variables (diff)
downloadwireguard-openbsd-a46b9dfa3ede378a9efd293db608ba8ed3536546.tar.xz
wireguard-openbsd-a46b9dfa3ede378a9efd293db608ba8ed3536546.zip
Another great quote.
-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 c7451290f42..8042bbdd097 100644
--- a/usr.bin/mg/theo.c
+++ b/usr.bin/mg/theo.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: theo.c,v 1.27 2002/06/10 09:59:21 kjell Exp $ */
+/* $OpenBSD: theo.c,v 1.28 2002/06/26 07:40:31 miod Exp $ */
#include "def.h"
#include "kbd.h"
@@ -88,7 +88,8 @@ static const char *talk[] = {
"i admit you are better than i am...",
"I'd put a fan on my bomb.. And blinking lights...",
"I love to fight",
- "I am not concerned with commit count"
+ "I am not concerned with commit count",
+ "No sane people allowed here. Go home."
};
static const int ntalk = sizeof(talk)/sizeof(talk[0]);