Project

General

Profile

Users Dialog » History » Version 3

Per Amundsen, 03/27/2021 05:14 AM

1 1 Per Amundsen
{{>toc}}
2
3
h1. Users Editor
4
5
!userseditor.png!
6
7 3 Per Amundsen
The users editor allows adding or editing or viewing user access levels.
8 1 Per Amundsen
9 3 Per Amundsen
User access levels can be used in [[Scripting Events]] to determine who can trigger the events.
10
11
The editor can be opened by clicking [[Menubar_Control|Menubar]] -> Tools -> Edit Users or by typing [[/edit]] -u.
12 1 Per Amundsen
13
The editor shares characteristics with all the other editors.
14
15
_See also [[/auser]], [[/guser]], [[/iuser]], [[/ruser]], [[$clevel]], [[$dlevel]], [[$ulevel]], [[Editor Options]]._
16
17 2 Per Amundsen
h2. User level format
18 1 Per Amundsen
19 2 Per Amundsen
The format of a user level is level<colon><nick/mask>.
20 1 Per Amundsen
21
h2. Saving users to a different ini file
22
23
To save the current users file to a different ini file, click the Menubar (inside the editor) -> File -> Save As menu item.
24
25
h2. Loading users from a different ini file
26
27
To load users from a different ini file, click the Menubar (inside the editor) -> File -> Load menu item or use the [[/load]] command.
28
29
When loading users using the [[/load]], [[/reload]] or [[/unload]] command, the users editor will be automatically updated with the new users.
30
31
h2. Search/replace text
32
33
Clicking the Menubar (inside the editor) -> Edit -> Find or pressing the %(key)CTRL% + %(key)F% shortcut opens the search and replace panel.
34
35
You can search or search and replace using a [[Scripting_Regex|Regular Expression]] by checking the *Regex* checkbox.
36
37
Pressing the %(key)ESCAPE% key closes the search panel.
38
39
h2. Reloading a users file
40
41
If a users file was modified outside of the editor, it can be reloaded by clicking the Menubar (inside the editor) -> File -> Reload menu item or by pressing the %(key)F5% shortcut or by typing [[/reload]].
42
43
h2. Refreshing a users file
44
45
If users has been changed while the editor was open, pressing the *Refresh* button will update the editor.
46
47
_Note: this removes any unsaved changes._
48
49
h2. Font
50
51
The font of the editor can be changed by clicking the Menubar (inside the editor) -> File -> Change Font menu item.
52
53
_Note: only "truetype":https://en.wikipedia.org/wiki/TrueType fonts can be used._
54
55
h2. Colors
56
57
The editor colors can be changed in [[Options Dialog|Options]] -> [[Colors Options|Colors]].