diff options
author | Sadie Powell <sadie@witchery.services> | 2025-05-09 22:02:06 +0100 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2025-05-09 22:02:06 +0100 |
commit | 2cf8f003ce318997f3259ef1c8bd082d4569057a (patch) | |
tree | 6a4a2d089a8804da7fc7f85fdf8f573f5b5b6d4c /docs | |
parent | 07f57b11083c3126e256dc381ab3646a01f71d66 (diff) |
Allow using an account identifier in the anope.account RPC method.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/RPC/rpc_data.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/RPC/rpc_data.md b/docs/RPC/rpc_data.md index a42f7b5be..fddf19276 100644 --- a/docs/RPC/rpc_data.md +++ b/docs/RPC/rpc_data.md @@ -36,7 +36,7 @@ Retrieves information about the specified account. Index | Description ----- | ----------- -0 | A nickname belonging to the account. +0 | Either a nickname belonging to the account or an account identifier. ### Errors |