j0ack / discirc

mirrored from https://git.joakode.fr/joack/discirc

Home Page:http://docs.joakode.fr/discirc/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DiscIRC

build

DiscIRC is a bot that syncs messages between Discord and IRC. It's written in Python using the discord.py and bottom libraries.

Installation

You can install it simply using pip:

$ 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.

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.

About

mirrored from https://git.joakode.fr/joack/discirc

http://docs.joakode.fr/discirc/

License:GNU General Public License v3.0


Languages

Language:Python 100.0%