mirror of
https://github.com/Threnklyn/MinecraftChat.git
synced 2026-05-19 04:43:28 +02:00
Chat formatting
This commit is contained in:
@@ -8,6 +8,7 @@ module.exports = function(io) {
|
||||
// bind all events to the socket
|
||||
require('./events/connection')(socket);
|
||||
require('./events/disconnection')(socket);
|
||||
require('./events/chat')(socket);
|
||||
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user