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
|
|
@ -920,7 +920,7 @@ def cmd_link(command):
|
|||
if len(destination) > 1:
|
||||
s = "There are multiple matches. Please use #dbref to be more specific."
|
||||
for d in destination:
|
||||
s += "\n %s" % destination.get_name()
|
||||
s += "\n %s" % destination.get_name(show_dbref=True)
|
||||
source_object.emit_to(s)
|
||||
return
|
||||
destination = destination[0]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue