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

	<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-03-20T14:16:00-04:00</updated>

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

		<entry>
		<author><name><![CDATA[stdragon]]></name></author>
		<updated>2002-03-20T14:16:00-04:00</updated>

		<published>2002-03-20T14:16:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=5561#p5561</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=5561#p5561"/>
		<title type="html"><![CDATA[DALnet- how can a bot be delayed from joining chans until it]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=5561#p5561"><![CDATA[
You can try this script, it identifies when it connects and when nickserv returns from splits. In mine it uses putserv, but since you said your queue sucks, I changed it to putdccraw.<br><div class="codebox"><p>Code: </p><pre><code>set nickserv_password "baa"bind raw - "001" on_connectbind raw - "604" is_onlinebind raw - "600" is_onlineproc do_ident {args} {  global nickserv_password  set str "nickserv identify $nickserv_passwordrn"  putdccraw 0 [string length $str] $str}proc on_connect {from keyword text} {  putserv "watch +nickserv"  do_ident  return 0}proc is_online {from keyword text} {  set who [lindex [split $text] 1]  if {![string compare -nocase $who "nickserv"]} { do_ident }  return 0}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8">stdragon</a> — Wed Mar 20, 2002 2:16 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Yourname]]></name></author>
		<updated>2002-03-20T12:44:00-04:00</updated>

		<published>2002-03-20T12:44:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=5554#p5554</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=5554#p5554"/>
		<title type="html"><![CDATA[DALnet- how can a bot be delayed from joining chans until it]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=5554#p5554"><![CDATA[
SniperAC, init-server is slow <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":smile:" title="Smile"><br><br>And recently, i had to change the msgrate to 5 seconds becuz my bot wuz flooding off channel, cuz i made it to play a txt file to people who requested virus info.<br><br>But after i changed msgrate to 5 secs, my bot used to change nick to guest atleast 2 times before it successfully idented to nickserv.<br><br>I'm having a similar problem like that of Malfunction's, and i tried to solve it by making bop_delay (netbots) for sometime before the op procedures get triggered. And still the bot op/deop flood happens <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_sad.gif" width="15" height="15" alt=":sad:" title="Sad"><br><br>_________________<br>¬¥ourname<br><a href="mailto:Yourname@k.st">Yourname@k.st</a><br><a href="http://www.hardfist.com" class="postlink">http://www.hardfist.com</a><br><br>&lt;font size=-1&gt;[ This Message was edited by: Yourname on 2002-03-20 09:48 ]&lt;/font&gt;<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=13">Yourname</a> — Wed Mar 20, 2002 12:44 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-03-20T04:57:00-04:00</updated>

		<published>2002-03-20T04:57:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=5548#p5548</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=5548#p5548"/>
		<title type="html"><![CDATA[DALnet- how can a bot be delayed from joining chans until it]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=5548#p5548"><![CDATA[
why not make a simple script that makes the bot ident very fast when it connects <br><br>1 line if you want<br><br>set init-server { putquick PRIVMSG nickserv :identify Password }<br><br>just load it as a tlc script always works for me...<br><br>do the same for chanserv i made diff files tho so i didnt have to deal with any errors if any should come up<br><br>&lt;font size=-1&gt;[ This Message was edited by: SniperAC on 2002-03-20 02:00 ]&lt;/font&gt;<p>Statistics: Posted by Guest — Wed Mar 20, 2002 4:57 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-03-20T03:44:00-04:00</updated>

		<published>2002-03-20T03:44:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=5547#p5547</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=5547#p5547"/>
		<title type="html"><![CDATA[DALnet- how can a bot be delayed from joining chans until it]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=5547#p5547"><![CDATA[
DALnet services tend to lag at times.  On secured ops channels, services will deop clients until they id successfully.  This makes for a nasty +op -op flood if the bots and op scripts are set to op each other.  Any ideas from anyone on scripting a way to stop a bot from joining it's channels until it gets a nickserv reply msg would be greatly appreciated!  I know how to bind a proc to the /ns reply, but never looked to see if there's any bot code that can be changed to stop the auto chans join on connect.  Thanks!<p>Statistics: Posted by Guest — Wed Mar 20, 2002 3:44 am</p><hr />
]]></content>
	</entry>
	</feed>
