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

	<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-06-20T06:47:03-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2004-06-20T06:47:03-04:00</updated>

		<published>2004-06-20T06:47:03-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=37634#p37634</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=37634#p37634"/>
		<title type="html"><![CDATA[Bot identifying too slow]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=37634#p37634"><![CDATA[
<blockquote class="uncited"><div>putquick "PRIVMSG NickServ :IDENTIFY &lt;password here&gt;" -next </div></blockquote>This really works best! Thank you very much  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":D" title="Very Happy"><p>Statistics: Posted by Guest — Sun Jun 20, 2004 6:47 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[spock]]></name></author>
		<updated>2004-06-10T10:00:25-04:00</updated>

		<published>2004-06-10T10:00:25-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=37167#p37167</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=37167#p37167"/>
		<title type="html"><![CDATA[Bot identifying too slow]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=37167#p37167"><![CDATA[
to bypass the queue completely you could do something like<br><div class="codebox"><p>Code: </p><pre><code>proc putnow { a } {  append a "\n"  putdccraw 0 [string length $a] $a}</code></pre></div>but you wont want to push too many lines at a time (excess flood / sendq exceeded / whatever else)<br><br>EDIT: (how to use it)<br><br>putnow "PRIVMSG #abc :test 1 2 3"<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2369">spock</a> — Thu Jun 10, 2004 10:00 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2004-06-09T06:27:00-04:00</updated>

		<published>2004-06-09T06:27:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=37127#p37127</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=37127#p37127"/>
		<title type="html"><![CDATA[Bot identifying too slow]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=37127#p37127"><![CDATA[
Hm, sounds good, gonna try that. Will post if it works or not  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":D" title="Very Happy"><p>Statistics: Posted by Guest — Wed Jun 09, 2004 6:27 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[awyeah]]></name></author>
		<updated>2004-06-09T00:50:33-04:00</updated>

		<published>2004-06-09T00:50:33-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=37125#p37125</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=37125#p37125"/>
		<title type="html"><![CDATA[Bot identifying too slow]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=37125#p37125"><![CDATA[
Maybe your bot has alot of commands to que when it connects<br>to a server, you can eventually modify this a little bit to make <br>it faster if possible.<br><br>The "-next" option in putquick is currently the fastest way<br>for the bot to send commands to a server or services. By utilizing<br>this option all the queues are pushed up in front of previous queues<br>currently pending by the bot.<br><div class="codebox"><p>Code: </p><pre><code>bind evnt - init-server evnt:init_server proc evnt:init_server {type} {   global botnick   putquick "MODE $botnick +i-ws" -next  putquick "PRIVMSG NickServ :IDENTIFY &lt;password here&gt;" -next} </code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4875">awyeah</a> — Wed Jun 09, 2004 12:50 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2004-05-31T15:11:41-04:00</updated>

		<published>2004-05-31T15:11:41-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=36786#p36786</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=36786#p36786"/>
		<title type="html"><![CDATA[Bot identifying too slow]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=36786#p36786"><![CDATA[
Not necesarly he is slow.. maybe the NickServ services are. <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=187">caesar</a> — Mon May 31, 2004 3:11 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Papillon]]></name></author>
		<updated>2004-05-31T14:57:12-04:00</updated>

		<published>2004-05-31T14:57:12-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=36785#p36785</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=36785#p36785"/>
		<title type="html"><![CDATA[Bot identifying too slow]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=36785#p36785"><![CDATA[
did you add the bind to execute your proc?<div class="codebox"><p>Code: </p><pre><code>bind evnt - init-server evnt:init_serverproc evnt:init_server {type} {   global botnick   putquick "MODE $botnick +i-ws"   putquick "MSG NickServ identify ****" } #I recommend leaving this outside the procset default-port 6667 </code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=852">Papillon</a> — Mon May 31, 2004 2:57 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2004-05-31T14:46:10-04:00</updated>

		<published>2004-05-31T14:46:10-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=36784#p36784</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=36784#p36784"/>
		<title type="html"><![CDATA[Bot identifying too slow]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=36784#p36784"><![CDATA[
Hey guys,<br><br>I got an eggdrop running on a shell with anope and unrealircd. I installed the ident09.tcl for identifying and for (re-)getting ops in all channels I specified. The admin gave a vhost to the bot, but for having the vhost, the bot has got to identify himself to nickserv.<br>Now my problem:<br>The bot has joined all channels after a few seconds, but with the original hostmask. It takes nearly 30 seconds to identify itself to nickserv and with that, getting the vhost. I saw on another server an eggdrop restarting and it first identifyed and after that joined the channels.<br><br>Meanwhile, I edited the eggdrop.conf and added this:<br><div class="codebox"><p>Code: </p><pre><code>proc evnt:init_server {type} {  global botnick  putquick "MODE $botnick +i-ws"  putquick "MSG NickServ identify ****"set default-port 6667}</code></pre></div>I added the msg-stuff. Why does it not work like I want it?<br><br>Please help<p>Statistics: Posted by Guest — Mon May 31, 2004 2:46 pm</p><hr />
]]></content>
	</entry>
	</feed>
