def handle_Command(self, data):
        prefix, command, params = self.parsemsg(data)
        # mIRC is a big pile of doo-doo
        command = command.upper()
        # DEBUG: log.msg( "%s %s %s" % (prefix, command, params))

        IRC.handleCommand(self, command, prefix, params)
Ejemplo n.º 2
0
 def handleCommand(self, command, prefix, params):
     print "handle comm"
     IRC.handleCommand(self, command, prefix, params)
Ejemplo n.º 3
0
 def handleCommand(self, command, prefix, params):
     print "handle comm"
     IRC.handleCommand(self, command, prefix, params)