mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-02 17:29:22 +01:00
Elucidation.
This commit is contained in:
parent
f4f25ef72c
commit
386a23090b
@ -30,7 +30,7 @@
|
|||||||
###
|
###
|
||||||
|
|
||||||
"""
|
"""
|
||||||
This module attempts to capture a specific nick, watching for an oppurtunity to
|
This module attempts to capture the bot's nick, watching for an opportunity to
|
||||||
switch to that nick.
|
switch to that nick.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
@ -69,6 +69,9 @@ 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):
|
||||||
|
"""This module constantly tries to take whatever nick is configured as
|
||||||
|
supybot.nick. Just make sure that's set appropriately, and thus plugin
|
||||||
|
will do the rest."""
|
||||||
public = False
|
public = False
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
callbacks.Privmsg.__init__(self)
|
callbacks.Privmsg.__init__(self)
|
||||||
|
Loading…
Reference in New Issue
Block a user