diff options
author | 2001-06-27 04:08:34 +0000 | |
---|---|---|
committer | 2001-06-27 04:08:34 +0000 | |
commit | 53cb56c57f6b3fceb8adf7dee43193aee11d57f6 (patch) | |
tree | 5d00aaacacb900686cc3b222ac56a4fb4a797d54 | |
parent | no more old VM (diff) | |
download | wireguard-openbsd-53cb56c57f6b3fceb8adf7dee43193aee11d57f6.tar.xz wireguard-openbsd-53cb56c57f6b3fceb8adf7dee43193aee11d57f6.zip |
Update.
-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 bd467bb7f2c..ae5c3cf9cab 100644 --- a/usr.bin/mg/theo.c +++ b/usr.bin/mg/theo.c @@ -65,7 +65,8 @@ static const char *talk[] = { "sshutup sshithead, ssharpsshooting susshi sshplats ssharking assholes.", "Lazy bums slacking on your asses.", "35 commits an hour? That's pathetic!", - "Fine software takes time to prepare. Give a little slack." + "Fine software takes time to prepare. Give a little slack.", + "I need a vax!" }; static const int ntalk = sizeof(talk)/sizeof(talk[0]); |