Limnoria-doc/use/plugins/services.rst
2011-10-28 22:49:04 +02:00

4.4 KiB

The Services plugin

NickServ

services identify

Identifies with NickServ using the current nick.

services nicks

Returns the nicks that this plugin is configured to identify and ghost with.

services password <nick> [<password>]

Sets the NickServ password for <nick> to <password>. If <password> is not given, removes <nick> from the configured nicks.

services ghost [<nick>]

Ghosts the bot's given nick and takes it. If no nick is given, ghosts the bot's configured nick and takes it.

ChanServ

services unban [<channel>]

Attempts to get unbanned by ChanServ in <channel>. <channel> is only necessary if the message isn't sent in the channel itself, but chances are, if you need this command, you're not sending it in the channel itself.

services invite [<channel>]

Attempts to get invited by ChanServ to <channel>. <channel> is only necessary if the message isn't sent in the channel itself, but chances are, if you need this command, you're not sending it in the channel itself.

services voice [<channel>]

Attempts to get voiced by ChanServ in <channel>. <channel> is only necessary if the message isn't sent in the channel itself.

services op [<channel>]

Attempts to get opped by ChanServ in <channel>. <channel> is only necessary if the message isn't sent in the channel itself.

Configuration

supybot.plugins.Services.ChanServ

Default value:

Determines what nick the 'ChanServ' service has.

supybot.plugins.Services.ChanServ.halfop

Default value: False

Determines whether the bot will request to get half-opped by the ChanServ when it joins the channel.

supybot.plugins.Services.ChanServ.op

Default value: False

Determines whether the bot will request to get opped by the ChanServ when it joins the channel.

supybot.plugins.Services.ChanServ.password

Default value:

Determines what password the bot will use with ChanServ.

supybot.plugins.Services.ChanServ.voice

Default value: False

Determines whether the bot will request to get voiced by the ChanServ when it joins the channel.

supybot.plugins.Services.NickServ

Default value:

Determines what nick the 'NickServ' service has.

supybot.plugins.Services.NickServ.password

supybot.plugins.Services.disabledNetworks

Default value: ['QuakeNet']

Determines what networks this plugin will be disabled on.

supybot.plugins.Services.ghostDelay

Default value: 60

Determines how many seconds the bot will wait between successive GHOST attempts.

supybot.plugins.Services.nicks

Default value: []

Determines what nicks the bot will use with services.

supybot.plugins.Services.noJoinsUntilIdentified

Default value: False

Determines whether the bot will not join any channels until it is identified. This may be useful, for instances, if you have a vhost that isn't set until you're identified, or if you're joining +r channels that won't allow you to join unless you identify.

supybot.plugins.Services.public

Default value: True

Determines whether this plugin is publicly visible.