mirror of
https://github.com/evennia/evennia.git
synced 2026-03-25 09:16:32 +01:00
Expanded @emit with more functionality.
Implemented @pemit (Issue 19) Implemented @remit, @fsay and @fpose. /Griatch
This commit is contained in:
parent
45bf3374a1
commit
c575d098a0
4 changed files with 249 additions and 11 deletions
|
|
@ -220,7 +220,7 @@ class Object(models.Model):
|
|||
return False
|
||||
else:
|
||||
return results[0]
|
||||
|
||||
|
||||
def get_sessions(self):
|
||||
"""
|
||||
Returns a list of sessions matching this object.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue