예제 #1
0
파일: botted.py 프로젝트: mkopinsky/vilnet
 def __init__(self,bot,cmd,response):
     Command.__init__(self,bot)
     
     self.cmd = cmd
     self.response = response
예제 #2
0
파일: botted.py 프로젝트: mkopinsky/vilnet
 def __init__(self,bot,cmd,action,has_target):
     Command.__init__(self,bot)
     self.cmd = cmd
     self.action = action
     self.has_target = has_target