Limnoria-doc/use/plugins/services.rst
2011-06-28 17:29:38 +02:00

1.8 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.