We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c9faa3 commit 47ad432Copy full SHA for 47ad432
1 file changed
app/methods.js
@@ -247,18 +247,6 @@ t = module.exports = {
247
return config.EnableWelcomeMessage == true;
248
},
249
250
- // Random group invites
251
-
252
253
- DecliningRandomGroupInvites: function() {
254
- return config.decline_random_group_inv == true;
255
- },
256
257
- AcceptingRandomGroupInvites: function() {
258
- return config.accept_random_group_inv == true;
259
260
261
262
// -------------------- COMMAND METHODS ----------------------------------
263
264
// Check commands methods
0 commit comments