mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-27 05:09:23 +01:00
whitespace
This commit is contained in:
parent
1f35ff36d4
commit
284cf06a67
@ -92,7 +92,7 @@ def isQuakeNet(irc, msg, args, state):
|
||||
'This plugin should only be used on QuakeNet.', Raise=True)
|
||||
|
||||
addConverter('isQuakeNet', isQuakeNet)
|
||||
|
||||
|
||||
class Quakenet(privmsgs.CapabilityCheckingPrivmsg):
|
||||
capability = 'owner'
|
||||
def __init__(self):
|
||||
@ -118,7 +118,7 @@ class Quakenet(privmsgs.CapabilityCheckingPrivmsg):
|
||||
password = self.registryValue('Q.password')
|
||||
if name and password:
|
||||
self._sendToQ(irc, 'challenge')
|
||||
|
||||
|
||||
def doNotice(self, irc, msg):
|
||||
if _isQuakeNet(irc):
|
||||
if msg.prefix == fromQ:
|
||||
|
Loading…
Reference in New Issue
Block a user