Command: newuser#
Summary#
| Command | Default Level | Global Only? |
|---|---|---|
| newuser | 400 | no |
Description#
- Create a new bot user to then allow logins and channel access
User Registration
If enabled in configuration , clients can also register their own bot usernames using the
register command.
Usage#
- The
botuserfield specifies the username in the bot - The
netuserfield specifies the associated network account (e.g., X username on Undernet) - The
globlevelis the optional global channel access to give the new user. If not provided, the default value in configuration will be used - Optionally specify their
automodeto automaticallyop,voice, or take no action (none) when they join the channel or login. Default automode isnone
- The
userfield specifies the username in the bot - The
globlevelis the optional global channel access to give the new user. If not provided, the default value in configuration will be used . - Optionally specify their
automodeto automaticallyop,voice, or take no action (none) when they join the channel or login. Default automode isnone
Examples#
Related Commands#
| Command | Description |
|---|---|
| access | Check if a user has access in a channel |
| adduser | Add a user with access to a channel |
| cmds | List commands available to user |
| help | View the help for a given command |
| info | View information for a user or channel |
| login | Authenticate with the bot to user commands |
| logout | Sign-out from the bot |
| modchan | Modify the settings of a channel |
| moduser | Modify a user's access in a channel |
| newuser | Create a new bot user on behalf of someone else |
| newpass | Change your own password |
| register | Allows a client to create their own bot user |
| remchan | Remove a channel and purge all data |
| remuser | Remove a user from a channel |
| usearch | Searches for registered usernames |
| userlist | Displays userlist for a channel |
| verify | Verify if a client is authenticated |