<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-gb">
	<link rel="self" type="application/atom+xml" href="https://forum.eggheads.org/app.php/feed/topic/629" />

	<title>egghelp/eggheads community</title>
	<subtitle>Discussion of eggdrop bots, shell accounts and tcl scripts.</subtitle>
	<link href="https://forum.eggheads.org/index.php" />
	<updated>2001-12-16T23:24:00-04:00</updated>

	<author><name><![CDATA[egghelp/eggheads community]]></name></author>
	<id>https://forum.eggheads.org/app.php/feed/topic/629</id>

		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2001-12-16T23:24:00-04:00</updated>

		<published>2001-12-16T23:24:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=2844#p2844</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=2844#p2844"/>
		<title type="html"><![CDATA[tcl needed please]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=2844#p2844"><![CDATA[
plz ppl here is what i got <br><br>if {$rlsflag == ""} {set rlsflag "-"}<br>bind pub $rlsflag $cmdsearch rlssearchpub<br>proc rlssearchpub {nick uhost handle chan arg} {<br>global rlschans<br>set valch 0<br>foreach ch [split $rlschans] {if {$chan == $ch} {set valch 1}}<br>if {$valch == 0} {return}<br>rlslocate $nick $uhost $handle "NOTICE" "$arg"<br>}<br><br>bind msg $rlsflag $cmdsearch rlssearchmsg<br>proc rlssearchmsg {nick uhost handle arg} {<br>global rlschans<br>set valch 0<br>foreach ch [split $rlschans] {if {[botonchan $ch]} {if {[onchan $nick $ch]} {set valch 1}}}<br>if {$valch == 0} {return}<br>rlslocate $nick $uhost $handle "PRIVMSG" "$arg"<br>}<br><br>proc rlslocate {nick uhost handle type arg} {<br>global rlsmaxsearch cd_release rlsinfo<br>if {$arg == ""} {puthelp "$type $nick :Syntax: $cmdsearch &lt;search string&gt;" ;return 0}<br>regsub -all -- " " ${arg} "*" rlsarg<br>puthelp "$type $nick : $rlsinfo ...Searching for '$rlsarg'"<br>set totrlsfound 0<br>foreach database $cd_release {<br>set rlsfile [open $database r]<br>while {![eof $rlsfile]} {<br>set rlsline [gets $rlsfile]<br>if {[string match "*$rlsarg*" [string tolower $rlsline]]} {<br>incr totrlsfound 1<br>if {$totrlsfound &lt; $rlsmaxsearch} {<br>puthelp "$type $nick : 02Found:02 $rlsline"<br>}<br>}<br>}<br>close $rlsfile<br>}<br>if {$totrlsfound &gt; $rlsmaxsearch} {puthelp "$type $nick :There are over $rlsmaxsearch matches. Please be more specific"}<br>puthelp "$type $nick :There was a total of $totrlsfound entries matching your query."<br>}<br><br>can someone plz add the delete command to the botom of it and have it tell the user that the word got deleted like in the other part of the script plz thank you<p>Statistics: Posted by Guest — Sun Dec 16, 2001 11:24 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2001-12-16T10:56:00-04:00</updated>

		<published>2001-12-16T10:56:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=2816#p2816</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=2816#p2816"/>
		<title type="html"><![CDATA[tcl needed please]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=2816#p2816"><![CDATA[
hello can anyone help me out i need a tcl script made that is like the textsearch0.2.tcl that i have its what i need but i need a delete command put in it so i can delete that words that are in it can someone please make 1 for me or tell me were i can find such a tcl script that i need thank you ive looked every were with no luck<p>Statistics: Posted by Guest — Sun Dec 16, 2001 10:56 am</p><hr />
]]></content>
	</entry>
	</feed>
