mirror of
https://github.com/evennia/evennia.git
synced 2026-03-26 17:56:32 +01:00
Example of how to tag msg() with a type
This commit is contained in:
parent
b55638b622
commit
f95f66633d
1 changed files with 1 additions and 1 deletions
|
|
@ -71,7 +71,7 @@ class CmdLook(COMMAND_DEFAULT_CLASS):
|
|||
target = caller.search(self.args)
|
||||
if not target:
|
||||
return
|
||||
self.msg(caller.at_look(target))
|
||||
self.msg((caller.at_look(target), {'type':'look'}), options=None)
|
||||
|
||||
|
||||
class CmdNick(COMMAND_DEFAULT_CLASS):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue