Ejemplo n.º 1
0
 def sendLine(self, line):
     line = colorize(line)
     line = line.encode('utf8')
     IRCClient.sendLine(self, line)
Ejemplo n.º 2
0
	def sendLine(self, line):
		IRCClient.sendLine(self, line)
		if self.debug: log.msg('Out:: ' + line)
Ejemplo n.º 3
0
 def sendLine(self, line):
     IRCClient.sendLine(self, str(line))
Ejemplo n.º 4
0
Archivo: irc.py Proyecto: ojii/bottu
 def sendLine(self, line):
     log.msg('sendLine: %s' % line)
     IRCClient.sendLine(self, line)