mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-26 12:49:24 +01:00
Relay: Set noticeNonPrivmsgs to False by default.
This commit is contained in:
parent
ec3e64cd26
commit
5252f92e61
@ -83,7 +83,7 @@ conf.registerChannelValue(Relay, 'ignores',
|
||||
Ignores([], _("""Determines what hostmasks will not be relayed on a
|
||||
channel.""")))
|
||||
conf.registerChannelValue(Relay, 'noticeNonPrivmsgs',
|
||||
registry.Boolean(True, _("""Determines whether the bot will used NOTICEs
|
||||
registry.Boolean(False, _("""Determines whether the bot will used NOTICEs
|
||||
rather than PRIVMSGs for non-PRIVMSG relay messages (i.e., joins, parts,
|
||||
nicks, quits, modes, etc.)""")))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user