Remove test commands
This commit is contained in:
parent
776b06af36
commit
56eb5d883a
1 changed files with 0 additions and 16 deletions
|
@ -70,22 +70,6 @@ module.exports = function(User, Message, Stream, IsCalledFromMultiplayer = false
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case "!msg":
|
|
||||||
commandBanchoPacketWriter = new osu.Bancho.Writer;
|
|
||||||
|
|
||||||
commandBanchoPacketWriter.RTX(args[1]);
|
|
||||||
|
|
||||||
global.StreamsHandler.sendToStream(Stream, commandBanchoPacketWriter.toBuffer, null);
|
|
||||||
break;
|
|
||||||
|
|
||||||
case "!fuckoff":
|
|
||||||
commandBanchoPacketWriter = new osu.Bancho.Writer;
|
|
||||||
|
|
||||||
commandBanchoPacketWriter.Ping(0);
|
|
||||||
|
|
||||||
User.addActionToQueue(commandBanchoPacketWriter.toBuffer);
|
|
||||||
break;
|
|
||||||
|
|
||||||
case "!mp":
|
case "!mp":
|
||||||
if (!IsCalledFromMultiplayer) return;
|
if (!IsCalledFromMultiplayer) return;
|
||||||
if (User.currentMatch.matchStartCountdownActive) return;
|
if (User.currentMatch.matchStartCountdownActive) return;
|
||||||
|
|
Loading…
Reference in a new issue