diff options
author | Bob Beck <beck@cvs.openbsd.org> | 2001-08-23 20:29:06 +0000 |
---|---|---|
committer | Bob Beck <beck@cvs.openbsd.org> | 2001-08-23 20:29:06 +0000 |
commit | ad68fd452f09bb415dd7ee8cb4c19bf281cf2224 (patch) | |
tree | 0fb34b891598d41fe850ed22595be27bcb150173 /usr.bin/mg | |
parent | 183f0e0b79fe8266beaef6518ae6b4592f830025 (diff) |
some phrases just belong together - like goats and latex
Diffstat (limited to 'usr.bin/mg')
-rw-r--r-- | usr.bin/mg/theo.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/mg/theo.c b/usr.bin/mg/theo.c index 7b4e3b0663b..315bf3e5ae5 100644 --- a/usr.bin/mg/theo.c +++ b/usr.bin/mg/theo.c @@ -76,7 +76,9 @@ static const char *talk[] = { "Wait, yes, I am on drugs", "during release it is a constant. almost noone helps.", "i let you guys do whatever you wanted", - "you bring new meaning to the terms slackass. I will have to invent a new term." + "you bring new meaning to the terms slackass. I will have to invent a new term.", + "if they cut you out, muddy their back yards", + "Make them want to start over, and play nice the next time." }; static const int ntalk = sizeof(talk)/sizeof(talk[0]); |