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

	<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>2004-01-15T05:03:49-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2004-01-15T05:03:49-04:00</updated>

		<published>2004-01-15T05:03:49-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=32522#p32522</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=32522#p32522"/>
		<title type="html"><![CDATA[HowTo perform an (mIRC-)like login sequence ?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=32522#p32522"><![CDATA[
Thx ]Kami[ !<br><br>I added that AJINVITE :ON to your script , ....... and it's working fine <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><p>Statistics: Posted by Guest — Thu Jan 15, 2004 5:03 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[]Kami[]]></name></author>
		<updated>2004-01-14T11:02:26-04:00</updated>

		<published>2004-01-14T11:02:26-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=32505#p32505</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=32505#p32505"/>
		<title type="html"><![CDATA[HowTo perform an (mIRC-)like login sequence ?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=32505#p32505"><![CDATA[
Try this:<br><blockquote class="uncited"><div>bind evnt - init-server my:connect<br>proc my:connect init-server {<br>  putquick "PRIVMSG X@&lt;server&gt; :login bot-username password"<br>  putquick "PRIVMSG X@&lt;server&gt; :invite &lt;#Channel&gt; &lt;botnick&gt;"<br>}</div></blockquote><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3559">]Kami[</a> — Wed Jan 14, 2004 11:02 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2004-01-14T08:40:30-04:00</updated>

		<published>2004-01-14T08:40:30-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=32501#p32501</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=32501#p32501"/>
		<title type="html"><![CDATA[HowTo perform an (mIRC-)like login sequence ?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=32501#p32501"><![CDATA[
I have tried to modify several of these TCL scripts, but none of my modifications worked <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_sad.gif" width="15" height="15" alt=":(" title="Sad">.<br>I am not only a noob with eggdrop, with TCL i am too.<br><br>But : conf file worked fine with that scripts, only the result was in no case the wanted . No auth with bot and no autojoin !<br><br>That's what i have done with the TCL script :<br>------------------------------------------------------------<br>### Setup<br># Set your bot's registered account and password. <br>set account "XXX"<br>set password "YYY"<br>set channel "#ZZ"<br> <br>### Code<br><br># Change the o to another flag if you like. <br>bind pub o .auth do_auth<br><br>proc do_auth {nick host handle chan text} { <br>global account password<br>putquick "MSG A@&lt;server&gt; :login $account $password" <br>putserv "NOTICE $nick :Attempting to authenticate..."<br>}<br><br>set init-server {  <br>putserv "AJINVITE :ON"<br>putquick "MSG A@&lt;server&gt; :invite $channel $account"<br>}<br>------------------------------------------------------------------<br><br>The log file of the intended channel told me :<br>"Channel invite only--can't join: #ZZ"<p>Statistics: Posted by Guest — Wed Jan 14, 2004 8:40 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Turambar]]></name></author>
		<updated>2004-01-14T07:16:32-04:00</updated>

		<published>2004-01-14T07:16:32-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=32500#p32500</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=32500#p32500"/>
		<title type="html"><![CDATA[HowTo perform an (mIRC-)like login sequence ?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=32500#p32500"><![CDATA[
If i remenber correctly there's an X auth script in the tcl archive. Just try searching for it<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3245">Turambar</a> — Wed Jan 14, 2004 7:16 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2004-01-14T05:19:17-04:00</updated>

		<published>2004-01-14T05:19:17-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=32498#p32498</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=32498#p32498"/>
		<title type="html"><![CDATA[HowTo perform an (mIRC-)like login sequence ?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=32498#p32498"><![CDATA[
I am a noob with eggdrop, but i got it running so far <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><br><br>Now i want to perform some IRC like commands after my eggdrop connected to the server, but everything i read in this forums did not work with me ( TCL auth-scripts, hints shown in several postings ,etc.)<br><br>I want to do the following (irc commands):<br><br>/ajinvite on                                # set autojoin on invite ON<br><br>/MSG X@&lt;server&gt; login &lt;registered (bot-)username&gt; &lt;passwd&gt;   #login on AuthBot of irc network<br><br>/MSG X@&lt;server&gt; invite &lt;#Channel&gt; &lt;botnick&gt;   #invite nick to join a channel and enter that channel with "auto join"<br><br><br>Is that possible and what do i have to insert into my eggdrop.conf file ?<br><br>Thx in advance <br><br>Shrek<p>Statistics: Posted by Guest — Wed Jan 14, 2004 5:19 am</p><hr />
]]></content>
	</entry>
	</feed>
