diff options
author | Marco Peereboom <marco@cvs.openbsd.org> | 2005-10-04 02:42:04 +0000 |
---|---|---|
committer | Marco Peereboom <marco@cvs.openbsd.org> | 2005-10-04 02:42:04 +0000 |
commit | 6d001fa603e66d108d624a79d5720f318471399f (patch) | |
tree | f0409b6ef8ebf6dbc26060acb8edfa7fae0fef59 /usr.bin/mg/theo.c | |
parent | 0ae4055cd9ca13c195daa77e834d53c0b1e50169 (diff) |
couldn't resist...
Diffstat (limited to 'usr.bin/mg/theo.c')
-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 bdf8dcaef06..73671ac6d65 100644 --- a/usr.bin/mg/theo.c +++ b/usr.bin/mg/theo.c @@ -1,4 +1,4 @@ -/* $OpenBSD: theo.c,v 1.88 2005/09/24 14:17:44 reyk Exp $ */ +/* $OpenBSD: theo.c,v 1.89 2005/10/04 02:42:03 marco Exp $ */ /* * Copyright (c) 2002 Artur Grabowski <art@openbsd.org> * All rights reserved. @@ -177,7 +177,8 @@ static const char *talk[] = { "for once, I have nothing to say.", "You have no idea how fucked we are", "You can call it fart if you want to.", - "wavelan is a battle field" + "wavelan is a battle field", + "If you don't know what you are talking about, why are you talking?" }; static const int ntalk = sizeof(talk)/sizeof(talk[0]); |