Determines whether the bot will color relayed PRIVMSGs so as to make the messages easier to read.
.._supybot.plugins.Relay.hostmasks:
supybot.plugins.Relay.hostmasks
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Default value: False
Determines whether the bot will relay the hostmask of the person joining or parting the channel when he or she joins or parts.
.._supybot.plugins.Relay.ignores:
supybot.plugins.Relay.ignores
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Default value: []
Determines what hostmasks will not be relayed on a channel.
.._supybot.plugins.Relay.includeNetwork:
supybot.plugins.Relay.includeNetwork
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Default value: True
Determines whether the bot will include the network in relayed PRIVMSGs; if you're only relaying between two networks, it's somewhat redundant, and you may wish to save the space.
.._supybot.plugins.Relay.noticeNonPrivmsgs:
supybot.plugins.Relay.noticeNonPrivmsgs
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Default value: False
Determines whether the bot will used NOTICEs rather than PRIVMSGs for non-PRIVMSG relay messages (i.e., joins, parts, nicks, quits, modes, etc.)
.._supybot.plugins.Relay.punishOtherRelayBots:
supybot.plugins.Relay.punishOtherRelayBots
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Default value: False
Determines whether the bot will detect other bots relaying and respond by kickbanning them.
.._supybot.plugins.Relay.topicSync:
supybot.plugins.Relay.topicSync
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Default value: True
Determines whether the bot will synchronize topics between networks in the channels it relays.