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

	<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-11-06T09:47:21-04:00</updated>

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

		<entry>
		<author><name><![CDATA[]Kami[]]></name></author>
		<updated>2003-11-06T09:47:21-04:00</updated>

		<published>2003-11-06T09:47:21-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=29597#p29597</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=29597#p29597"/>
		<title type="html"><![CDATA[that's wrong ... partypass]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=29597#p29597"><![CDATA[
yep, very strange, eggdrop already have password protected accounts..Why would you need such script ?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3559">]Kami[</a> — Thu Nov 06, 2003 9:47 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[De Kus]]></name></author>
		<updated>2003-11-06T09:29:09-04:00</updated>

		<published>2003-11-06T09:29:09-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=29591#p29591</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=29591#p29591"/>
		<title type="html"><![CDATA[that's wrong ... partypass]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=29591#p29591"><![CDATA[
wtf?<br>why use an partyline password?<ol style="list-style-type:decimal"><li>entering partyline needs an existing account with flag p and a set password, which must be entered</li><li>excluding new user from partyline will be most likly done easiest with removing p from default flags</li></ol>only positiv thing would be, if you are to lasy to .chattr everyone and write the password into a forum and leave default flag p aktiv... but I can't imagine you have that user using partyline. If you want to use it as a channel, I wonder why you are using eggdrop which doesn't multi-networking and on a single network you can use a privat channel using +ks... but... its not bot, i didn't say anything I just mentioned something ^^.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2382">De Kus</a> — Thu Nov 06, 2003 9:29 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2003-11-06T05:10:02-04:00</updated>

		<published>2003-11-06T05:10:02-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=29582#p29582</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=29582#p29582"/>
		<title type="html"><![CDATA[that's wrong ... partypass]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=29582#p29582"><![CDATA[
tks.... egghead.. but it is pretty cool that the party line is protected by a sec password..... if it is not too hard try  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":D" title="Very Happy"> to write an working version of it ...... if not .... then that's it..  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_confused.gif" width="15" height="15" alt=":-?" title="Confused"> <br><br>Bye .....  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_sad.gif" width="15" height="15" alt=":(" title="Sad"><p>Statistics: Posted by Guest — Thu Nov 06, 2003 5:10 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[egghead]]></name></author>
		<updated>2003-11-06T03:06:03-04:00</updated>

		<published>2003-11-06T03:06:03-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=29576#p29576</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=29576#p29576"/>
		<title type="html"><![CDATA[Re: that's wrong ... partypass]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=29576#p29576"><![CDATA[
<blockquote class="uncited"><div>[snip]<br>and doesn't work ....i tried even to relace with string equal... from stat it's wrong the comparison with "" after all my replaces(  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_confused.gif" width="15" height="15" alt=":-?" title="Confused"> string egual and == !=)    in party the tcl partypass it repeats itself ever and ever... give me some advice... tks... <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_rolleyes.gif" width="15" height="15" alt=":roll:" title="Rolling Eyes"></div></blockquote>Hi adycrt. This script used to work fine on older eggdrops. It is based on the fact that if a matching password is entered, the procedure returns 1. This instructs eggdrop to dump the user to the partyline and process any further input by itself.<br><br>It appears that newer versions of eggdrop trigger the CHON again as soon as someone is dumped on the partyline. And this then happens over and over again. If you ask me, this is a bug in eggdrop.<br><br>Unfortunately, I do not know a way to fix this without writing a completely new script and subsequently I will remove the script. Thanks for noting. <br><br>Note that tcl-commands.doc still states that CHON is only called upon the first connection.<br><blockquote class="uncited"><div>Description: when someone first enters the party-line area of the bot via dcc chat or telnet, this is triggered before they are connected to a chat channel.</div></blockquote><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=282">egghead</a> — Thu Nov 06, 2003 3:06 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2003-11-05T20:53:24-04:00</updated>

		<published>2003-11-05T20:53:24-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=29570#p29570</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=29570#p29570"/>
		<title type="html"><![CDATA[that's wrong ... partypass]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=29570#p29570"><![CDATA[
<img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_surprised.gif" width="15" height="15" alt=":o" title="Surprised"> <br>bind chon - * chonpartypass<br><br>proc chonpartypass { handle idx } {<br>   putdcc $idx "Enter partyline password:"<br>   control $idx checkpartypass<br>}<br><br>proc checkpartypass { idx text } {<br>   global partypassword<br>   # empty text: user disconnected<br>   if { [string compare $text ""] == 0 } { return 0 }<br>   # correct password: allow to party<br>   if { [string compare $text $partypassword] == 0 } { return 1 }<br>   # incorrect password: disconnect user<br>   putidx $idx "Wrong password! No party for you! Bye."<br>   killdcc $idx<br>   return 0<br>}<br><br>putlog "Partypass version 0 loaded"<br><br><br><br>and doesn't work ....i tried even to relace with string equal... from stat it's wrong the comparison with "" after all my replaces(  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_confused.gif" width="15" height="15" alt=":-?" title="Confused"> string egual and == !=)    in party the tcl partypass it repeats itself ever and ever... give me some advice... tks... <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_rolleyes.gif" width="15" height="15" alt=":roll:" title="Rolling Eyes"><p>Statistics: Posted by Guest — Wed Nov 05, 2003 8:53 pm</p><hr />
]]></content>
	</entry>
	</feed>
