예제 #1
0
파일: location.py 프로젝트: termie/zombie
 def _init_commands(self):
   hooks.add('location_look', self._cmd_look)
예제 #2
0
파일: location.py 프로젝트: termie/zombie
 def init(self):
   self._init_commands()
   hooks.add('message', self._route_to_object)