aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--atmisc.tcl3
1 files changed, 3 insertions, 0 deletions
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 :🅱️"
}