Normalized our 'take no arguments' strings.

This commit is contained in:
Jeremy Fincher 2004-08-19 11:58:17 +00:00
parent f4d6bac09e
commit 17ca364350
4 changed files with 6 additions and 6 deletions

View File

@ -74,7 +74,7 @@ conf.registerChannelValue(conf.supybot.plugins.Dict, 'default',
class Dict(callbacks.Privmsg):
threaded = True
def dictionaries(self, irc, msg, args):
"""takes no arguments.
"""takes no arguments
Returns the dictionaries valid for the dict command.
"""
@ -88,7 +88,7 @@ class Dict(callbacks.Privmsg):
irc.error(webutils.strError(e))
def random(self, irc, msg, args):
"""takes no arguments.
"""takes no arguments
Returns a random valid dictionary.
"""

View File

@ -260,7 +260,7 @@ class Fun(callbacks.Privmsg):
irc.error('Dice must be of the form <dice>d<sides>')
def objects(self, irc, msg, args):
"""takes no arguments.
"""takes no arguments
Returns the number and types of Python objects in memory.
"""

View File

@ -191,7 +191,7 @@ class MoobotFactoids(callbacks.PrivmsgCommandAndRegexp):
db.commit()
def randomfactoid(self, irc, msg, args):
"""<takes no arguments>
"""takes no arguments
Displays a random factoid (along with its key) from the database.
"""
@ -668,7 +668,7 @@ class MoobotFactoids(callbacks.PrivmsgCommandAndRegexp):
irc.replySuccess()
def randomfactoid(self, irc, msg, args):
"""<takes no arguments>
"""takes no arguments
Displays a random factoid (along with its key) from the database.
"""

View File

@ -139,7 +139,7 @@ class Scheduler(callbacks.Privmsg):
# irc.replySuccess()
def list(self, irc, msg, args):
"""takes no arguments.
"""takes no arguments
Lists the currently scheduled events.
"""