___________________________________________________________ bind pubm - "*teste*" pubm:teste proc pubm:teste { nick uhost handle channel arg } { global bla set file logs/ipc.log set textf [open $file r] set data [read $textf] foreach line [split $data \n] { if {[string match *word* $line]}...