Skip to content

Commit

Permalink
Default to strict RFC compliance.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
jamessan committed Nov 19, 2009
1 parent a594d0e commit 07e283f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/conf.py
Expand Up @@ -956,7 +956,7 @@ def makeBanmask(self, hostmask, options=None):
default banmask style."""))

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
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
Expand Down

0 comments on commit 07e283f

Please sign in to comment.