summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhenning <henning@openbsd.org>2003-05-17 23:35:42 +0000
committerhenning <henning@openbsd.org>2003-05-17 23:35:42 +0000
commitb1b03365054a0d00ff28160320e151a3cad849bb (patch)
treeea20f1dafca16b0bb09dceecb02c628415e8542b
parentDocument hardware monitoring sensors support. (diff)
downloadwireguard-openbsd-b1b03365054a0d00ff28160320e151a3cad849bb.tar.xz
wireguard-openbsd-b1b03365054a0d00ff28160320e151a3cad849bb.zip
live from the moose bbq
-rw-r--r--usr.bin/mg/theo.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/mg/theo.c b/usr.bin/mg/theo.c
index 081585494df..1ca7e15bc7e 100644
--- a/usr.bin/mg/theo.c
+++ b/usr.bin/mg/theo.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: theo.c,v 1.51 2003/05/15 03:54:13 henning Exp $ */
+/* $OpenBSD: theo.c,v 1.52 2003/05/17 23:35:42 henning Exp $ */
/*
* Copyright (c) 2002 Artur Grabowski <art@openbsd.org>
* All rights reserved.
@@ -136,7 +136,8 @@ static const char *talk[] = {
"I would explain, but I am too drunk.",
"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."
+ "I'm just talking.",
+ "Vegetarian my ass"
};
static const int ntalk = sizeof(talk)/sizeof(talk[0]);