# -*- coding: utf-8 -*- from __future__ import absolute_import, unicode_literals import sys import time import traceback import logging from jabberbot import botcmd, JabberBot, xmpp import multiprocessing as mp class ChatBot(JabberBot): """ XMPP/Jabber botãå©ç¨ãã¦HipChatã®ã¡ãã»ã¼ã¸ãµã¼ãã¹ã«æ¥ç¶ãã """ _content_commands = {} _global_commands = [] _command_aliases = {} _all_msg_handlers = [] _last_message = '' _la

{{#tags}}- {{label}}
{{/tags}}