pages/irc/bot: partially rewrite identifying

This commit is contained in:
Aminda Suomalainen 2015-08-30 09:10:54 +03:00
parent 576b6143da
commit 8d3e50881a
1 changed files with 6 additions and 5 deletions

View File

@ -129,13 +129,14 @@ Requirements for getting account:
### Identifying ### Identifying
The bot requires users to have password, but I always set the password *All users have a password in the bot, but I have made them invalid (by
as something from pwgen as I primarily identify users based on NickServ adding `!` in front of the hash in users.conf). If you have password set
account or hostmask. separately as said below, it will work.*
* If you have a password, `/msg <bot> user identify username password` * If you have a password, `/msg <bot> user identify username password`
* Passwords can be asked for me if needed, after getting one, change * Passwords can be asked from me if needed. After getting one, change
it immediately with `/msg <bot> user set password OLDPASSWORD NEWPASSWORD` it immediately with
`/msg <bot> user set password OLDPASSWORD NEWPASSWORD`
* If you use NickServ account: * If you use NickServ account:
* Use the `auth` command. * Use the `auth` command.
* `/cycle` so extended-join sends your account name to the bot. * `/cycle` so extended-join sends your account name to the bot.