예제 #1
0
파일: tcxbot.py 프로젝트: 2M1R/Gniewomir
 def on_pubmsg(self, c, e):
     checkurl_title(c, e, self.channel)
     do_cmd(c, e, self.channel)
예제 #2
0
 def on_pubmsg(self, c, e):
     checkurl_title(c, e, self.channel)
     do_cmd(c, e, self.channel)
예제 #3
0
파일: tcxbot.py 프로젝트: 2M1R/Gniewomir
 def on_privmsg(self, c, e):
     do_cmd(c, e, self.channel)
예제 #4
0
 def on_privmsg(self, c, e):
     do_cmd(c, e, self.channel)