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

	<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>2015-05-31T16:59:45-04:00</updated>

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

		<entry>
		<author><name><![CDATA[juanamores]]></name></author>
		<updated>2015-05-31T16:59:45-04:00</updated>

		<published>2015-05-31T16:59:45-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=104201#p104201</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=104201#p104201"/>
		<title type="html"><![CDATA[Run command to connect to the IRC network.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=104201#p104201"><![CDATA[
The fault was mine, I thought it was activated automatically to connect to the IRC network, without using the <em class="text-italics">bind</em>.  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_razz.gif" width="15" height="15" alt=":P" title="Razz"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12499">juanamores</a> — Sun May 31, 2015 4:59 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[CrazyCat]]></name></author>
		<updated>2015-05-31T15:50:19-04:00</updated>

		<published>2015-05-31T15:50:19-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=104200#p104200</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=104200#p104200"/>
		<title type="html"><![CDATA[Run command to connect to the IRC network.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=104200#p104200"><![CDATA[
LOL !<br><br>I didn't think to ask you about the bind <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=691">CrazyCat</a> — Sun May 31, 2015 3:50 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[juanamores]]></name></author>
		<updated>2015-05-28T19:59:16-04:00</updated>

		<published>2015-05-28T19:59:16-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=104185#p104185</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=104185#p104185"/>
		<title type="html"><![CDATA[Run command to connect to the IRC network.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=104185#p104185"><![CDATA[
At last I saw a error !!!<br><div class="codebox"><p>Code: </p><pre><code>proc evnt:init_server {type} {  global botnick   puthelp "PRIVMSG chan :identify #mychannel mypass"   puthelp "PRIVMSG chan :identify #mychannel1 mypass1"    putserv "MODE $botnick +i"} putlog "Init bot..... initialized"</code></pre></div><blockquote class="uncited"><div>20:54 :  mybot ¦ [20:54:18] <strong class="text-strong">Tcl error in script for 'init-server':</strong><br>20:54 :  mybot ¦ [20:54:18] <strong class="text-strong">missing "</strong></div></blockquote><strong class="text-strong">EDIT:</strong> Fixed!<br>I needed nothing more and nothing less than the <em class="text-italics">bind</em> command to activate the process. XD<div class="codebox"><p>Code: </p><pre><code>bind evnt - "init-server" evnt:init_server</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12499">juanamores</a> — Thu May 28, 2015 7:59 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[juanamores]]></name></author>
		<updated>2015-05-28T18:43:40-04:00</updated>

		<published>2015-05-28T18:43:40-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=104183#p104183</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=104183#p104183"/>
		<title type="html"><![CDATA[Run command to connect to the IRC network.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=104183#p104183"><![CDATA[
<blockquote class="uncited"><div>Oh, if chan is a bot, ok.<br>Peharps it ignores yours because of flood. Try using a slower queue to send your commands, as putserv or puthelp.<br>Another way, if you can modify <em class="text-italics">chan</em>, change its flood parameters.</div></blockquote> It is a good idea that you propose, but that he had already tried before using <em class="text-italics">putserv</em> and <em class="text-italics">puthelp</em> commands instead of <em class="text-italics">putquick</em> not work.<br>And with respect to flood parameters, should not affect, because it is the bot itself that sends commands to the server, it can´t autoflood.<br>Unless there are flood parameters in my irc network, preventing execute all commands together.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12499">juanamores</a> — Thu May 28, 2015 6:43 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[CrazyCat]]></name></author>
		<updated>2015-05-28T03:14:41-04:00</updated>

		<published>2015-05-28T03:14:41-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=104181#p104181</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=104181#p104181"/>
		<title type="html"><![CDATA[Run command to connect to the IRC network.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=104181#p104181"><![CDATA[
Oh, if chan is a bot, ok.<br>Peharps it ignores yours because of flood. Try using a slower queue to send your commands, as putserv or puthelp.<br>Another way, if you can modify <em class="text-italics">chan</em>, change its flood parameters.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=691">CrazyCat</a> — Thu May 28, 2015 3:14 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[juanamores]]></name></author>
		<updated>2015-05-27T18:36:53-04:00</updated>

		<published>2015-05-27T18:36:53-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=104180#p104180</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=104180#p104180"/>
		<title type="html"><![CDATA[Run command to connect to the IRC network.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=104180#p104180"><![CDATA[
The destination of the message is correct, the bot chan. <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":D" title="Very Happy"> <br>This bot is in charge of everything relating to identify channels on my network.<br>In fact, the first identification is performed correctly.<br>The variable is also correct, in fact, the R mode gives you trouble.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12499">juanamores</a> — Wed May 27, 2015 6:36 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[CrazyCat]]></name></author>
		<updated>2015-05-27T17:25:56-04:00</updated>

		<published>2015-05-27T17:25:56-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=104178#p104178</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=104178#p104178"/>
		<title type="html"><![CDATA[Run command to connect to the IRC network.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=104178#p104178"><![CDATA[
You don't send the PRIVMSG to the good destination:<div class="codebox"><p>Code: </p><pre><code>set init-server {   putquick "MODE $::botnick +Ri"   putquick "PRIVMSG #mychannel :identify mypass"   putquick "PRIVMSG #mychannel1 :identify mypass1"   putquick "PRIVMSG #mychannel2 :identify mypas2"}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=691">CrazyCat</a> — Wed May 27, 2015 5:25 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[juanamores]]></name></author>
		<updated>2015-05-27T16:37:52-04:00</updated>

		<published>2015-05-27T16:37:52-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=104173#p104173</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=104173#p104173"/>
		<title type="html"><![CDATA[Run command to connect to the IRC network.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=104173#p104173"><![CDATA[
Thanks caesar, was a typing mistake  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":D" title="Very Happy"> <br>But, TCL not work.<br>The funny thing is that in the conf  only work the first lines. <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_razz.gif" width="15" height="15" alt=":P" title="Razz"> <br>The other lines do not throw an error, I looked directly from the eggdrop -n, simply ignored.<blockquote class="uncited"><div>set init-server {<br><span style="color:green">putquick "MODE $botnick +R"<br>putquick "PRIVMSG chan :identify #mychannel mypass"</span><br><span style="color:red">putquick "PRIVMSG chan :identify #mychannel1 mypass1"<br>putquick "PRIVMSG chan :identify #mychannel2 mypas2"<br>putquick "MODE $botnick +i"</span><br>}</div></blockquote><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12499">juanamores</a> — Wed May 27, 2015 4:37 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2015-05-27T10:09:31-04:00</updated>

		<published>2015-05-27T10:09:31-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=104169#p104169</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=104169#p104169"/>
		<title type="html"><![CDATA[Run command to connect to the IRC network.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=104169#p104169"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>global botnick </code></pre></div>or use $::botnick dirrectly<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Wed May 27, 2015 10:09 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[juanamores]]></name></author>
		<updated>2015-05-27T09:44:23-04:00</updated>

		<published>2015-05-27T09:44:23-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=104168#p104168</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=104168#p104168"/>
		<title type="html"><![CDATA[Run command to connect to the IRC network.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=104168#p104168"><![CDATA[
I tried 2 different ways, in the eggdrop.conf and performing a TCL.<br>In the conf I works, but I always run only the 1st order, the other not.<br>The TCL directly does not work on my network irc.irc-hispano.org<br><strong class="text-strong">eggdrop.conf</strong><div class="codebox"><p>Code: </p><pre><code>set init-server {putserv "MODE $botnick +R"putserv "MODE $botnick +i"}</code></pre></div><strong class="text-strong">TCL:</strong><div class="codebox"><p>Code: </p><pre><code>proc evnt:init_server {type} {  global $botnick  putquick "MODE $botnick +i"  putquick "MODE $botnick +R"  putquick "PRIVMSG chan :identify #mychannel mypassword"  putquick "PRIVMSG chan :identify #mychannel1 mypassword1"  putquick "PRIVMSG chan :identify #mychannel2 mypassword2" } </code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12499">juanamores</a> — Wed May 27, 2015 9:44 am</p><hr />
]]></content>
	</entry>
	</feed>
