From 8d1928102f7913be642828b146838714b9b028b3 Mon Sep 17 00:00:00 2001 From: klea Date: Wed, 28 Jan 2026 21:14:20 +0000 Subject: atmisc: Disable bmeme for #jseater The #jseater channel works based on !brozzle, or !b, and it's kind of annoying, even if somewhat funny to have it always say 🅱️ after someone queues something. This is more noticeable when, for example, bots bulk queue things. --- atmisc.tcl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/atmisc.tcl b/atmisc.tcl index 959597b..4792477 100644 --- a/atmisc.tcl +++ b/atmisc.tcl @@ -116,6 +116,9 @@ proc ignd {nick uhost hand chan text} { bind pub * "!b" bmeme proc bmeme {nick uhost hand chan text} { + if {$chan eq "#jseater"} { + return + } putserv "PRIVMSG $chan :🅱️" } -- cgit v1.3.1-10-gc9f91