diff options
| -rw-r--r-- | atmisc.tcl | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 :🅱️" } |
