Dunno: Document command substitution

This commit is contained in:
Valentin Lorentz 2021-06-01 10:42:53 +02:00
parent a0b1334034
commit 4caf35f94b
1 changed files with 3 additions and 1 deletions

View File

@ -38,7 +38,9 @@ class Dunno(plugins.ChannelIdDatabasePlugin):
of them to provide a similar-to-moobot-and-blootbot interface for factoids.
Basically, it replaces the standard 'Error: <x> is not a valid command.'
messages with messages kept in a database, able to give more personable
responses."""
responses.
``$command`` in the message will be replaced by the command's name."""
callAfter = ['MoobotFactoids', 'Factoids', 'Infobot']
def invalidCommand(self, irc, msg, tokens):