From f6ae3b23a42d3ca7e667f04353f067d9603b28f0 Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Wed, 1 Sep 2004 10:56:55 +0000 Subject: [PATCH] Elucidating docstring. --- src/callbacks.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/callbacks.py b/src/callbacks.py index d8be964ce..330ad13f2 100644 --- a/src/callbacks.py +++ b/src/callbacks.py @@ -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