diff options
author | Todd T. Fries <todd@cvs.openbsd.org> | 2003-05-18 02:29:55 +0000 |
---|---|---|
committer | Todd T. Fries <todd@cvs.openbsd.org> | 2003-05-18 02:29:55 +0000 |
commit | 320e3e5f2a8b3c08c1e72b19dbe071e89ec69904 (patch) | |
tree | dd9532e8addf89d743eb65a94d1c748743e4ee99 /usr.bin | |
parent | a869abc4ebee0dc2b6f42d0bf3c763101b272764 (diff) |
moose bbq is full of quotes
Diffstat (limited to 'usr.bin')
-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 1ca7e15bc7e..c65cb00507b 100644 --- a/usr.bin/mg/theo.c +++ b/usr.bin/mg/theo.c @@ -1,4 +1,4 @@ -/* $OpenBSD: theo.c,v 1.52 2003/05/17 23:35:42 henning Exp $ */ +/* $OpenBSD: theo.c,v 1.53 2003/05/18 02:29:54 todd Exp $ */ /* * Copyright (c) 2002 Artur Grabowski <art@openbsd.org> * All rights reserved. @@ -137,7 +137,9 @@ static const char *talk[] = { "Take a picture of my butt, it's what everyone wants.", "You guys are about four days behind on theo.c", "I'm just talking.", - "Vegetarian my ass" + "Vegetarian my ass", + "Hey, that's a McNallys!", + "Your connection is breaking up." }; static const int ntalk = sizeof(talk)/sizeof(talk[0]); |