diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2001-07-18 00:49:00 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2001-07-18 00:49:00 +0000 |
commit | 92fe35363b92bab72e0c3645de028e642426c678 (patch) | |
tree | 1d9da15a7ad85097cb4b1d5801a130a9fe180ebb /usr.bin/mg | |
parent | 72b0e8ad7f0f0651d4aa5719478e0aaa97ec5808 (diff) |
new meaning to the terms slackass
Diffstat (limited to 'usr.bin/mg')
-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 c8c5f209224..7b4e3b0663b 100644 --- a/usr.bin/mg/theo.c +++ b/usr.bin/mg/theo.c @@ -75,7 +75,8 @@ static const char *talk[] = { "i'd love to hack, but i can't", "Wait, yes, I am on drugs", "during release it is a constant. almost noone helps.", - "i let you guys do whatever you wanted" + "i let you guys do whatever you wanted", + "you bring new meaning to the terms slackass. I will have to invent a new term." }; static const int ntalk = sizeof(talk)/sizeof(talk[0]); |