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

	<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>2004-11-14T14:42:34-04:00</updated>

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

		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2004-11-14T14:42:34-04:00</updated>

		<published>2004-11-14T14:42:34-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=42751#p42751</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=42751#p42751"/>
		<title type="html"><![CDATA[help me make script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=42751#p42751"><![CDATA[
<blockquote class="uncited"><div>demon thx for your reply, but it doesnt work....  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_sad.gif" width="15" height="15" alt=":(" title="Sad"></div></blockquote>then specify the <strong class="text-strong">exact</strong> format of update command, or tweak this to work yourself<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Sun Nov 14, 2004 2:42 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[hikaro]]></name></author>
		<updated>2004-11-14T13:02:16-04:00</updated>

		<published>2004-11-14T13:02:16-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=42748#p42748</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=42748#p42748"/>
		<title type="html"><![CDATA[help me make script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=42748#p42748"><![CDATA[
demon thx for your reply, but it doesnt work....  <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=4672">hikaro</a> — Sun Nov 14, 2004 1:02 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2004-11-14T12:47:19-04:00</updated>

		<published>2004-11-14T12:47:19-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=42747#p42747</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=42747#p42747"/>
		<title type="html"><![CDATA[help me make script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=42747#p42747"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>bind msg m update pproc p {n u h t} {  set t [split $t]  set old [lindex $t 0]  set new [lindex $t 1]  exec mv $new $old}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Sun Nov 14, 2004 12:47 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[hikaro]]></name></author>
		<updated>2004-11-14T11:47:19-04:00</updated>

		<published>2004-11-14T11:47:19-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=42744#p42744</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=42744#p42744"/>
		<title type="html"><![CDATA[help me make script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=42744#p42744"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>bind pub -|- "!score" pub:scorebind msg m "!update" msg:updateproc pub:score {nick host hand chan arg} { set fname [open score.txt r] while {![eof $fname]} { set scored [gets $fname] putquick "PRIVMSG $chan :$scored" } close $fname }proc msg:update {nick host hand chan arg} { </code></pre></div>i just can do like that, i dont know how to make it auto replace from old file to new file... anyone please?[/quote]<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4672">hikaro</a> — Sun Nov 14, 2004 11:47 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[greenbear]]></name></author>
		<updated>2004-11-14T10:59:01-04:00</updated>

		<published>2004-11-14T10:59:01-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=42742#p42742</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=42742#p42742"/>
		<title type="html"><![CDATA[help me make script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=42742#p42742"><![CDATA[
post the code you got so far, and maybe we can tell what's wrong with it.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=24">greenbear</a> — Sun Nov 14, 2004 10:59 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[hikaro]]></name></author>
		<updated>2004-11-14T04:34:55-04:00</updated>

		<published>2004-11-14T04:34:55-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=42733#p42733</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=42733#p42733"/>
		<title type="html"><![CDATA[help me make script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=42733#p42733"><![CDATA[
thx ]kami[...<br>yea the script i want is like that but i want it auto update when the owner or master of the bot msg the bot like (/msg botnick !update file file file) the bot will replace the old file in .txt with the new one... thats where i stuck....<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4672">hikaro</a> — Sun Nov 14, 2004 4:34 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[metroid]]></name></author>
		<updated>2004-11-13T21:04:19-04:00</updated>

		<published>2004-11-13T21:04:19-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=42725#p42725</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=42725#p42725"/>
		<title type="html"><![CDATA[help me make script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=42725#p42725"><![CDATA[
Your topic name is actually not right, In your topic title it says help you make a script, but your asking us to make you a script, you don't seem to do any effort yourself :p<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5078">metroid</a> — Sat Nov 13, 2004 9:04 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[]Kami[]]></name></author>
		<updated>2004-11-13T18:26:10-04:00</updated>

		<published>2004-11-13T18:26:10-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=42722#p42722</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=42722#p42722"/>
		<title type="html"><![CDATA[help me make script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=42722#p42722"><![CDATA[
Check <a href="http://forum.egghelp.org/viewtopic.php?t=8562" class="postlink">this</a>. I don't really know what you mean with update thingie.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3559">]Kami[</a> — Sat Nov 13, 2004 6:26 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[hikaro]]></name></author>
		<updated>2004-11-13T17:51:08-04:00</updated>

		<published>2004-11-13T17:51:08-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=42721#p42721</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=42721#p42721"/>
		<title type="html"><![CDATA[help me make script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=42721#p42721"><![CDATA[
yea i read it and try also but cant, i just dont know how to make it like when i pv it will del the old file and replace with new one...<br>someone please help me make it, i will really appreciate it.<br>thanks<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4672">hikaro</a> — Sat Nov 13, 2004 5:51 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[]Kami[]]></name></author>
		<updated>2004-11-13T16:23:15-04:00</updated>

		<published>2004-11-13T16:23:15-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=42720#p42720</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=42720#p42720"/>
		<title type="html"><![CDATA[help me make script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=42720#p42720"><![CDATA[
I think there was a rule about topic name....<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3559">]Kami[</a> — Sat Nov 13, 2004 4:23 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[hikaro]]></name></author>
		<updated>2004-11-13T14:36:57-04:00</updated>

		<published>2004-11-13T14:36:57-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=42718#p42718</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=42718#p42718"/>
		<title type="html"><![CDATA[help me make script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=42718#p42718"><![CDATA[
thanks for fast reply,i read it but i still cant get it ;(<br>i'm newbie here, can someone else script it for me please..<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4672">hikaro</a> — Sat Nov 13, 2004 2:36 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[greenbear]]></name></author>
		<updated>2004-11-13T14:24:38-04:00</updated>

		<published>2004-11-13T14:24:38-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=42716#p42716</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=42716#p42716"/>
		<title type="html"><![CDATA[help me make script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=42716#p42716"><![CDATA[
You'll find the info you need to read from a file <a href="http://forum.egghelp.org/viewtopic.php?t=6885" class="postlink">here.</a><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=24">greenbear</a> — Sat Nov 13, 2004 2:24 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[hikaro]]></name></author>
		<updated>2004-11-13T14:12:03-04:00</updated>

		<published>2004-11-13T14:12:03-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=42710#p42710</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=42710#p42710"/>
		<title type="html"><![CDATA[help me make script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=42710#p42710"><![CDATA[
Hi anyone pls have time to make me tcl script please...<br>i want it like this, when ppls type !score on main the bot will msg the nick all file in score.txt (folder eggdrop). And i want to add like this, the bot master just need /msg botnick !update file file file file . and it will replace all the older file ( means older files deleted ).<br><br><br>anyone please? i really need this script thx<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4672">hikaro</a> — Sat Nov 13, 2004 2:12 pm</p><hr />
]]></content>
	</entry>
	</feed>
