Updated the documentaiton.

This commit is contained in:
Jeremy Fincher 2004-08-23 16:15:41 +00:00
parent ab35afa3a1
commit 8f47f0bb0d

View File

@ -109,13 +109,13 @@ conf.registerChannelValue(conf.supybot.plugins.Services.ChanServ, 'voice',
class Services(privmsgs.CapabilityCheckingPrivmsg): class Services(privmsgs.CapabilityCheckingPrivmsg):
"""This plugin handles dealing with Services on networks that provide them. """This plugin handles dealing with Services on networks that provide them.
Basically, you should use the "password" command to tell the bot what nick Basically, you should use the "password" command to tell the bot a nick to
to identify with using what password. You can use the password command identify with and what password to use to identify with that nick. You can
multiple times if your bot has multiple nicks registered. Also, be sure use the password command multiple times if your bot has multiple nicks
to configure the NickServ and ChanServ configuration variables to match the registered. Also, be sure to configure the NickServ and ChanServ
NickServ and ChanServ nicks on your network. Other commands configuration variables to match the NickServ and ChanServ nicks on your
such as identify, getops, etc. should not be necessary if the bot is network. Other commands such as identify, getops, etc. should not be
properly configured.""" necessary if the bot is properly configured."""
capability = 'admin' capability = 'admin'
def __init__(self): def __init__(self):
callbacks.Privmsg.__init__(self) callbacks.Privmsg.__init__(self)