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

	<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-09-27T10:44:00-04:00</updated>

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

		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2001-09-27T10:44:00-04:00</updated>

		<published>2001-09-27T10:44:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=64#p64</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=64#p64"/>
		<title type="html"><![CDATA[command after which bot stops running a procedure]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=64#p64"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>proc mode:bind {nick uh hand chan mc vict} { if {[matchattr $hand "m"] || ![botisop $chan]} { return } rest of code goes here}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Thu Sep 27, 2001 10:44 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2001-09-27T10:35:00-04:00</updated>

		<published>2001-09-27T10:35:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=63#p63</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=63#p63"/>
		<title type="html"><![CDATA[command after which bot stops running a procedure]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=63#p63"><![CDATA[
i talk about superbitch script, i want my bot immediately stop running a proc if he see that user who gave ops matches +m, or bot matches ![botisop $chan] ... without checking lines after return 0<br>i can test it for example erasing close bracket in a line after 'return 0', bot'll return an error msg instead of stop running a proc<p>Statistics: Posted by Guest — Thu Sep 27, 2001 10:35 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2001-09-26T21:49:00-04:00</updated>

		<published>2001-09-26T21:49:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=41#p41</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=41#p41"/>
		<title type="html"><![CDATA[command after which bot stops running a procedure]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=41#p41"><![CDATA[
depends in which situation you want to use it!<br><br>retrun does this job for you, exactly as you said<br><br>eg<div class="codebox"><p>Code: </p><pre><code>proc pub:bind {nick uh hand chan arg} {  puthelp "PRIVMSG #chan :This I have to say"  return  puthelp "PRIVMSG #chan :Chasing sheep! - thank god they can't see this"}</code></pre></div>The first puthelp would run, the second wouldn't<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Wed Sep 26, 2001 9:49 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2001-09-26T21:36:00-04:00</updated>

		<published>2001-09-26T21:36:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=39#p39</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=39#p39"/>
		<title type="html"><![CDATA[command after which bot stops running a procedure]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=39#p39"><![CDATA[
i mean something like return 0, but i want my bot not to check any line after it, is there such command?<p>Statistics: Posted by Guest — Wed Sep 26, 2001 9:36 pm</p><hr />
]]></content>
	</entry>
	</feed>
