Relay: set NoticeNonPrivmsgs to True.

Please see https://github.com/TkTech/notifico/issues/79

* > There is a difference between a NOTICE to a channel and a NOTICE to a user, every client should be able to correctly display notices to a channel. ~~ @Dav1dde

* > They should, but they don't. ~~ @Mkaysi

* > That's besides the point. There are a lot of clients that do handle it properly, and if they don't then that's not notifico's fault, that's their own fault. ~~ @sckasturi
This commit is contained in:
Mikaela Suomalainen 2014-05-31 18:36:15 +03:00 committed by Valentin Lorentz
parent b5fd00b416
commit cc8f96eeac

View File

@ -83,7 +83,7 @@ conf.registerChannelValue(Relay, 'ignores',
Ignores([], _("""Determines what hostmasks will not be relayed on a Ignores([], _("""Determines what hostmasks will not be relayed on a
channel."""))) channel.""")))
conf.registerChannelValue(Relay, 'noticeNonPrivmsgs', conf.registerChannelValue(Relay, 'noticeNonPrivmsgs',
registry.Boolean(False, _("""Determines whether the bot will used NOTICEs registry.Boolean(True, _("""Determines whether the bot will used NOTICEs
rather than PRIVMSGs for non-PRIVMSG relay messages (i.e., joins, parts, rather than PRIVMSGs for non-PRIVMSG relay messages (i.e., joins, parts,
nicks, quits, modes, etc.)"""))) nicks, quits, modes, etc.)""")))