Sat, 09 Jan 2016 19:01:17 +0100
Fixed a code style issue.
Network/IRC/IrcNetworkWidget.py | file | annotate | diff | comparison | revisions |
--- a/Network/IRC/IrcNetworkWidget.py Sat Jan 09 18:51:34 2016 +0100 +++ b/Network/IRC/IrcNetworkWidget.py Sat Jan 09 19:01:17 2016 +0100 @@ -104,7 +104,7 @@ def __autoConnect(self): """ - Public method to perform the IRC auto connection. + Private method to perform the IRC auto connection. """ for networkName in self.__manager.getNetworkNames(): if self.__manager.getNetwork(networkName).autoConnect():