Made the help for wtf more descriptive.

This commit is contained in:
Jeremy Fincher 2003-10-14 02:31:44 +00:00
parent cfb4a0ba07
commit 8fd6a094de
1 changed files with 3 additions and 1 deletions

View File

@ -229,7 +229,9 @@ class Unix(callbacks.Privmsg):
def wtf(self, irc, msg, args):
"""[is] <something>
Returns wtf something is.
Returns wtf <something> 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':