mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 19:19:32 +01:00
Hmm...maybe this is the second part of the disabling-network commit? Who knows.
This commit is contained in:
parent
68844cda3a
commit
48b3ce5b73
@ -220,6 +220,8 @@ class Services(privmsgs.CapabilityCheckingPrivmsg):
|
||||
disabled = self.registryValue('disabledNetworks')
|
||||
if irc.network in disabled or \
|
||||
irc.state.supported.get('NETWORK', '') in disabled:
|
||||
self.log.verbose('Ignoring message from %s, %s is disabled.',
|
||||
irc, irc.network)
|
||||
return
|
||||
self.__parent.__call__(irc, msg)
|
||||
nick = self._getNick()
|
||||
|
Loading…
Reference in New Issue
Block a user