From 8fd6a094deedaae344cc16132451e23200d1b233 Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Tue, 14 Oct 2003 02:31:44 +0000 Subject: [PATCH] Made the help for wtf more descriptive. --- plugins/Unix.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/plugins/Unix.py b/plugins/Unix.py index e25516bae..68e9de2bf 100644 --- a/plugins/Unix.py +++ b/plugins/Unix.py @@ -229,7 +229,9 @@ class Unix(callbacks.Privmsg): def wtf(self, irc, msg, args): """[is] - Returns wtf something is. + Returns wtf is. 'wtf' is a *nix command that first + appeared in NetBSD 1.5. In most *nices, it's available in some sort + of 'bsdgames' package. """ if self.wtfCmd is not None: if args and args[0] == 'is':