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:
parent
5b8906e08a
commit
2d75648eb1
2 changed files with 92 additions and 75 deletions
|
|
@ -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):
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue