Skip to content

Instantly share code, notes, and snippets.

@chris-belcher
Created December 24, 2017 14:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chris-belcher/fd08856f877056f64246fdf493bed071 to your computer and use it in GitHub Desktop.
Save chris-belcher/fd08856f877056f64246fdf493bed071 to your computer and use it in GitHub Desktop.
relaybot.config
#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