Loading repl/command.go +18 −9 Original line number Diff line number Diff line Loading @@ -971,7 +971,8 @@ The following actions are available: Action: ActionUserAdd, }, "DELETE": { Description: ` Removes a user. Description: ` Permanently removes a user and their associated data. Must be an admin. This cannot be undone. Format: USER DELETE login`, Loading @@ -980,7 +981,8 @@ The following actions are available: Action: ActionUserDelete, }, "ENABLE": { Description: ` Enables a user. Description: ` Enables a previously disabled user, allowing them to log in and access BULLETIN again. Must be an admin. Format: USER ENABLE login`, Loading @@ -989,7 +991,9 @@ The following actions are available: Action: ActionUserEnable, }, "DISABLE": { Description: ` Disables a user. Description: ` Disables a user, preventing them from logging in to BULLETIN. Their account and messages are preserved but they cannot connect. Must be an admin. Format: USER DISABLE login`, Loading @@ -998,7 +1002,8 @@ The following actions are available: Action: ActionUserDisable, }, "ADMIN": { Description: ` Makes a user an admin. Description: ` Grants admin privileges to a user. Admins can manage users, folders, and system settings. Must be an admin. Format: USER ADMIN login`, Loading @@ -1007,7 +1012,7 @@ The following actions are available: Action: ActionUserAdmin, }, "NOADMIN": { Description: ` Removes the admin bit from a user. Description: ` Removes admin privileges from a user. Must be an admin. Format: USER NOADMIN login`, Loading Loading @@ -1036,7 +1041,8 @@ The following actions are available: Action: ActionUserName, }, "MOD": { Description: ` Makes a user an mod. Description: ` Grants moderator privileges to a user. Moderators can manage messages in folders they have access to. Must be an admin. Format: USER MOD login`, Loading @@ -1045,7 +1051,7 @@ The following actions are available: Action: ActionUserMod, }, "NOMOD": { Description: ` Removes the mod bit from a user. Description: ` Removes moderator privileges from a user. Must be an admin. Format: USER NOMOD login`, Loading Loading @@ -1422,7 +1428,9 @@ SYSTEM for a description of a SYSTEM folder).`, }, }, "NOREADNEW": { Description: `Turns off READNEW. Description: `Turns off READNEW for the selected folder. You will no longer be prompted to read new messages in this folder when logging in. Format: SET NOREADNEW`, Action: ActionSetNoReadNew, Loading Loading @@ -1474,7 +1482,8 @@ In order to apply this to a specific folder, first select the folder }, }, "NOSHOWNEW": { Description: `Turns off SHOWNEW Description: `Turns off SHOWNEW for the selected folder. A directory listing of new messages in this folder will no longer be displayed when logging in. Format: SET NOSHOWNEW`, Loading Loading
repl/command.go +18 −9 Original line number Diff line number Diff line Loading @@ -971,7 +971,8 @@ The following actions are available: Action: ActionUserAdd, }, "DELETE": { Description: ` Removes a user. Description: ` Permanently removes a user and their associated data. Must be an admin. This cannot be undone. Format: USER DELETE login`, Loading @@ -980,7 +981,8 @@ The following actions are available: Action: ActionUserDelete, }, "ENABLE": { Description: ` Enables a user. Description: ` Enables a previously disabled user, allowing them to log in and access BULLETIN again. Must be an admin. Format: USER ENABLE login`, Loading @@ -989,7 +991,9 @@ The following actions are available: Action: ActionUserEnable, }, "DISABLE": { Description: ` Disables a user. Description: ` Disables a user, preventing them from logging in to BULLETIN. Their account and messages are preserved but they cannot connect. Must be an admin. Format: USER DISABLE login`, Loading @@ -998,7 +1002,8 @@ The following actions are available: Action: ActionUserDisable, }, "ADMIN": { Description: ` Makes a user an admin. Description: ` Grants admin privileges to a user. Admins can manage users, folders, and system settings. Must be an admin. Format: USER ADMIN login`, Loading @@ -1007,7 +1012,7 @@ The following actions are available: Action: ActionUserAdmin, }, "NOADMIN": { Description: ` Removes the admin bit from a user. Description: ` Removes admin privileges from a user. Must be an admin. Format: USER NOADMIN login`, Loading Loading @@ -1036,7 +1041,8 @@ The following actions are available: Action: ActionUserName, }, "MOD": { Description: ` Makes a user an mod. Description: ` Grants moderator privileges to a user. Moderators can manage messages in folders they have access to. Must be an admin. Format: USER MOD login`, Loading @@ -1045,7 +1051,7 @@ The following actions are available: Action: ActionUserMod, }, "NOMOD": { Description: ` Removes the mod bit from a user. Description: ` Removes moderator privileges from a user. Must be an admin. Format: USER NOMOD login`, Loading Loading @@ -1422,7 +1428,9 @@ SYSTEM for a description of a SYSTEM folder).`, }, }, "NOREADNEW": { Description: `Turns off READNEW. Description: `Turns off READNEW for the selected folder. You will no longer be prompted to read new messages in this folder when logging in. Format: SET NOREADNEW`, Action: ActionSetNoReadNew, Loading Loading @@ -1474,7 +1482,8 @@ In order to apply this to a specific folder, first select the folder }, }, "NOSHOWNEW": { Description: `Turns off SHOWNEW Description: `Turns off SHOWNEW for the selected folder. A directory listing of new messages in this folder will no longer be displayed when logging in. Format: SET NOSHOWNEW`, Loading