mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-27 05:09:23 +01:00
Let's make this private.
This commit is contained in:
parent
e6fb52e565
commit
268c317fa3
@ -67,6 +67,7 @@ conf.registerGlobalValue(conf.supybot.plugins.NickCapture.ison, 'period',
|
|||||||
will check whether its nick ISON."""))
|
will check whether its nick ISON."""))
|
||||||
|
|
||||||
class NickCapture(callbacks.Privmsg):
|
class NickCapture(callbacks.Privmsg):
|
||||||
|
public = False
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
callbacks.Privmsg.__init__(self)
|
callbacks.Privmsg.__init__(self)
|
||||||
self.lastIson = 0
|
self.lastIson = 0
|
||||||
|
Loading…
Reference in New Issue
Block a user