From d2dd69b6df94f8b3ea8559de6d0623a626c8f46a Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Sun, 18 Jan 2015 21:09:26 +0200 Subject: [PATCH] Anonymous: remove dangerous example from README Anonymous tell uses normal privmsg which doesn't check that services are U-lined and not random user pretending to be them. The correct way to identify to NickServ after already being connected is `ircquote nickserv identify username password`. --- plugins/Anonymous/README.md | 32 -------------------------------- 1 file changed, 32 deletions(-) diff --git a/plugins/Anonymous/README.md b/plugins/Anonymous/README.md index 928a8bb70..a10144f16 100644 --- a/plugins/Anonymous/README.md +++ b/plugins/Anonymous/README.md @@ -4,38 +4,6 @@ messages in query too. ## Usage examples -### Identifying to NickServ - -One usage example is to identify the bot with NickServ if it fails to -identify for some reason. - -However this isn't recommended unless you don't use CertFP. - -#### SASL - -``` -@config networks..sasl.username NSACCOUNTNAME -@config networks..sasl.password NSPASSWORD -``` - -Next time when your bot connects it should identify before connecting with -SASL. - -#### CertFP - -For help with generating the certificate [please see this page.](https://mkaysi.github.io/pages/external/identifying.html#certfp) - -When you have generated the certificate tell the bot to use it by either -of thse two commands (or both). The first tells the bot to use the -certificate everywhere and the second only on one network. If you run -the first, the second isn't necressary unless you have multiple -certificates. - -``` -@config protocols.irc.certfile /home/username/bot/bot.pem -@config networks..certfile /home/username/bot/bot.pem -``` - ### Proving that you are the owner. When you ask for cloak/vhost for your bot, the network operators will