mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-03 01:39:23 +01:00
Made the help for wtf more descriptive.
This commit is contained in:
parent
cfb4a0ba07
commit
8fd6a094de
@ -229,7 +229,9 @@ class Unix(callbacks.Privmsg):
|
|||||||
def wtf(self, irc, msg, args):
|
def wtf(self, irc, msg, args):
|
||||||
"""[is] <something>
|
"""[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 self.wtfCmd is not None:
|
||||||
if args and args[0] == 'is':
|
if args and args[0] == 'is':
|
||||||
|
Loading…
Reference in New Issue
Block a user