From dbdeac0a78cc36cd03e54466be7adb3a0cfc73c9 Mon Sep 17 00:00:00 2001 From: klea Date: Tue, 31 Mar 2026 21:31:24 +0000 Subject: *-chat: Don't relay messages from nullbot or kh2i --- telegrab-chat.tcl | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'telegrab-chat.tcl') diff --git a/telegrab-chat.tcl b/telegrab-chat.tcl index f48ecad..2b300cf 100644 --- a/telegrab-chat.tcl +++ b/telegrab-chat.tcl @@ -7,6 +7,13 @@ proc telegrab-privmsg {nick uhost hand chan text} { if {([string match "*@archiveteam/Aramaki" $uhost]) || ([string match "*@hackint/user/h2ibot" $uhost])} { return 0 } + if {([string match "*@hackint/user/nullbot" $uhost])} { + return 0 + } + + if {([string match "*@hackint/user/kh2i" $uhost])} { + return 0 + } if {[string index $text 0] == "\001"} { return 0 } -- cgit v1.3.1-10-gc9f91