shared-code-private-messages

This commit is contained in:
Victor Piousbox
2016-04-09 16:56:03 +00:00
parent f4d2184f34
commit 1f4a0680ea
12 changed files with 235 additions and 24 deletions

View File

@@ -115,6 +115,9 @@ import sell from './ops/sell';
import unlock from './ops/unlock';
import revive from './ops/revive';
import rebirth from './ops/rebirth';
import blockUser from './ops/blockUser';
import clearPMs from './ops/clearPMs';
import deletePM from './ops/deletePM';
import reroll from './ops/reroll';
api.ops = {
@@ -147,6 +150,9 @@ api.ops = {
unlock,
revive,
rebirth,
blockUser,
clearPMs,
deletePM,
reroll,
};