Add section about identifying (permissions README.md)
This commit is contained in:
parent
9f2c501df6
commit
5809ff8490
1 changed files with 6 additions and 0 deletions
|
@ -30,3 +30,9 @@ And then insert your `*` permission
|
||||||
> INSERT INTO user_settings VALUES (<id>, 'permissions', '["*"]');
|
> INSERT INTO user_settings VALUES (<id>, 'permissions', '["*"]');
|
||||||
|
|
||||||
(where `<id>` is the response from the `myid` command)
|
(where `<id>` is the response from the `myid` command)
|
||||||
|
|
||||||
|
### Authenticating
|
||||||
|
|
||||||
|
To authenticate yourself as your admin user, use the following command
|
||||||
|
|
||||||
|
> /msg <botnick> identify <password>
|
||||||
|
|
Loading…
Reference in a new issue