mccarthyism

A subversive card game

  1. 1
  2. 2
  3. 3
  4. 4
  5. 5
import {Socket} from 'socket.io';

export default (socket: Socket, s: string) => {
	console.log(`[${socket.id}, ${socket.handshake.address}] ${s}`);
};