Allow sending channel message without = for non-space targets
This commit is contained in:
parent
858d00c853
commit
43651ac867
2 changed files with 55 additions and 27 deletions
|
|
@ -445,7 +445,6 @@ class DefaultChannel(ChannelDB, metaclass=TypeclassBase):
|
|||
for receiver in receivers:
|
||||
# send to each individual subscriber
|
||||
|
||||
|
||||
try:
|
||||
message = receiver.at_pre_channel_msg(message, self, **send_kwargs)
|
||||
if message in (None, False):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue