Created
December 24, 2017 14:49
-
-
Save chris-belcher/fd08856f877056f64246fdf493bed071 to your computer and use it in GitHub Desktop.
relaybot.config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#Can override these defaults per-section. | |
[DEFAULT] | |
#Twisted's default is 30 seconds. | |
timeout=180 | |
port=6697 | |
#A single channel to join, or a list of channels: #a-bridged-channel,#some-other-channel | |
channels=#joinmarket | |
nick=JoinMarketRelay | |
#Can change to allow more specialized behavior. | |
username=jmrelay | |
realname=jmrelay | |
heartbeat=180 | |
#register the bot nickname to your nickserv account | |
#/nick botnickname /ns group /nick yourname | |
[Freenode] | |
host=irc.freenode.net | |
mode=NickServ | |
ssl=True | |
nickServPassword=yournickservpasswordhere | |
[agora-irc] | |
host=agora.anarplex.net | |
port=14716 | |
mode=Default | |
ssl=True |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment