예제 #1
0
파일: handler.py 프로젝트: infinityb/flyrc
	def irc_AUTHENTICATE(self, client, msg):
		# We only support PLAIN, so we don't have to do much work here...
		client.send(message.authenticate(self.auth))
		client.send(message.cap('END'))
예제 #2
0
파일: handler.py 프로젝트: infinityb/flyrc
	def irc_cap_acknowledged_sasl(self, client):
		client.send(message.authenticate("PLAIN"))