From 8d3e50881a23a22eb31a58d6937d0ad3f73ee2f6 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Sun, 30 Aug 2015 09:10:54 +0300 Subject: [PATCH] pages/irc/bot: partially rewrite identifying --- pages/irc/bot.markdown | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/pages/irc/bot.markdown b/pages/irc/bot.markdown index 910b947..c95a5f1 100644 --- a/pages/irc/bot.markdown +++ b/pages/irc/bot.markdown @@ -129,13 +129,14 @@ Requirements for getting account: ### Identifying -The bot requires users to have password, but I always set the password -as something from pwgen as I primarily identify users based on NickServ -account or hostmask. +*All users have a password in the bot, but I have made them invalid (by +adding `!` in front of the hash in users.conf). If you have password set +separately as said below, it will work.* * If you have a password, `/msg user identify username password` - * Passwords can be asked for me if needed, after getting one, change - it immediately with `/msg user set password OLDPASSWORD NEWPASSWORD` + * Passwords can be asked from me if needed. After getting one, change + it immediately with + `/msg user set password OLDPASSWORD NEWPASSWORD` * If you use NickServ account: * Use the `auth` command. * `/cycle` so extended-join sends your account name to the bot.