Wednesday, June 25, 2025
31.6 C
Singapore

Goa DJ arrested for post on Maratha king Shivaji

India — Police booked and arrested a Goa-based DJ on Monday for an allegedly derogatory comment on Maratha warrior king Shivaji on social media.

DJ Nacelis Noronha, 32, was booked after a group called Samarthan Sanghatana filed a complaint alleging that his comments had hurt the sentiments of the followers of the Maratha king and could also disrupt communal harmony in the state.

Late last week, the group was stopped by police from holding a rally as it did not have prior permission from the north Goa collector. Noronha commented on a post which broke this news. It was this post that the group complained about.

He is currently in police custody and has been booked under 295(A) (hurting religious feelings) of the Indian Penal Code.

See also  Srinagar, India | AFP | Monday 12/23/2019 - 15:28 UTC+8 | 663 words

Hot this week

Popular Categories

document.addEventListener("DOMContentLoaded", () => { const trigger = document.getElementById("ads-trigger"); if ('IntersectionObserver' in window && trigger) { const observer = new IntersectionObserver((entries, observer) => { entries.forEach(entry => { if (entry.isIntersecting) { lazyLoader(); // You should define lazyLoader() elsewhere or inline here observer.unobserve(entry.target); // Run once } }); }, { rootMargin: '800px', threshold: 0.1 }); observer.observe(trigger); } else { // Fallback setTimeout(lazyLoader, 3000); } });