Skip to content

Commit 47ad432

Browse files
authored
Fixing double setting group inviting
1 parent 1c9faa3 commit 47ad432

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

app/methods.js

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -247,18 +247,6 @@ t = module.exports = {
247247
return config.EnableWelcomeMessage == true;
248248
},
249249

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-
262250
// -------------------- COMMAND METHODS ----------------------------------
263251

264252
// Check commands methods

0 commit comments

Comments
 (0)