Skip to content

Commit

Permalink
OGA moved from freenode to freegamedev IRC network
Browse files Browse the repository at this point in the history
  • Loading branch information
AntumDeluge committed Jun 4, 2021
1 parent a996d77 commit aab531c
Showing 1 changed file with 27 additions and 27 deletions.
54 changes: 27 additions & 27 deletions OGABot.conf
Original file line number Diff line number Diff line change
Expand Up @@ -609,126 +609,126 @@ supybot.log.timestampFormat: %Y-%m-%dT%H:%M:%S
#
# Default value:
###
supybot.networks: freenode
supybot.networks: freegamedev

###
# Determines what certificate file (if any) the bot will use to connect
# with SSL sockets to freenode.
# with SSL sockets to freegamedev.
#
# Default value:
###
supybot.networks.freenode.certfile:
supybot.networks.freegamedev.certfile:

###
# Space-separated list of channels the bot will join only on freenode.
# Space-separated list of channels the bot will join only on freegamedev.
#
# Default value:
###
supybot.networks.freenode.channels: #opengameart
supybot.networks.freegamedev.channels: #opengameart

###
# Determines what key (if any) will be used to join the channel.
#
# Default value:
###
supybot.networks.freenode.channels.key:
supybot.networks.freegamedev.channels.key:

###
# Determines the bot's ident string, if the server doesn't provide one
# by default. If empty, defaults to supybot.ident.
#
# Default value:
###
supybot.networks.freenode.ident:
supybot.networks.freegamedev.ident:

###
# Determines what nick the bot will use on this network. If empty,
# defaults to supybot.nick.
#
# Default value:
###
supybot.networks.freenode.nick:
supybot.networks.freegamedev.nick:

###
# Determines what password will be used on freenode. Yes, we know that
# Determines what password will be used on freegamedev. Yes, we know that
# technically passwords are server-specific and not network-specific,
# but this is the best we can do right now.
#
# Default value:
###
supybot.networks.freenode.password:
supybot.networks.freegamedev.password:

###
# Deprecated config value, keep it to False.
#
# Default value: False
###
supybot.networks.freenode.requireStarttls: False
supybot.networks.freegamedev.requireStarttls: False

###
# Determines what SASL ECDSA key (if any) will be used on freenode. The
# Determines what SASL ECDSA key (if any) will be used on freegamedev. The
# public key must be registered with NickServ for SASL ECDSA-
# NIST256P-CHALLENGE to work.
#
# Default value:
###
supybot.networks.freenode.sasl.ecdsa_key:
supybot.networks.freegamedev.sasl.ecdsa_key:

###
# Determines what SASL mechanisms will be tried and in which order.
#
# Default value: ecdsa-nist256p-challenge external plain
###
supybot.networks.freenode.sasl.mechanisms: ecdsa-nist256p-challenge external plain
supybot.networks.freegamedev.sasl.mechanisms: ecdsa-nist256p-challenge external plain

###
# Determines what SASL password will be used on freenode.
# Determines what SASL password will be used on freegamedev.
#
# Default value:
###
supybot.networks.freenode.sasl.password:
supybot.networks.freegamedev.sasl.password:

###
# Determines what SASL username will be used on freenode. This should be
# Determines what SASL username will be used on freegamedev. This should be
# the bot's account name. Due to the way SASL works, you can't use any
# grouped nick.
#
# Default value:
###
supybot.networks.freenode.sasl.username:
supybot.networks.freegamedev.sasl.username:

###
# Space-separated list of servers the bot will connect to for freenode.
# Space-separated list of servers the bot will connect to for freegamedev.
# Each will be tried in order, wrapping back to the first when the cycle
# is completed.
#
# Default value:
###
supybot.networks.freenode.servers: chat.freenode.net:6697
supybot.networks.freegamedev.servers: irc.freegamedev.net:6697

###
# If not empty, determines the hostname of the socks proxy that will be
# used to connect to this network.
#
# Default value:
###
supybot.networks.freenode.socksproxy:
supybot.networks.freegamedev.socksproxy:

###
# Determines whether the bot will attempt to connect with SSL sockets to
# freenode.
# freegamedev.
#
# Default value: True
###
supybot.networks.freenode.ssl: True
supybot.networks.freegamedev.ssl: True

###
# A certificate that is trusted to verify certificates of this network
# (aka. Certificate Authority).
#
# Default value:
###
supybot.networks.freenode.ssl.authorityCertificate:
supybot.networks.freegamedev.ssl.authorityCertificate:

###
# Space-separated list of fingerprints of trusted certificates for this
Expand All @@ -738,23 +738,23 @@ supybot.networks.freenode.ssl.authorityCertificate:
#
# Default value:
###
supybot.networks.freenode.ssl.serverFingerprints:
supybot.networks.freegamedev.ssl.serverFingerprints:

###
# Determines what user modes the bot will request from the server when
# it first connects. If empty, defaults to supybot.protocols.irc.umodes
#
# Default value:
###
supybot.networks.freenode.umodes:
supybot.networks.freegamedev.umodes:

###
# Determines the real name which the bot sends to the server. If empty,
# defaults to supybot.user
#
# Default value:
###
supybot.networks.freenode.user:
supybot.networks.freegamedev.user:

###
# Determines the bot's default nick.
Expand Down

0 comments on commit aab531c

Please sign in to comment.