From 386a23090b2119cbb1ee52d7adfbde64290ddf85 Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Mon, 6 Sep 2004 08:08:42 +0000 Subject: [PATCH] Elucidation. --- plugins/NickCapture.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/plugins/NickCapture.py b/plugins/NickCapture.py index 0b1e7d942..991c5fc55 100644 --- a/plugins/NickCapture.py +++ b/plugins/NickCapture.py @@ -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. """ @@ -69,6 +69,9 @@ conf.registerGlobalValue(conf.supybot.plugins.NickCapture.ison, 'period', will check whether its nick ISON.""")) 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 def __init__(self): callbacks.Privmsg.__init__(self)