mirror of
https://github.com/evennia/evennia.git
synced 2026-03-28 02:36:32 +01:00
Removed spam-possibilities with page command (issue100). Also did several other refinements to the comm system.
This commit is contained in:
parent
d90c2909a2
commit
142cb00566
7 changed files with 36 additions and 26 deletions
|
|
@ -292,10 +292,6 @@ def create_message(senderobj, message, channels=None,
|
|||
to let a message both go to several channels and to several receivers
|
||||
at the same time, it's up to the command definitions to limit this as
|
||||
desired.
|
||||
|
||||
Since messages are often directly created by the user, this method (and all
|
||||
comm methods) raise CommErrors with different message strings to make it
|
||||
easier for the Command definition to give proper feedback to the user.
|
||||
"""
|
||||
|
||||
def to_player(obj):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue