Fixed TODO 124.

This commit is contained in:
Jeremy Fincher 2004-07-20 06:03:17 +00:00
parent aad1d2dc41
commit 73cb8173e3

View File

@ -257,3 +257,15 @@ callbacks.IrcObjectProxy:
getRealIrc: Returns the actual Irc object being
proxied for.
replies: Sends a collection of messages to a given
target, much like reply; except in this case, the user
can configure whether the messages will be sent
one-by-one or combined into a single message. Thus, the
method accepts a "prefixer" argument, which prefixes the
messages with a given string (or according to a given
function), a "joiner" string (or function) used to join
the messages into a single message if necessary, and an
onlyPrefixFirst argument which determines whether only
the first message will be prefixed when the messages are
sent separately (it defaults to False).