mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-30 06:49:24 +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)
|
'This plugin should only be used on QuakeNet.', Raise=True)
|
||||||
|
|
||||||
addConverter('isQuakeNet', isQuakeNet)
|
addConverter('isQuakeNet', isQuakeNet)
|
||||||
|
|
||||||
class Quakenet(privmsgs.CapabilityCheckingPrivmsg):
|
class Quakenet(privmsgs.CapabilityCheckingPrivmsg):
|
||||||
capability = 'owner'
|
capability = 'owner'
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
@ -118,7 +118,7 @@ class Quakenet(privmsgs.CapabilityCheckingPrivmsg):
|
|||||||
password = self.registryValue('Q.password')
|
password = self.registryValue('Q.password')
|
||||||
if name and password:
|
if name and password:
|
||||||
self._sendToQ(irc, 'challenge')
|
self._sendToQ(irc, 'challenge')
|
||||||
|
|
||||||
def doNotice(self, irc, msg):
|
def doNotice(self, irc, msg):
|
||||||
if _isQuakeNet(irc):
|
if _isQuakeNet(irc):
|
||||||
if msg.prefix == fromQ:
|
if msg.prefix == fromQ:
|
||||||
|
Loading…
Reference in New Issue
Block a user