diff options
Diffstat (limited to 'jseater-chat.tcl')
| -rw-r--r-- | jseater-chat.tcl | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/jseater-chat.tcl b/jseater-chat.tcl index eb0a1cd..27b4521 100644 --- a/jseater-chat.tcl +++ b/jseater-chat.tcl @@ -7,6 +7,13 @@ proc jseater-privmsg {nick uhost hand chan text} { if {([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 } |
