aboutsummaryrefslogtreecommitdiff
path: root/telegrab-chat.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'telegrab-chat.tcl')
-rw-r--r--telegrab-chat.tcl7
1 files changed, 7 insertions, 0 deletions
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
}