mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 19:19:32 +01:00
Elucidating docstring.
This commit is contained in:
parent
6afd74d3ad
commit
f6ae3b23a4
@ -1017,6 +1017,9 @@ class Privmsg(irclib.IrcCallback):
|
||||
|
||||
|
||||
class SimpleProxy(RichReplyMethods):
|
||||
"""This class is a thin wrapper around an irclib.Irc object that gives it
|
||||
the reply() and error() methods (as well as everything in RichReplyMethods,
|
||||
based on those two)."""
|
||||
def __init__(self, irc, msg):
|
||||
self.irc = irc
|
||||
self.msg = msg
|
||||
|
Loading…
Reference in New Issue
Block a user