Dr Disrespect and his infamous ban from Twitch remains a matter of much discussion even though a year has passed since it happened. While the reason for the ban has remained shrouded in mystery for as long as fans can remember, Doc has claimed it has caused “insane defamation” to his image.

The real reason behind the removal of his Twitch channel hasn't surfaced, at least publicly. However, the Two-Time stated a couple of months ago how the ban landed him on a sticky wicket and resulted in him losing a massive chunk of his earnings.


fortnite-promotional-banner

Dr Disrespect gets shadowbanned by EA and states how he's on a list

Fans already know that he's suing the purple platform for his infamous ban. Be that as it may, he delved deeper into the matter during his recent November 12 stream.

After stating how he had been shadowbanned by EA, he proceeded:

“I’m on a list. That’s just touching the [surface]. Since the purple snake, scummy, ban, we have taken a hit on so many different things behind the scenes, champs. There’s a reason why Activision doesn’t do a Call of Duty partner [stream],” he said. “All of the stuff we did with EA, y’know. The connections. The relationships we had built over the years…”

Earlier, Dr Disrespect was an integral part of several major launches, including the release of Call of Duty, Battlefield and other titles. Sadly, his roles as a creator and partner were revoked, causing him to lose tons of opportunities.


Dr Disrespect lashes out at EA

The Doc didn't hold back and called out partners at EA to cut ties with him as soon as he defected to YouTube Gaming.

Dr Disrespect added:

"So much defamation related to the ban that we’ve had to deal with, it’s insane. To not be involved with the Battlefield launch. First off, it’s been a year and a half. EA – don’t be pathetic. You’re talking about the two-time, back to back. I’m looking at trophies right over my left shoulder. Don’t be so pathetic and scared to death, holy s**t. It’s embarrassing.”

Dr Disrespect is one of the finest streamers on the internet right now and despite the color of the platform, he has created tons of memorable moments.

It remains to be seen whether his ties with EA will improve in the coming months. But for now, Dr Disrepect has blamed Twitch for his loss.

More from Sportskeeda

" modalPopup.closeOnEsc = false; modalPopup.setHeader("Why did you not like this content?"); modalPopup.setContentText(modalText); modalPopup.addCancelOkButton("Submit", resetRatingAndFeedbackForm, sendRating); modalPopup.removeCloseModalIcon(); modalPopup.disableDismissPopup(); modalPopup.open(); } else { sendRating(index); } } function sendRating() { var requestPayload = { "post_id": 940871, "rating_value": ratingValue } if (ratingValue > 3) { requestPayload.rating_feedback_type = null; requestPayload.rating_feedback = null; } else { if (!$('input[name="drone"]:checked') || !$('input[name="drone"]:checked').value) { showErrorMessage('option'); return; } if (!$(".post-rating-feedback-note textarea") || !$(".post-rating-feedback-note textarea").value) { showErrorMessage('note'); return; } var selectedOption = $('input[name="drone"]:checked').value; var feedbackNote = $(".post-rating-feedback-note textarea").value; requestPayload.rating_feedback_type = selectedOption; requestPayload.rating_feedback = feedbackNote; } pureJSAjaxPost(addratingAPI, requestPayload, onsaveRatingSuccess, onsaveRatingFail, function() {}, true); } function resetRatingAndFeedbackForm() { var activeStars = Array.from($all('.rating span.rating-star.active')); for (var i=0; i < activeStars.length; i++) { activeStars[i].classList.remove("active"); } if ($('input[name="drone"]:checked')) { $('input[name="drone"]:checked').checked = false; } var userNote = document.querySelector(".post-rating-feedback-note textarea"); userNote.value = ''; modalPopup.close(); } function onsaveRatingSuccess() { modalPopup.close(); savePostIdInUserRatedPostsCookie(); $("#post-rating-layout").classList.add("hidden"); $("#post-rating-message").classList.remove("hidden"); window.setInterval(function showMessage() { $("#post-rating-widget").classList.add("hidden"); }, 3000); } function onsaveRatingFail() { console.error('Saving post rating failed!'); modalPopup.close(); } function savePostIdInUserRatedPostsCookie() { userRatedPostIds.push(940871); var expiryTime = new Date(); expiryTime.setMonth(expiryTime.getMonth() + 12); // Expiry after 1 year setCookie("user_rated_post_ids", JSON.stringify(userRatedPostIds), expiryTime); } function isPostRatedByUser() { var userRatedPostIds = getCookie('user_rated_post_ids'); if (userRatedPostIds) { try { userRatedPostIds = JSON.parse(userRatedPostIds); } catch (err) { console.error(err); return false; } } else { return false; } if(userRatedPostIds.indexOf(940871) >= 0) { return true; } else { return false; } } function getRatingCountByPostId(postId) { return new Promise(function(resolve, reject) { pureJSAjaxGet( getRatingCountBaseURL + postId + '/rating/count', function(data) { try { data = JSON.parse(data); if (data.meta_value) { resolve(data.meta_value); } reject("Failed to fetch rating count for the post:" + postId); } catch (err) { reject("Failed to fetch rating count for the post:" + postId); } }, function(err) { reject("Failed to fetch rating count for the post:" + postId); }, true); }); } function showErrorMessage(messageType) { var messageContainerId = '#' + messageType + '-error'; $(messageContainerId).classList.remove('hidden'); window.setInterval(function () { $(messageContainerId).classList.add("hidden"); }, 5000); } (function() { var callFired = false; function lazyLoadPostRating() { if (callFired) return; callFired = true; if (!isPostRatedByUser()) { getRatingCountByPostId(940871) .then(function(ratingCount) { if (ratingCount < 10) { $("#post-rating-widget").classList.remove("hidden"); } }) .catch(function(err){ console.error(err); }); } } document.addEventListener("scroll", lazyLoadPostRating, { passive: true, once: true }); document.addEventListener("mousemove", lazyLoadPostRating, { passive: true, once: true }); document.addEventListener("touchmove", lazyLoadPostRating, { passive: true, once: true }); })();