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

	<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-07-08T10:06:09-04:00</updated>

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

		<entry>
		<author><name><![CDATA[bobjuh]]></name></author>
		<updated>2003-07-08T10:06:09-04:00</updated>

		<published>2003-07-08T10:06:09-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=23197#p23197</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=23197#p23197"/>
		<title type="html"><![CDATA[partyline script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=23197#p23197"><![CDATA[
Oke got that working now and also other part of the script.<br>Now the next thing.<br><br>I scripted that when a perm owner joins it will broadcast<br>*** (Chef, Botmaintainer) BoBjUh is online<br>(with normal owner it will only say Botmaintainer)<br><br>Bot is there now any way th get rid of the message <br> *** BoBjUh joined the party line.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=109">bobjuh</a> — Tue Jul 08, 2003 10:06 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[egghead]]></name></author>
		<updated>2003-07-01T17:36:38-04:00</updated>

		<published>2003-07-01T17:36:38-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=22843#p22843</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=22843#p22843"/>
		<title type="html"><![CDATA[partyline script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=22843#p22843"><![CDATA[
<blockquote class="uncited"><div><blockquote class="uncited"><div>And add "continue" statements, so that once a match is found the iteration jumps to the next user.</div></blockquote>No need for that...tcl will do no more work in the if structure after one statement is true.</div></blockquote>You are right! A mistake I made before on this forum. Prolly because of my dislikes of "elseif" structures <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=282">egghead</a> — Tue Jul 01, 2003 5:36 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[user]]></name></author>
		<updated>2003-07-01T08:37:44-04:00</updated>

		<published>2003-07-01T08:37:44-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=22811#p22811</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=22811#p22811"/>
		<title type="html"><![CDATA[partyline script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=22811#p22811"><![CDATA[
<blockquote class="uncited"><div>And add "continue" statements, so that once a match is found the iteration jumps to the next user.</div></blockquote>No need for that...tcl will do no more work in the if structure after one statement is true.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2878">user</a> — Tue Jul 01, 2003 8:37 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[bobjuh]]></name></author>
		<updated>2003-07-01T11:06:44-04:00</updated>

		<published>2003-07-01T04:25:44-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=22805#p22805</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=22805#p22805"/>
		<title type="html"><![CDATA[partyline script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=22805#p22805"><![CDATA[
Tnx it worked <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=109">bobjuh</a> — Tue Jul 01, 2003 4:25 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[egghead]]></name></author>
		<updated>2003-07-01T02:26:47-04:00</updated>

		<published>2003-07-01T02:26:47-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=22793#p22793</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=22793#p22793"/>
		<title type="html"><![CDATA[partyline script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=22793#p22793"><![CDATA[
<blockquote class="uncited"><div>Make it check all the flags in descending order for each user only once...<br><div class="codebox"><p>Code: </p><pre><code>foreach user [userlist] {  if {[matchattr $user n]} {    incr n  } elseif {[matchattr $user m]} {  } etc...}</code></pre></div></div></blockquote>And add "continue" statements, so that once a match is found the iteration jumps to the next user.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=282">egghead</a> — Tue Jul 01, 2003 2:26 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[user]]></name></author>
		<updated>2003-06-30T20:03:53-04:00</updated>

		<published>2003-06-30T20:03:53-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=22782#p22782</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=22782#p22782"/>
		<title type="html"><![CDATA[partyline script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=22782#p22782"><![CDATA[
Make it check all the flags in descending order for each user only once...<br><div class="codebox"><p>Code: </p><pre><code>foreach user [userlist] {  if {[matchattr $user n]} {    incr n  } elseif {[matchattr $user m]} {  } etc...}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2878">user</a> — Mon Jun 30, 2003 8:03 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[bobjuh]]></name></author>
		<updated>2003-06-30T15:57:01-04:00</updated>

		<published>2003-06-30T15:57:01-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=22763#p22763</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=22763#p22763"/>
		<title type="html"><![CDATA[partyline script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=22763#p22763"><![CDATA[
I have <a href="http://bobjuh.daro.info/files/eggdrop/partyline.txt" class="postlink">This</a> tcl script but here is a problem.<br><br>when there are Let's say 2 users in the bot 1 user a  with global owner flags and the second user, user b with global master flags. <br>When a user joins the partyline you get <br><br>"1 owners, 2 masters, 2 ops and 0 bots  [ 2 users ]"<br><br>I want it to say that there's 1 owner and 1 master.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=109">bobjuh</a> — Mon Jun 30, 2003 3:57 pm</p><hr />
]]></content>
	</entry>
	</feed>
