This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

Search found 1 match

by kozpt
Wed Feb 02, 2005 8:58 pm
Forum: Archive
Topic: search line
Replies: 3
Views: 1962

search line

___________________________________________________________ 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]}...