mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-02 17:29:22 +01:00
Default to strict RFC compliance.
It's better to force people to use an RFC nick and change it after they connect than to let non-RFC nicks get used and not be able to connect to the network. Signed-off-by: James Vega <jamessan@users.sourceforge.net>
This commit is contained in:
parent
a594d0e95c
commit
07e283f450
@ -956,7 +956,7 @@ registerChannelValue(supybot.protocols.irc, 'banmask',
|
|||||||
default banmask style."""))
|
default banmask style."""))
|
||||||
|
|
||||||
registerGlobalValue(supybot.protocols.irc, 'strictRfc',
|
registerGlobalValue(supybot.protocols.irc, 'strictRfc',
|
||||||
registry.Boolean(False, """Determines whether the bot will strictly follow
|
registry.Boolean(True, """Determines whether the bot will strictly follow
|
||||||
the RFC; currently this only affects what strings are considered to be
|
the RFC; currently this only affects what strings are considered to be
|
||||||
nicks. If you're using a server or a network that requires you to message
|
nicks. If you're using a server or a network that requires you to message
|
||||||
a nick such as services@this.network.server then you you should set this to
|
a nick such as services@this.network.server then you you should set this to
|
||||||
|
Loading…
Reference in New Issue
Block a user