diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 2004-08-04 18:41:14 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 2004-08-04 18:41:14 +0000 |
commit | 730cbbc6238dda5afdac4bd0f874349dfb363250 (patch) | |
tree | cdbbd86f2df355838ee5516dff9b1f157f1a2750 /usr.bin | |
parent | 0353cf146c5ca3c4b4030aba593ba5d92fe4fc7a (diff) |
Batman?
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/mg/theo.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/mg/theo.c b/usr.bin/mg/theo.c index 0ebb6061e7b..568dbd8bc12 100644 --- a/usr.bin/mg/theo.c +++ b/usr.bin/mg/theo.c @@ -1,4 +1,4 @@ -/* $OpenBSD: theo.c,v 1.66 2004/07/30 01:50:56 marco Exp $ */ +/* $OpenBSD: theo.c,v 1.67 2004/08/04 18:41:13 art Exp $ */ /* * Copyright (c) 2002 Artur Grabowski <art@openbsd.org> * All rights reserved. @@ -150,6 +150,7 @@ static const char *talk[] = { "You're not allowed to have an opinion.", "tweep tweep tweep", "Quite frankly, SSE's alignment requirement is the most utterly retarded idea since eating your own shit." + "Holy verbose prom startup Batman." }; static const int ntalk = sizeof(talk)/sizeof(talk[0]); |