Metadata-Version: 1.1
Name: discirc
Version: 0.4
Summary: A Discord to IRC gateway
Home-page: http://pythonhosted.org/discirc/
Author: TROUVERIE Joachim
Author-email: joachim.trouverie@linoame.fr
License: UNKNOWN
Description: DiscIRC
        =======
        
        **DiscIRC** is a bot that syncs messages between `Discord <https://discordapp.com/>`_ and `IRC <http://www.irc.org/>`_. It's written in Python using the `discord.py <https://github.com/Rapptz/discord.py>`_ and `bottom <https://github.com/numberoverzero/bottom>`_ libraries.
        
        Installation
        ------------
        
        You can install it simply using `pip` (not yet) ::
        
          $ pip install discirc
        
        Use
        ---
        
        Launch
        ******
        
        You first need to configure **DiscIRC** thanks to a config file. By default **DiscIRC** tries to load a `~/.discirc` file, if not present you need to give it to the app with the `-- config` option.
        
        To create a valid config file please see the `example <https://raw.githubusercontent.com/j0ack/discirc/master/config-example.json>`_.
        
        Then simply run **DiscIRC** thanks to the available command::
        
          $ discirc
        
        Private messages
        ****************
        
        **DiscIRC** handles private messages. You need to prefix your message with a `@User` when sent from **Discord** and with `User:` from IRC. 
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Topic :: Communications :: Chat
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.5
