diff options
author | 2001-07-18 00:48:59 +0000 | |
---|---|---|
committer | 2001-07-18 00:48:59 +0000 | |
commit | 32b2f3e0796a25ffe20b5cc23712e984920c0fe6 (patch) | |
tree | 6c7f2ca061dfde95e0b2e28fc7b4aef2ac6217cf | |
parent | put range checks on NUMBER, pointed out by deraadt (diff) | |
download | wireguard-openbsd-32b2f3e0796a25ffe20b5cc23712e984920c0fe6.tar.xz wireguard-openbsd-32b2f3e0796a25ffe20b5cc23712e984920c0fe6.zip |
new meaning to the terms slackass
-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]); |