// For RohBot rooms public CommandTarget(Connection connection, string room) { Room = Program.RoomManager.Get(room); Connection = connection; }