<?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/5893" />

	<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>2003-10-25T07:20:33-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Ofloo]]></name></author>
		<updated>2003-10-25T07:19:29-04:00</updated>

		<published>2003-10-25T07:19:29-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=28913#p28913</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=28913#p28913"/>
		<title type="html"><![CDATA[txt file]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=28913#p28913"><![CDATA[
<blockquote class="uncited"><div>Oy... look at all that unneccessity.... nastay....</div></blockquote>nice code <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=";)" title="Wink"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3151">Ofloo</a> — Sat Oct 25, 2003 7:19 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Ofloo]]></name></author>
		<updated>2003-10-25T07:20:33-04:00</updated>

		<published>2003-10-25T07:17:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=28912#p28912</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=28912#p28912"/>
		<title type="html"><![CDATA[txt file]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=28912#p28912"><![CDATA[
<blockquote class="uncited"><div>i tried to reach you on irc the last week (remember that austrian #helpdesk guy ? you seamed to be afk the whole time <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_razz.gif" width="15" height="15" alt=":P" title="Razz"></div></blockquote>you got my attention write now ... ??? <br><br>try email support[at]ofloo.net<br><br>and irc try #support<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3151">Ofloo</a> — Sat Oct 25, 2003 7:17 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[strikelight]]></name></author>
		<updated>2003-10-22T19:12:56-04:00</updated>

		<published>2003-10-22T19:12:56-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=28800#p28800</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=28800#p28800"/>
		<title type="html"><![CDATA[txt file]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=28800#p28800"><![CDATA[
<blockquote class="uncited"><div>and why use exec ???<br><div class="codebox"><p>Code: </p><pre><code>#Usage: [badtext:filter mytextfile.txt badtext]proc  badtext:filter {filename badtext} {  set rfile [open "$filename" "r"]   set wfile [open "tmp/$filename.tmp" "w"]   while {![eof $rfile]} {     gets $rfile line    if {![string match -nocase "*$badtext*" $line]} {       puts $wfile $line     }   }   close $rfile   close $wfile  set rfile [open "tmp/$filename.tmp" "r"]  set wfile [open "$filename" "w"]  foreach line [split [read $rfile] \n] {    puts $wfile $line  }  close $rfile  close $wfile}</code></pre></div>and from what i can say this is os independent <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=";)" title="Wink"></div></blockquote>Oy... look at all that unneccessity.... nastay....<br><div class="codebox"><p>Code: </p><pre><code>proc  badtext:filter {filename badtext} {  set inbuf [split [read [set inf [open $filename r]]][close $inf] \n]  while {[set fpos [lsearch -- $inbuf "*$badtext*"]] != -1} {    set inbuf [lreplace $inbuf $fpos $fpos]  }      puts [set outf [open $filename w]] [join $inbuf \n]  close $outf}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2005">strikelight</a> — Wed Oct 22, 2003 7:12 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[GodOfSuicide]]></name></author>
		<updated>2003-10-22T09:33:57-04:00</updated>

		<published>2003-10-22T09:33:57-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=28787#p28787</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=28787#p28787"/>
		<title type="html"><![CDATA[txt file]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=28787#p28787"><![CDATA[
i tried to reach you on irc the last week (remember that austrian #helpdesk guy ? you seamed to be afk the whole time <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_razz.gif" width="15" height="15" alt=":P" title="Razz"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=1433">GodOfSuicide</a> — Wed Oct 22, 2003 9:33 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Ofloo]]></name></author>
		<updated>2003-10-22T05:47:35-04:00</updated>

		<published>2003-10-22T05:47:35-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=28780#p28780</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=28780#p28780"/>
		<title type="html"><![CDATA[txt file]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=28780#p28780"><![CDATA[
<blockquote class="uncited"><div>And why use 5 files for your ip-to-country script?</div></blockquote>and if you do got suggestions plz post :p, and for futur suggestions use email in the top of the script.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3151">Ofloo</a> — Wed Oct 22, 2003 5:47 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Ofloo]]></name></author>
		<updated>2003-10-22T05:38:56-04:00</updated>

		<published>2003-10-22T05:38:56-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=28779#p28779</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=28779#p28779"/>
		<title type="html"><![CDATA[txt file]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=28779#p28779"><![CDATA[
well its written in the top thats its crapy code and needs rewrite :p can't say lazy more like if i don't know stuff i work arround it ! on my way so .. more like inventive :p but hell not saying your scripting is bad just trying to help out :p sorry if you took it personal<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3151">Ofloo</a> — Wed Oct 22, 2003 5:38 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[GodOfSuicide]]></name></author>
		<updated>2003-10-22T01:25:18-04:00</updated>

		<published>2003-10-22T01:25:18-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=28776#p28776</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=28776#p28776"/>
		<title type="html"><![CDATA[txt file]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=28776#p28776"><![CDATA[
<blockquote class="uncited"><div>and why use exec ???</div></blockquote>and why use 5 files for your ip-to-country script?<br>somethimes ppl are just too lazy (i know i am)<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=1433">GodOfSuicide</a> — Wed Oct 22, 2003 1:25 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Ofloo]]></name></author>
		<updated>2003-10-21T19:30:21-04:00</updated>

		<published>2003-10-21T19:30:21-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=28763#p28763</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=28763#p28763"/>
		<title type="html"><![CDATA[txt file]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=28763#p28763"><![CDATA[
and why use exec ???<br><div class="codebox"><p>Code: </p><pre><code>#Usage: [badtext:filter mytextfile.txt badtext]proc  badtext:filter {filename badtext} {  set rfile [open "$filename" "r"]   set wfile [open "tmp/$filename.tmp" "w"]   while {![eof $rfile]} {     gets $rfile line    if {![string match -nocase "*$badtext*" $line]} {       puts $wfile $line     }   }   close $rfile   close $wfile  set rfile [open "tmp/$filename.tmp" "r"]  set wfile [open "$filename" "w"]  foreach line [split [read $rfile] \n] {    puts $wfile $line  }  close $rfile  close $wfile}</code></pre></div>and from what i can say this is os independent <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=";)" title="Wink"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3151">Ofloo</a> — Tue Oct 21, 2003 7:30 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Ofloo]]></name></author>
		<updated>2003-10-21T19:13:38-04:00</updated>

		<published>2003-10-21T19:13:38-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=28761#p28761</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=28761#p28761"/>
		<title type="html"><![CDATA[txt file]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=28761#p28761"><![CDATA[
<blockquote class="uncited"><div>this commands are for eggdrop and not windrop, am i right?</div></blockquote>Yes you can if you use "-n" option on start but this will move the bot into forground, if you install your eggdrop as a service then you won't have the forground proces <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=";)" title="Wink"> well it won't show any way but don't make it interact with your desktop<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3151">Ofloo</a> — Tue Oct 21, 2003 7:13 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Jag]]></name></author>
		<updated>2003-10-20T14:27:07-04:00</updated>

		<published>2003-10-20T14:27:07-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=28711#p28711</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=28711#p28711"/>
		<title type="html"><![CDATA[txt file]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=28711#p28711"><![CDATA[
10x ! <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_razz.gif" width="15" height="15" alt=":P" title="Razz"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3871">Jag</a> — Mon Oct 20, 2003 2:27 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[GodOfSuicide]]></name></author>
		<updated>2003-10-20T14:22:57-04:00</updated>

		<published>2003-10-20T14:22:57-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=28709#p28709</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=28709#p28709"/>
		<title type="html"><![CDATA[txt file]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=28709#p28709"><![CDATA[
<blockquote class="uncited"><div>this commands are for eggdrop and not windrop, am i right?</div></blockquote>they are for unix<br><br>i told you to look up the tcl file commands<br><a href="http://www.tcl.tk/man/tcl8.4/TclCmd/file.htm" class="postlink">http://www.tcl.tk/man/tcl8.4/TclCmd/file.htm</a><br><br>€ - ah, strikelight was faster again <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_razz.gif" width="15" height="15" alt=":P" title="Razz"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=1433">GodOfSuicide</a> — Mon Oct 20, 2003 2:22 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[strikelight]]></name></author>
		<updated>2003-10-20T14:22:00-04:00</updated>

		<published>2003-10-20T14:22:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=28708#p28708</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=28708#p28708"/>
		<title type="html"><![CDATA[txt file]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=28708#p28708"><![CDATA[
change:<div class="codebox"><p>Code: </p><pre><code>exec "rm myfile.txt" exec "cp myfile.txt.tmp myfile.txt" exec "rm myfile.txt.tmp" </code></pre></div>to:<div class="codebox"><p>Code: </p><pre><code>file delete myfile.txtfile rename myfile.txt.tmp myfile.txt</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2005">strikelight</a> — Mon Oct 20, 2003 2:22 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Jag]]></name></author>
		<updated>2003-10-20T13:47:44-04:00</updated>

		<published>2003-10-20T13:47:44-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=28706#p28706</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=28706#p28706"/>
		<title type="html"><![CDATA[txt file]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=28706#p28706"><![CDATA[
<img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_sad.gif" width="15" height="15" alt=":(" title="Sad"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3871">Jag</a> — Mon Oct 20, 2003 1:47 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[CrazyCat]]></name></author>
		<updated>2003-10-20T12:58:56-04:00</updated>

		<published>2003-10-20T12:58:56-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=28703#p28703</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=28703#p28703"/>
		<title type="html"><![CDATA[txt file]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=28703#p28703"><![CDATA[
yes, I confirm <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><br>don't really know if it's possible with windrop...<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=691">CrazyCat</a> — Mon Oct 20, 2003 12:58 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Jag]]></name></author>
		<updated>2003-10-20T12:38:37-04:00</updated>

		<published>2003-10-20T12:38:37-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=28702#p28702</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=28702#p28702"/>
		<title type="html"><![CDATA[txt file]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=28702#p28702"><![CDATA[
<blockquote class="uncited"><div><div class="codebox"><p>Code: </p><pre><code>exec "rm myfile.txt"exec "cp myfile.txt.tmp myfile.txt"exec "rm myfile.txt.tmp"</code></pre></div></div></blockquote>this commands are for eggdrop and not windrop, am i right?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3871">Jag</a> — Mon Oct 20, 2003 12:38 pm</p><hr />
]]></content>
	</entry>
	</feed>
