mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-23 19:22:45 +01:00
Minor stylistic update.
This commit is contained in:
parent
c955a32c63
commit
cf5b75fbca
@ -343,7 +343,7 @@ def checkCommandCapability(msg, cb, command):
|
|||||||
|
|
||||||
class RichReplyMethods(object):
|
class RichReplyMethods(object):
|
||||||
"""This is a mixin so these replies need only be defined once. It operates
|
"""This is a mixin so these replies need only be defined once. It operates
|
||||||
under several assumptions, including the fact that "self" is an Irc object
|
under several assumptions, including the fact that 'self' is an Irc object
|
||||||
of some sort and there is a self.msg that is an IrcMsg."""
|
of some sort and there is a self.msg that is an IrcMsg."""
|
||||||
def __makeReply(self, prefix, s):
|
def __makeReply(self, prefix, s):
|
||||||
if s:
|
if s:
|
||||||
|
Loading…
Reference in New Issue
Block a user