aboutsummaryrefslogtreecommitdiff
path: root/down-the-tube-chat.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'down-the-tube-chat.tcl')
-rw-r--r--down-the-tube-chat.tcl8
1 files changed, 8 insertions, 0 deletions
diff --git a/down-the-tube-chat.tcl b/down-the-tube-chat.tcl
index 61fd490..8e9fa7b 100644
--- a/down-the-tube-chat.tcl
+++ b/down-the-tube-chat.tcl
@@ -7,6 +7,14 @@ proc dtt-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
}