You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'". You must mention this command in its proper case.',
70
+
'". You must mention this command in its proper case.'
69
71
);
70
72
}
71
73
return;
@@ -89,7 +91,7 @@ class CommandHandler {
89
91
sendFeedbackLocal(senderClient,text);
90
92
},
91
93
"<Command Name (Not required)>[br]Gives you the list of commands, or type the command name as the first argument for it.",
92
-
false,
94
+
false
93
95
);
94
96
95
97
//Useful commands:
@@ -100,7 +102,7 @@ class CommandHandler {
100
102
wss._rrRefreshRoom();//Random rants + has special properties assigned to client and the room websocket server.
101
103
},
102
104
"Restarts the room, this will clear all the messages.",
103
-
true,
105
+
true
104
106
);
105
107
106
108
addCommand(
@@ -123,7 +125,7 @@ class CommandHandler {
123
125
});
124
126
},
125
127
"<Username> <Command>[br]Runs the following command as someone else (as the sender) or multiple people.[br]This should [bold]n o t[/bold] be very annoying.",
126
-
true,
128
+
true
127
129
);
128
130
129
131
addCommand(
@@ -136,7 +138,7 @@ class CommandHandler {
136
138
});
137
139
},
138
140
"<Username> <Message>[br]Shows a popup to the user's browser saying the message provided.",
139
-
true,
141
+
true
140
142
);
141
143
142
144
addCommand(
@@ -149,7 +151,7 @@ class CommandHandler {
149
151
});
150
152
},
151
153
"<Username>[br]Kick out the specified user from the room.",
152
-
true,
154
+
true
153
155
);
154
156
155
157
addCommand(
@@ -161,7 +163,7 @@ class CommandHandler {
161
163
});
162
164
},
163
165
"<Username>[br]Freezes the UI temporarily for the user.",
164
-
true,
166
+
true
165
167
);
166
168
167
169
addCommand(
@@ -172,7 +174,7 @@ class CommandHandler {
172
174
if(!/^https?:\/\//.test(url)){
173
175
sendFeedbackLocal(
174
176
senderClient,
175
-
"URL must start with http:// or https://",
177
+
"URL must start with http:// or https://"
176
178
);
177
179
return;
178
180
}
@@ -181,7 +183,36 @@ class CommandHandler {
181
183
});
182
184
},
183
185
"<Username> <URL>[br]Redirects the user to a new page.",
"Shows a microwave breakdancing on someones screen, small in a random spot, and teleports around the screen every 1/2 seconds and keeps doing that until the user clicks him or after 30 seconds.",
"<Username>[br]Makes the specified users screen veeeeeeeeeery slowly start rotating to the left. VEEEEEEEEEEEEERY slow so that eventually they’ll start to realize their screen is a bit off",
"<Username>[br]Aligns the specified users screen back to its default position from the mildly infuriating command, this command won’t show in the ;help list",
"<Username> <Message>[br]Makes the screen of the target empty (besides like the background color) except for a small black box like a spoiler on discord and if you click it it slowly fades out and reveals a message, then after a second it returns the screen back to normal like nothing happened.",
0 commit comments