diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2002-06-26 07:40:32 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2002-06-26 07:40:32 +0000 |
commit | 3eec6080a3cc0fb5d4a7fc2bbd953cd603b70bf5 (patch) | |
tree | e5434481f20496dcbb9113e5a46ba73f15c0ed19 | |
parent | 83b8360aea2af5fc36f1de9e2b1a4886aa33b75c (diff) |
Another great quote.
-rw-r--r-- | usr.bin/mg/theo.c | 5 |
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]); |