Part of twisted.words.protocols.irc View Source View In Hierarchy
Known subclasses: twisted.words.protocols.irc.ServerSupportedFeatures
Dispatch commands to handlers based on their name.
Command handler names should be of the form
prefix_commandName
, where prefix
is the value
specified by prefix
, and must accept the parameters as given
to dispatch
.
prefix
being overwritten.
Instance Variables | prefix | Command handler prefix, used to locate handler attributes
(type: str
) |
Method | dispatch | Perform actual command dispatch. |