Added signalhandler in test suite, still issues.

This commit is contained in:
Griatch 2013-07-13 15:39:16 +02:00
parent 7b0c96640c
commit 37886adea1
8 changed files with 28 additions and 20 deletions

View file

@ -220,6 +220,7 @@ class CmdGet(MuxCommand):
if not self.args:
caller.msg("Get what?")
return
#print "general/get:", caller, caller.location, self.args, caller.location.contents
obj = caller.search(self.args, location=caller.location)
if not obj:
return