Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@adnissen
adnissen / gist:5522785
Created May 6, 2013 00:58
custom handlers.py
# -*- coding: utf-8 -*-
"""
Handler class for processing built-in commands and delegating messages.
"""
from __future__ import absolute_import, division, unicode_literals
import re
import logging
from random import choice