Updates to the comms system, following earlier changes. This means API changes to the channel.msg() method,

but also a more consistent API for TempMsg constructs.
This commit is contained in:
Griatch 2012-11-04 14:35:34 +01:00
parent 5b8906e08a
commit 2d75648eb1
2 changed files with 92 additions and 75 deletions

View file

@ -90,7 +90,7 @@ class ChannelCommand(command.Command):
msgobj.senders = sender
msgobj.channels = channel
# send new message object to channel
channel.msg(msgobj, from_obj=sender)
channel.msg(msgobj, senders=sender)
class ChannelHandler(object):
"""