Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What to enter for discord channel? #12

Open
FIocker opened this issue Aug 27, 2016 · 2 comments
Open

What to enter for discord channel? #12

FIocker opened this issue Aug 27, 2016 · 2 comments

Comments

@FIocker
Copy link

FIocker commented Aug 27, 2016

How does it know which server and which channel?

Why is the documentation so poor on this? Why is there no example config?

@DanielOaks
Copy link
Contributor

Hi @GGouki, sorry about the documentation. It's mostly an internal tool at this point so documentation hasn't been at the top of the list of stuff to work on. The config format is one we inherited from another Discord-IRC linker (don't remember exactly where from).

For the Discord channel, it just compares the channel name against all the channels that you have access to in Discord. If one of the channels you have access to has the same name you've given, it assumes you mean that channel.

The IRC server is denoted by the key 'server', and right now it just joins on 6667 with no TLS/SSL.

The config format itself I've been meaning to improve for a while now with #3 but haven't been able to get the time to yet. For now, it'd be best to try to use the create_config.py script which should help you get a basic config, but I'll definitely get the idea down of having an example configfile that goes through all the options. That'd be really useful and good to have.

@DanielOaks
Copy link
Contributor

So the config format should be much better now -- though you'll still want to create it with the provided create_config.py script. If you're still interested I'd recommend giving that a shot.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants