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

	<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>2002-02-12T10:27:00-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-02-12T10:27:00-04:00</updated>

		<published>2002-02-12T10:27:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=4495#p4495</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=4495#p4495"/>
		<title type="html"><![CDATA[windrop 1.6.8 + bnc]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=4495#p4495"><![CDATA[
Thanks LordYoshi! <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><br><br>&lt;font size=-1&gt;[ This Message was edited by: Shorty on 2002-02-13 13:35 ]&lt;/font&gt;<p>Statistics: Posted by Guest — Tue Feb 12, 2002 10:27 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-02-12T07:28:00-04:00</updated>

		<published>2002-02-12T07:28:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=4488#p4488</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=4488#p4488"/>
		<title type="html"><![CDATA[windrop 1.6.8 + bnc]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=4488#p4488"><![CDATA[
This is what I had just hacked up after trying to get my 1.6.8 egg to connect to an ezbounce client.<br><br>I could also set a vhost, but the egg never took it and thus could not get on any servers.<br><br># Your bnc password goes here.<br>set pass ""<br><br># What irc server do you want it to connect to.<br>set ircserver "irc.qeast.net:6668"<br><br># What does the bnc client say when asking for a pw.<br>set bncpass "Please use /quote PASS &lt;password&gt; to register"<br><br>bind notc - $bncpass bnc_pass<br><br>proc bnc_pass {nick uhost hand chan text} {<br>     global pass<br>     global ircserver<br>     putserv "PASS $pass"<br>     putserv "CONN $ircserver"<br>}<br><p>Statistics: Posted by Guest — Tue Feb 12, 2002 7:28 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Petersen]]></name></author>
		<updated>2002-02-12T07:22:00-04:00</updated>

		<published>2002-02-12T07:22:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=4487#p4487</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=4487#p4487"/>
		<title type="html"><![CDATA[windrop 1.6.8 + bnc]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=4487#p4487"><![CDATA[
wrong number of arguments in proc declaration for eggdrop1.6.x<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=60">Petersen</a> — Tue Feb 12, 2002 7:22 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-02-11T22:33:00-04:00</updated>

		<published>2002-02-11T22:33:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=4482#p4482</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=4482#p4482"/>
		<title type="html"><![CDATA[windrop 1.6.8 + bnc]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=4482#p4482"><![CDATA[
I'm having problems getting windrop 1.6.8 to connect to ezbounce v0.99.12.<br>It was SUPPOSED to issue all the PASS, IDENT, VHOST, CONN commands once it got the notice from ezbouncer requesting the pass, but it's not doing it automatically. I'm having to telnet in and issue them by ".dump PASS whatever" and so on with .dump.<br>Any ideas how to make this automatically?<br><br>Here's the .tcl:<br><br>bind raw - NOTICE ezrawbnc <br>proc ezrawbnc {nick word text} { <br>set bnc1 "Please use /quote PASS &lt;password&gt; to register..." <br>if {[string tolower $text]==[string tolower $bnc1]} { <br>putserv PASS ".." <br>putserv IDENT "CP" <br>putserv vhost "vhost whatever.vhost.org" <br>putserv conn "irc.easynews.com:6667" <br>} <br>} <br><br>putlog "BNC CONNECTED"<br><br>&lt;font size=-1&gt;[ This Message was edited by: Shorty on 2002-02-11 23:16 ]&lt;/font&gt;<p>Statistics: Posted by Guest — Mon Feb 11, 2002 10:33 pm</p><hr />
]]></content>
	</entry>
	</feed>
