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

	<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-04-23T10:50:49-04:00</updated>

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

		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2003-04-23T10:50:49-04:00</updated>

		<published>2003-04-23T10:50:49-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=19352#p19352</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=19352#p19352"/>
		<title type="html"><![CDATA[Puting a password before entering limbo]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=19352#p19352"><![CDATA[
See my PM<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Wed Apr 23, 2003 10:50 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[CcL]]></name></author>
		<updated>2003-04-23T10:08:41-04:00</updated>

		<published>2003-04-23T10:08:41-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=19351#p19351</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=19351#p19351"/>
		<title type="html"><![CDATA[hehe here are the codes thank you!]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=19351#p19351"><![CDATA[
bind chon - * testhim<br>proc testhim {handle idx} {<br>if {[matchattr $handle p] || [matchattr $handle o] || [matchattr $handle n] || [matchattr $handle t]} {<br>putidx $idx "Do yew want to play?" ; control $idx checkdccpass ; return<br>}<br>return <br>}<br><br>proc checkdccpass {idx password} {<br>global nick<br>if {[encrypt $password $password]!= ".laI80aXqxM08.CWC1AL6Oj1"} {<br>putidx $idx "I guess not."<br>killdcc $idx<br>dccbroadcast "Warning: [idx2hand $idx] entered wrong botnet pass!"<br>return 1<br>} else {<br>setchan $idx 0<br>pline_on [idx2hand $idx] $idx<br>return <br>}<br>return<br>}<br><br>proc pline_on { hand idx } {<br>global botnick<br>putdcc $idx "Welcome to $botnick, $hand!"<br>foreach dcclist1 [dcclist] {<br>set myidx [lindex $dcclist1 0]<br>set thehand [lindex $dcclist1 1]<br>set thehost [lindex $dcclist1 2]<br>if {$thehand == $hand} {<br>dccbroadcast "online $thehand ($thehost)"<br>}<br>if {[matchattr $thehand n]} {<br>putdcc $idx "* $thehand, $thehost"<br>} else {<br>if {[matchattr $thehand m]} {<br>putdcc $idx "+ $thehand, $thehost"<br>} else {<br>if {[matchattr $thehand o]} {<br>putdcc $idx "@ $thehand, $thehost"<br>}<br>return <br>}<br>return <br>}<br>return <br>}<br>return <br>}<br><br>It keeps looping even saying "blabla has joined partyline"<br>Thanks alot <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=2967">CcL</a> — Wed Apr 23, 2003 10:08 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2003-04-20T09:13:58-04:00</updated>

		<published>2003-04-20T09:13:58-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=19283#p19283</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=19283#p19283"/>
		<title type="html"><![CDATA[Puting a password before entering limbo]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=19283#p19283"><![CDATA[
See the CHON binds.<br><br>You can send a user out of the partyline, into doing nothing, until the correct password is typed, at which point, they are returned to the proper partyline.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Sun Apr 20, 2003 9:13 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[CcL]]></name></author>
		<updated>2003-04-17T16:51:40-04:00</updated>

		<published>2003-04-17T16:51:40-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=19188#p19188</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=19188#p19188"/>
		<title type="html"><![CDATA[Puting a password before entering limbo]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=19188#p19188"><![CDATA[
I wonder if it is possible to put a password prompt before entering a limbo. Say i .relay from a bot to the limbo and other than the normal user and pass i would like to put another line asking for a limbo pass or something. Is it possible? It is possible is 1.1.5 but I don't know how on 1.6... Thank you <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=2967">CcL</a> — Thu Apr 17, 2003 4:51 pm</p><hr />
]]></content>
	</entry>
	</feed>
