Changeset 568 in code for trunk/doc/soju.1.scd
- Timestamp:
- Jun 25, 2021, 6:33:13 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/soju.1.scd
r564 r568 161 161 162 162 *-realname* <realname> 163 Connect with the specified real name. By default, the nickname is used. 163 Connect with the specified real name. By default, the account's realname 164 is used if set, otherwise the network's nickname is used. 164 165 165 166 *-nick* <nickname> … … 297 298 Disable SASL authentication and remove stored credentials. 298 299 299 *user create* -username <username> -password <password> [ -admin]300 *user create* -username <username> -password <password> [options...] 300 301 Create a new soju user. Only admin users can create new accounts. 302 303 Options: 304 305 *-admin* 306 Make the new user an administrator. 307 308 *-realname* <realname> 309 Set the user's realname. This is used as a fallback if there is no 310 realname set for a network. 311 312 *user update* [-realname <realname>] 313 Update the current user. 301 314 302 315 *user delete* <username>
Note:
See TracChangeset
for help on using the changeset viewer.