示例#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)