mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-27 13:19:24 +01:00
Changed networks to be case-insensitive.
This commit is contained in:
parent
5f90e63937
commit
6c9d74e728
@ -185,9 +185,10 @@ registerGlobalValue(supybot, 'user',
|
||||
sends to the server."""))
|
||||
|
||||
class Networks(registry.SpaceSeparatedSetOfStrings):
|
||||
List = ircutils.IrcSet
|
||||
|
||||
registerGlobalValue(supybot, 'networks',
|
||||
registry.SpaceSeparatedSetOfStrings([], """Determines what networks the bot
|
||||
will connect to."""))
|
||||
Networks([], """Determines what networks the bot will connect to."""))
|
||||
|
||||
class Servers(registry.SpaceSeparatedListOfStrings):
|
||||
def normalize(self, s):
|
||||
|
Loading…
Reference in New Issue
Block a user