-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhelp.html
More file actions
112 lines (102 loc) · 3.47 KB
/
help.html
File metadata and controls
112 lines (102 loc) · 3.47 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Welcome to ChatScript Help</title>
</head>
<body>
<h1>Welcome to Database Help</h1>
<h2>Registration:</h2>
<ol>
<li>
<strong>Create an Account:</strong>
<ul>
<li>To use the Database, every user needs to register.</li>
<li>Go to <code>register</code> and enter required information to set up your username and password.</li>
</ul>
</li>
</ol>
<h2>Login to Sessions:</h2>
<ol>
<li>
<strong>Login to a Record:</strong>
<ul>
<li>Once registered, log in using the <code>login</code> button.</li>
<li>You can either select an existing record or create a new one from the dropdown menu.</li>
<li>Each record will have a unique date name.</li>
<li>If you want to join an existing record, select the existing record from the dropdown menu.</li>
<li>To create a new record, select the <code>create new record</code> and enter your details.</li>
</ul>
</li>
</ol>
<h2>Record Access:</h2>
<ul>
<li>Each record can be accessed by any registered user.</li>
<li>There is 4 types of account (limited, standard, advanced).<br>
- <b>Limited</b> account is only for viewers and doesn't allow view usernames, to post messages or pictures and to delete any content.<br>
- <b>Standard</b> account is elevated from limited and allows additionally to view usernames and add or remove own content.<br>
- <b>Advanced</b> account is elevated from standard and allows additionally to view additional information.<br>
- <b>Admin</b> account can remove content of all users.<br>
</li>
</ul>
<h2>General Commands:</h2>
<ul>
<li>
<strong>Help:</strong>
<ul>
<li>If you need assistance, type <code>***help</code> for a list of available commands.</li>
</ul>
</li>
<li>
<strong>Emoticons:</strong>
<ul>
<li>:D = 😁,</li>
<li>:) = 😃,</li>
<li>:( = 😢,</li>
<li>; ) = 😉,</li>
<li>:p = 😛,</li>
<li>:o = 😲,</li>
<li>:| = 😐,</li>
<li>:* = 😘,</li>
<li>: / = 😕,</li>
<li>@) = 😏,</li>
<li>@W = 😔,</li>
<li>:^) = 😄,</li>
<li>:,( = 😢,</li>
<li>XD = 😆,</li>
<li>:-D = 😃,</li>
<li>@D = 😂,</li>
<li>;o) = 😇,</li>
<li>:K = 😺,</li>
<li>@h = ❤️,</li>
<li>*( = 😥,</li>
<li>@rrr = 😡,</li>
<li>:ii = 😖,</li>
<li>:S = 😖,</li>
<li>O:) = 😇,</li>
<li>o.O = 😳,</li>
<li>:| = 😐,</li>
<li>(y) = 👍,</li>
<li>@b = 🐦,</li>
<li>(H) = 🏠,</li>
<li>(C) = ©️,</li>
<li>(R) = ®️,</li>
<li>(T) = ™️,</li>
<li>:+1 = 👍,</li>
<li>:-1 = 👎,</li>
<li>(A) = 🅰️,</li>
<li>(B) = 🅱️,</li>
<li>(AB) = 🆎,</li>
<li>(O) = 🅾️</li>
</ul>
</li>
<li>
<strong>Logout:</strong>
<ul>
<li>When done, use the <code>Exit record</code> to exit your current record.</li>
</ul>
</li>
</ul>
</body>
</html>