예제 #1
0
	def handle_irc(self, msg):
		# handle "built in" event hooks
		BotBot.handle_irc(self, msg)

		# handle plugin event hooks
		self.plugin_dispatcher.handle_irc(msg)