Metadata-Version: 1.0
Name: pmxbot
Version: 1002-beta2
Summary: IRC bot - full featured, yet extensible and customizable
Home-page: http://bitbucket.org/yougov/pmxbot
Author: chmullig
Author-email: chmullig@gmail.com
License: MIT
Description: 
        pmxbot
        ======
        
        pmxbot is an IRC bot written in python. Originally built for internal use,
        it's been sanitized and set free upon the world.
        
        
        Commands
        ========
        pmxbot listens to commands prefixed by a '!'
        If it's a command it knows it will reply, take an action, etc.
        It can search the web, quote you, track karma, make decisions,
        and do just about anything else you could want. It logs text in a sqlite3
        database, and eventually we'll write a web interface to it.
        
        Web
        ===
        pmxbotweb is the web interface to view and search all the logs.
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python :: 2.5
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Communications :: Chat
Classifier: Topic :: Communications :: Chat :: Internet Relay Chat
