From cc4ca719c2f0fb8559b6e25199d221ec9b646963 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Sat, 24 Jan 2015 11:12:08 +0200 Subject: [PATCH] identifying to services: document registering closes #58 --- use/identifying_to_services.rst | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/use/identifying_to_services.rst b/use/identifying_to_services.rst index 4f3a5de..cec6d93 100644 --- a/use/identifying_to_services.rst +++ b/use/identifying_to_services.rst @@ -9,6 +9,34 @@ by network operators. Please also note that SASL and CertFP are only supported on Limnoria. +Registering to services +----------------------- + +You can safely jump over this section if your bot is already registered to +services. + +First start by checking what is the syntax for registering with +``/msg nickserv help register``. It returns you something like this (Atheme +7.2.4):: + + NickServ: Syntax: REGISTER + +Assuming that that is the syntax, we can register the bot with:: + + owner ircquote nickserv register bot@example.com + +Note that the email address must be correct. Next check that +``/msg nickserv info bot`` doesn't say something about being unverified. If +it does, go to the email address and run:: + + owner ircquote nickserv VERIFY REGISTER nick + +Now your bot should be successfully registered and you can move to setting +up automatic identifying below. If you need to identify to services now, +``/msg nickserv help identify`` and following the syntax (I am still +assuming that you are on Atheme 7.2.4) +``owner ircquote nickserv identify username password``. + SASL PLAIN ----------