mirror of
https://github.com/Limnoria/Limnoria-doc.git
synced 2025-04-05 06:49:48 +00:00
identifying_to_services.rst: update Services to config.network era
This commit is contained in:
committed by
Val Lorentz
parent
09943ffc54
commit
271132c215
@ -181,19 +181,26 @@ Services plugin
|
|||||||
---------------
|
---------------
|
||||||
|
|
||||||
The Services plugin comes with Supybot and should be an easy way to
|
The Services plugin comes with Supybot and should be an easy way to
|
||||||
identify your bot, but SASL and ``username:password`` as server password
|
identify your bot, but SASL is recommended over it. Start by loading
|
||||||
are recommended over it. Start by loading Services with::
|
Services with::
|
||||||
|
|
||||||
load Services
|
load Services
|
||||||
|
|
||||||
and then tell it what NickServ and ChanServ are called::
|
and then tell it what NickServ and ChanServ are called::
|
||||||
|
|
||||||
config plugins.services.nickserv NickServ
|
config network [<network>] plugins.services.nickserv NickServ
|
||||||
config plugins.services.chanserv ChanServ
|
config network [<network>] plugins.services.chanserv ChanServ
|
||||||
|
|
||||||
Remember to replace NickServ/ChanServ with their real names if they have a
|
``[<network>]`` is only necessary if the message isn't sent in the network
|
||||||
different name on any network. Note that they must have the same name on
|
itself. Remember to replace NickServ/ChanServ with their real names if they
|
||||||
all networks, and you must have the same password on all networks.
|
have a different name on any network.
|
||||||
|
|
||||||
|
If you wish to ensure that your bot never contacts an user impersonating
|
||||||
|
NickServ, you may specify the server name from ``/MAP`` command (in your IRC
|
||||||
|
client), e.g. on Libera.Chat::
|
||||||
|
|
||||||
|
config network [<network>] plugins.services.nickserv NickServ@services.
|
||||||
|
config network [<network>] plugins.services.chanserv ChanServ@services.
|
||||||
|
|
||||||
Now you can set your password::
|
Now you can set your password::
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user