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

	<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>2015-02-19T01:42:26-04:00</updated>

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

		<entry>
		<author><name><![CDATA[abah]]></name></author>
		<updated>2015-02-19T01:42:26-04:00</updated>

		<published>2015-02-19T01:42:26-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=103501#p103501</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=103501#p103501"/>
		<title type="html"><![CDATA[please help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=103501#p103501"><![CDATA[
thank for response i try<br><br>Edit: thanks for the help and the response will be, but I've tried and it did not work if there is another search?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12299">abah</a> — Thu Feb 19, 2015 1:42 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Get_A_Fix]]></name></author>
		<updated>2015-02-18T14:16:57-04:00</updated>

		<published>2015-02-18T14:16:57-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=103500#p103500</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=103500#p103500"/>
		<title type="html"><![CDATA[please help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=103500#p103500"><![CDATA[
In this case it would be pretty easy, you'd just have to add a killtimer to a !stop command.<br><div class="codebox"><p>Code: </p><pre><code>bind pub o|o !stop stop:storyproc stop:story {nick uhost hand chan arg} {  global story_timers  if {[info exists story_timers]} {    killtimer story_timers*  }}</code></pre></div>Or something to that effect.<br><br>This binds using o|o (globalop|chanop) - reducing the use to everyone, thus minimising on unwanted flood attempts.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6204">Get_A_Fix</a> — Wed Feb 18, 2015 2:16 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[abah]]></name></author>
		<updated>2015-02-17T06:29:17-04:00</updated>

		<published>2015-02-17T06:29:17-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=103495#p103495</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=103495#p103495"/>
		<title type="html"><![CDATA[please help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=103495#p103495"><![CDATA[
I would like to ask a little help for the script because I do not know how to make it stop when! start can not be made script stopkan please !stop thanks<br><div class="codebox"><p>Code: </p><pre><code>bind pub * !story join:story proc join:story {nick uhost hand chan rest} {   global story_timers   set story "cerita/ukhuwah.txt"   if {![info exists story_timers($story)]} {     slowmsg $story   } else {     puthelp "privmsg $nick :already reading..."   } } proc slowmsg {file {pos 0}} {   global story_timers   set f [open $file]   seek $f $pos   if {[gets $f line]&gt;-1} {     putserv "privmsg #Ukhuwah :$line"     set story_timers($file) [utimer 11 [list slowmsg $file [tell $f]]]   } else {     utimer 15 [list putserv "Re-reading the story:"]     set story_timers($file) [utimer 16 [list slowmsg $file]]   }   close $f }</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12299">abah</a> — Tue Feb 17, 2015 6:29 am</p><hr />
]]></content>
	</entry>
	</feed>
