shellbot.commands.noop module

class shellbot.commands.noop.Noop(engine=None, **kwargs)[source]

Bases: shellbot.commands.base.Command

Does absolutely nothing

execute(bot, arguments=None, **kwargs)[source]

Does absolutely nothing

Parameters:
  • bot (Shellbot) – The bot for this execution
  • arguments (str or None) – The arguments for this command
is_hidden = True
on_init()[source]

Localize strings for this command