diff --git a/src/world.py b/src/world.py index 0603a0f52..1911383e0 100644 --- a/src/world.py +++ b/src/world.py @@ -99,6 +99,7 @@ commandsProcessed = 0 ircs = [] # A list of all the IRCs. def getIrc(network): + """Returns Irc object of the given network. is string and not case-sensitive.""" network = network.lower() for irc in ircs: if irc.network.lower() == network: