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

	<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>2005-02-02T07:41:14-04:00</updated>

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

		<entry>
		<author><name><![CDATA[De Kus]]></name></author>
		<updated>2005-02-02T07:40:46-04:00</updated>

		<published>2005-02-02T07:40:46-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=46118#p46118</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=46118#p46118"/>
		<title type="html"><![CDATA[problem with evnt init-server [bracet error solved]]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=46118#p46118"><![CDATA[
found the stupid bracet error... the bot could have told me before &gt;&lt;.<br><br>but I have another strange thing now...<div class="codebox"><p>Code: </p><pre><code>  putquick "PRIVMSG nickserv :GHOST $nick $nickpass"  utimer 1 [subst "putquick \"NICK :$nick\""]  utimer 2 [subst "putquick \"$nickservmask :identify $nickpass\""]</code></pre></div><blockquote class="uncited"><div>[12:30] [m-&gt;] PRIVMSG nickserv :GHOST [-RO^Bot-] ...<br>[12:30] [m-&gt;] PRIVMSG NickServ :identify ...<br>[12:30] [m-&gt;] MODE eggi_ReConnecting +Bxi-ws</div></blockquote>NICK... where are you? *whine*<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2382">De Kus</a> — Wed Feb 02, 2005 7:40 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[De Kus]]></name></author>
		<updated>2005-02-02T06:32:13-04:00</updated>

		<published>2005-02-02T06:32:13-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=46115#p46115</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=46115#p46115"/>
		<title type="html"><![CDATA[problem with evnt init-server [bracet error solved]]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=46115#p46115"><![CDATA[
will this trigger when the TCP connection is established or after the challange of nick, email, ping etc.?<br><br>ah, i'll just try 002, this seems to be after the "login".<br><blockquote class="uncited"><div>[12:08:05] &lt;De_Kus&gt; .tcl handle:serverinit muh die kuh<br>[12:08:05] &lt;[-RO^Bot-]&gt; Tcl error: extra characters after close-quote</div></blockquote>WTF?! I can't see any bracet error... <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_sad.gif" width="15" height="15" alt=":(" title="Sad"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2382">De Kus</a> — Wed Feb 02, 2005 6:32 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[spyda]]></name></author>
		<updated>2005-02-02T06:21:40-04:00</updated>

		<published>2005-02-02T06:21:40-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=46114#p46114</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=46114#p46114"/>
		<title type="html"><![CDATA[problem with evnt init-server [bracet error solved]]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=46114#p46114"><![CDATA[
try a RAW bind<br><div class="codebox"><p>Code: </p><pre><code>bind RAW - 001 do:connection</code></pre></div>001 = connection to IRCD<br><br>Hope that helps  <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=1731">spyda</a> — Wed Feb 02, 2005 6:21 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[De Kus]]></name></author>
		<updated>2005-02-02T07:41:14-04:00</updated>

		<published>2005-02-02T04:07:55-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=46110#p46110</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=46110#p46110"/>
		<title type="html"><![CDATA[problem with evnt init-server [bracet error solved]]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=46110#p46110"><![CDATA[
the old variant for the init server was documented to be restricted to 165 characters, afaik. The new model has no such documention, so asumed the restriction was killed. But somehow I cannot execute a bit of code it simply seems to ignore it.<br>This is what was initially tried:<br><div class="codebox"><p>Code: </p><pre><code>bind evnt - init-server handle:serverinitproc handle:serverinit {type} {global nick botnick nickpass nickservmaskset nickauthed 2if { $nick != $botnick } {  putquick "PRIVMSG nickserv :GHOST $nick $nickpass"  utimer 1 [subst "putquick \"NICK :$nick\""]  utimer 2 [subst "putquick \""$nickservmask :identify $nickpass\""]} else {  putquick "$nickservmask :identify $nickpass"}putlog "Chanservneed: $nick $nickpass"}</code></pre></div>I added the putlog to debug, if the bot actually goes so far, but nothing apeared in the logs...<br><br>okay, I tried something, I went to original init proc in the .conf file and added "handle:serverinit" while uncommenting the bind within the nickserv script. After the first run I noticed... hey you idiot... you forgot to add the required argument... but not even a TCL error has been logged for it. It completly ignores it. I pasted the init-server proc structure from the original eggdrop.conf along with eggdrop 1.7.0 CVS (the current one, not the one now named 1.9). This is how it looked when triing to call the 2nd proc:<br><div class="codebox"><p>Code: </p><pre><code>proc evnt:init_server {type} {global botnick  putquick "MODE $botnick +Bxi-ws"  handle:serverinit init_server}</code></pre></div>any ideas for workarounds to execute the above proc before entering the first channels?<br><br>Edit: topic<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2382">De Kus</a> — Wed Feb 02, 2005 4:07 am</p><hr />
]]></content>
	</entry>
	</feed>
