diff --git a/configuration.default.ini b/configuration.default.ini
index f4438fa..90a0611 100644
--- a/configuration.default.ini
+++ b/configuration.default.ini
@@ -278,6 +278,7 @@ command_disabled = {command}: command disabled!
help =
Commands
Control
+ - !web - get the URL of the web interface, if enabled.
- !play (or !p) [{num}] - resume from pausing / start to play (the num-th song is num if given)
- !pause - pause
- !stop - stop playing
@@ -324,9 +325,11 @@ help = Commands
Other
- !joinme {token} - join your own channel with {token}.
+ - !password {password} - change your password, used to access the web interface.
admin_help = Admin command
+ Bot
- !kill - kill the bot
- !update - update the bot
@@ -338,5 +341,13 @@ admin_help = Admin command
- !rescan {url} - rebuild local music file cache
- !dropdatabase - clear the entire database, you will lose all settings and music library.
+ Web Interface
+
+ - !webuserlist - list all users that have the permission of accessing the web interface, if auth mode is 'password'.
+ - !webuseradd {nick name} - grant the user with {nick name} the access to the web interface, if auth mode is 'password'.
+ - !webuserdel {nick name} - revoke the access to the web interface of {nick name}, if auth mode is 'password'.
+ - !update - update the bot
+ - !userban {user} - ban a user
+