Archived
0

Move to local PC cuz teamviewer connection is sucky rn

This commit is contained in:
Dico Karssiens
2018-07-31 00:56:59 +01:00
parent 14b6711948
commit 4b34c708d2
2 changed files with 22 additions and 0 deletions

View File

@@ -4,5 +4,8 @@ import io.dico.dicore.command.chat.AbstractChatController
class ParcelsChatController : AbstractChatController() {
override fun filterMessage(message: String?): String {
return "[Parcels] $message"
}
}