diff options
author | Ryan Thomas McBride <mcbride@cvs.openbsd.org> | 2004-06-28 02:33:26 +0000 |
---|---|---|
committer | Ryan Thomas McBride <mcbride@cvs.openbsd.org> | 2004-06-28 02:33:26 +0000 |
commit | a1974ab5d98b7001e050517cff78996d964ca3c9 (patch) | |
tree | 308ff891a0c9489f7c77e67f75af9e9ff197dfd0 /usr.bin/mg/theo.c | |
parent | 2d2f1330c2629516ed3a6392bb05b754eccc7198 (diff) |
Theo denys all allegations that he's becoming more relaxed.
Diffstat (limited to 'usr.bin/mg/theo.c')
-rw-r--r-- | usr.bin/mg/theo.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/usr.bin/mg/theo.c b/usr.bin/mg/theo.c index 75b3a0ccab2..143e69d28e6 100644 --- a/usr.bin/mg/theo.c +++ b/usr.bin/mg/theo.c @@ -1,4 +1,4 @@ -/* $OpenBSD: theo.c,v 1.63 2004/06/07 22:31:19 mickey Exp $ */ +/* $OpenBSD: theo.c,v 1.64 2004/06/28 02:33:25 mcbride Exp $ */ /* * Copyright (c) 2002 Artur Grabowski <art@openbsd.org> * All rights reserved. @@ -146,7 +146,9 @@ 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." + "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". }; static const int ntalk = sizeof(talk)/sizeof(talk[0]); |