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

	<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>2020-12-24T18:38:49-04:00</updated>

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

		<entry>
		<author><name><![CDATA[ComputerTech]]></name></author>
		<updated>2020-12-24T18:38:49-04:00</updated>

		<published>2020-12-24T18:38:49-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=109268#p109268</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=109268#p109268"/>
		<title type="html"><![CDATA[help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=109268#p109268"><![CDATA[
Ok, so you want !story to start the script and !stop to stop the script, correct?<br><br>If so, and !stop isn't currently working for you.<br><br>Try changing<br><div class="codebox"><p>Code: </p><pre><code>bind pub o|o !stop stop:story</code></pre></div>To<br><div class="codebox"><p>Code: </p><pre><code>bind pub * !stop stop:story</code></pre></div>TIP, when changing Binds, you Should Restart your bot, and not just a standard Rehash <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=":wink:" title="Wink"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12849">ComputerTech</a> — Thu Dec 24, 2020 6:38 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[abah]]></name></author>
		<updated>2020-12-24T05:53:01-04:00</updated>

		<published>2020-12-24T05:53:01-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=109265#p109265</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=109265#p109265"/>
		<title type="html"><![CDATA[help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=109265#p109265"><![CDATA[
<blockquote class="uncited"><div>1st.  you want to use !story to stop the script?</div></blockquote>when I type !story script works as it should. When I type !stop the script will stop<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12299">abah</a> — Thu Dec 24, 2020 5:53 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ComputerTech]]></name></author>
		<updated>2020-12-24T18:32:15-04:00</updated>

		<published>2020-12-23T06:35:09-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=109264#p109264</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=109264#p109264"/>
		<title type="html"><![CDATA[help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=109264#p109264"><![CDATA[
You want to use !story to start and stop the script?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12849">ComputerTech</a> — Wed Dec 23, 2020 6:35 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[abah]]></name></author>
		<updated>2020-12-23T03:13:03-04:00</updated>

		<published>2020-12-23T03:13:03-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=109263#p109263</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=109263#p109263"/>
		<title type="html"><![CDATA[help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=109263#p109263"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>bind pub * !story join:story bind pub o|o !stop stop:storyproc join:story {nick uhost hand chan rest} {   global story_timers   set story "/home/s/sapri/mujahid/isi/db/isi.db"   if {![info exists story_timers($story)]} {     slowmsg $story     } else {     puthelp "privmsg $nick :Mohon tunggu sedang membaca files..."   } }proc stop:story {nick uhost hand chan arg} {    global story_timers    if {[info exists story_timers]} {      killtimer story_timers*     } else {    puthelp "privmsg $nick :Terima kasih sudah membaca cerita ane..."}} proc slowmsg {file {pos 0}} {   global story_timers   set f [open $file]   seek $f $pos   if {[gets $f line]&gt;-1} {     putserv "privmsg #Tausiyah :12 $line"     set story_timers($file) [utimer 11 [list slowmsg $file [tell $f]]]     } else {     utimer 15 [list putserv "Membaca kembali files:"]     set story_timers($file) [utimer 16 [list slowmsg $file]]   }   close $f }</code></pre></div>hello can anyone help me? I have tried all the scripts on this forum but they all don't work. Please me, what about the scripts if I want to stop when I type! Story. Thank you in advance<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12299">abah</a> — Wed Dec 23, 2020 3:13 am</p><hr />
]]></content>
	</entry>
	</feed>
