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

	<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-20T15:39:43-04:00</updated>

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

		<entry>
		<author><name><![CDATA[hide]]></name></author>
		<updated>2005-02-20T15:39:43-04:00</updated>

		<published>2005-02-20T15:39:43-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=46806#p46806</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=46806#p46806"/>
		<title type="html"><![CDATA[eggdrop reconnecting after 'n' dcc sends]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=46806#p46806"><![CDATA[
Yes, everything is on a LAN that's why there is only one server (BTW, the server runs on localhost where the bot is)<br><br>The config file is edited according to debian's eggdrop apt package 'example.simple.conf' file<br><br><br>I've changed my configuration a bit but eggdrop still keeps reconnecting:<br><br>set max-dcc 50<br>set dcc-block 1024<br>set max-dloads 10<br>set max-file-users 45<br><br>The dcc tcl is specific: someone of this community wrote it to me [however I don't remember his not but GREAT THANKS to him <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile">]<br><br>here it comes:<blockquote class="uncited"><div>set sent {}<br>set file /home/daemon/Update/vkt.ini<br>set save /home/daemon/Update/sent.txt<br><br>bind join - * myjoin<br>bind time - "% % % % %" mysave<br>bind sent - * mysent<br><br>if ![catch {set f [open $save]}] {<br>  while {![eof $f]} {lappend sent [gets $f]}<br>  close $f<br>}<br><br>proc myjoin {n u h c} {<br>  scan $u %\[^@\]@%s user host<br>  if [regexp ^~?(cht-v3\\.1|off)$ $user] {<br>    set host [string tolower $host]<br>    if {[lsearch $::sent $host] == -1} {<br>      dccsend $::file $n<br>    }<br>  }<br>}<br><br>proc mysent {h n p} {<br>  scan [getchanhost $n] %\[^@\]@%s user host<br>  set host [string tolower $host]<br>  lappend ::sent $host<br>}<br><br>proc mysave {m h d mn y} {<br>  set f [open $::save w]<br>  foreach h $::sent {puts $f $h}<br>  close $f<br>}</div></blockquote><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4290">hide</a> — Sun Feb 20, 2005 3:39 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[YooHoo]]></name></author>
		<updated>2005-02-20T15:12:34-04:00</updated>

		<published>2005-02-20T15:12:34-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=46801#p46801</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=46801#p46801"/>
		<title type="html"><![CDATA[eggdrop reconnecting after 'n' dcc sends]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=46801#p46801"><![CDATA[
/me hides her ignorance.....always paid for my shells  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=":wink:" title="Wink"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2706">YooHoo</a> — Sun Feb 20, 2005 3:12 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[greenbear]]></name></author>
		<updated>2005-02-20T15:05:49-04:00</updated>

		<published>2005-02-20T15:05:49-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=46799#p46799</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=46799#p46799"/>
		<title type="html"><![CDATA[eggdrop reconnecting after 'n' dcc sends]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=46799#p46799"><![CDATA[
<blockquote class="uncited"><div>and why only 1 server? ffs mate  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=":wink:" title="Wink"></div></blockquote>its on his lan<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=24">greenbear</a> — Sun Feb 20, 2005 3:05 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[YooHoo]]></name></author>
		<updated>2005-02-20T14:58:22-04:00</updated>

		<published>2005-02-20T14:58:22-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=46798#p46798</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=46798#p46798"/>
		<title type="html"><![CDATA[eggdrop reconnecting after 'n' dcc sends]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=46798#p46798"><![CDATA[
and why only 1 server? ffs mate  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=":wink:" title="Wink"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2706">YooHoo</a> — Sun Feb 20, 2005 2:58 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[YooHoo]]></name></author>
		<updated>2005-02-20T14:57:36-04:00</updated>

		<published>2005-02-20T14:57:36-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=46797#p46797</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=46797#p46797"/>
		<title type="html"><![CDATA[eggdrop reconnecting after 'n' dcc sends]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=46797#p46797"><![CDATA[
well, for starters, you have only posted 25% of the conf variables that are available and/or relevant....where are the settings for the transfer and filesys modules?  And since the problem is suspected to originate in some anonymous "dcc tcl", it might be a good idea to post <em class="text-italics">which</em> dcc tcl...there are some 900 such scripts.....<br><strong class="text-strong">set max-dcc 850</strong> ?!?  I doubt you need this set so high....<br><strong class="text-strong">set dcc-block</strong>  &lt;-- ?<br>Take a gander at <a href="http://www.egghelp.org/setup.htm#config" class="postlink">Configuring Your Eggdrop</a>...useful information there.<br><img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_mrgreen.gif" width="15" height="15" alt=":mrgreen:" title="Mr. Green"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2706">YooHoo</a> — Sun Feb 20, 2005 2:57 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[hide]]></name></author>
		<updated>2005-02-20T11:41:36-04:00</updated>

		<published>2005-02-20T11:41:36-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=46786#p46786</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=46786#p46786"/>
		<title type="html"><![CDATA[eggdrop reconnecting after 'n' dcc sends]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=46786#p46786"><![CDATA[
I've noticed a strange thing: the bots gots disconnected from the server constantly, every 15 minutes but its uptime is not reset; it just reconnects.<br><br>There was no such problem when bot was just idling: not sending the dccs (when the dcc tcl script was not loaded)<br><br>BTW: the bot distributes the file via dcc only on local network, there are no users from internet.<br><br>Any ideas about this problem?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4290">hide</a> — Sun Feb 20, 2005 11:41 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[^DooM^]]></name></author>
		<updated>2005-02-20T08:57:50-04:00</updated>

		<published>2005-02-20T08:57:50-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=46783#p46783</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=46783#p46783"/>
		<title type="html"><![CDATA[eggdrop reconnecting after 'n' dcc sends]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=46783#p46783"><![CDATA[
i cant see anything perticularaly wrong with your config mate, there could be a problem with it connecting to a local network and sending to the internet but thats just a guess.  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_rolleyes.gif" width="15" height="15" alt=":roll:" title="Rolling Eyes"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3723">^DooM^</a> — Sun Feb 20, 2005 8:57 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[hide]]></name></author>
		<updated>2005-02-20T08:41:58-04:00</updated>

		<published>2005-02-20T08:41:58-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=46782#p46782</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=46782#p46782"/>
		<title type="html"><![CDATA[eggdrop reconnecting after 'n' dcc sends]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=46782#p46782"><![CDATA[
The file is about 6 kilobytes and the channel is large: about 100 people who join often. However, I'm sure this is not sendq/excess flood problem. This is rather configuration problem, because 'set serverror-quit 0' temporary solved the problem..<br><br>But still, I need to investigate what's wrong in my config file..<br><br>Here it comes:<br><div class="codebox"><p>Code: </p><pre><code>set mod-path "/usr/lib/eggdrop/modules/"set help-path "/usr/share/eggdrop/help/"set text-path "/usr/share/eggdrop/text/"loadmodule dnsloadmodule channelsloadmodule serverloadmodule ctcploadmodule ircloadmodule notesloadmodule consoleloadmodule blowfishloadmodule filesysloadmodule transferset nick "Update"set altnick "Update?"set realname "VKT Chat daily update service."bind evnt - init-server evnt:init_serverproc evnt:init_server {type} {  global botnick  putquick "MODE $botnick +iRdTBp-hs"}set servers {  192.168.1.9:6667:eggupdat3}channel add #Main {  chanmode "+CGnST-tlikm"  idle-kick 0  stopnethack-mode 0}channel add #IRCHelp {  chanmode "+CnrSt-likm"  idle-kick 0  stopnethack-mode 0}channel set #main +enforcebans +dynamicbans +userbanschannel set #main +dynamicexempts +userexempts +dynamicinvites +userinviteschannel set #main -autoop -bitch +protectops +protectfriends +dontkickopschannel set #main +greet -statuslogchannel set #main +revenge +autovoicechannel set #main -secret -shared +cyclechannel set #main -inactive -seen +nodesynchchannel set #irchelp +enforcebans +dynamicbans +userbanschannel set #irchelp +dynamicexempts +userexempts +dynamicinvites +userinviteschannel set #irchelp -autoop -bitch +protectops +protectfriends +dontkickopschannel set #irchelp +greet -statuslogchannel set #irchelp -revenge +autovoicechannel set #irchelp -secret -shared +cyclechannel set #irchelp -inactive -seen +nodesynchset net-type 3set owner "hide"set userfile "eggdropusers.user"set chanfile "eggdropchans.chan"set temp-path "/tmp"logfile msbsxco * "/home/daemon/eggdrop.log"logfile jpk #IRChelp "logs/help.log"set console "mkcx"set lowercase-ctcp 0set keep-nick 1set never-give-up 1set server-cycle-wait 30set server-timeout 40set ctcp-mode 1set init-server {putserv "PRIVMSG nickserv :identify eggupdat3"}set max-dcc 850set nat-ip "82.****.**.**"set serverror-quit 0source /usr/share/eggdrop/scripts/alltools.tclsource /usr/share/eggdrop/scripts/action.fix.tclsource /usr/share/eggdrop/scripts/compat.tclsource /usr/share/eggdrop/scripts/userinfo.tclsource /usr/share/eggdrop/scripts/dccsend.tclsource /usr/share/eggdrop/scripts/nickserv.tclloadhelp /usr/share/eggdrop/help/userinfo.help</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4290">hide</a> — Sun Feb 20, 2005 8:41 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[^DooM^]]></name></author>
		<updated>2005-02-20T08:27:33-04:00</updated>

		<published>2005-02-20T08:27:33-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=46781#p46781</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=46781#p46781"/>
		<title type="html"><![CDATA[eggdrop reconnecting after 'n' dcc sends]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=46781#p46781"><![CDATA[
Is the file large? and is it sending this file a lot? i.e. is it in a big channel?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3723">^DooM^</a> — Sun Feb 20, 2005 8:27 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[hide]]></name></author>
		<updated>2005-02-20T07:15:29-04:00</updated>

		<published>2005-02-20T07:15:29-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=46780#p46780</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=46780#p46780"/>
		<title type="html"><![CDATA[eggdrop reconnecting after 'n' dcc sends]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=46780#p46780"><![CDATA[
Hello eneryone.<br>I run an eggdrop which sends a certain file to every user that joins the channel.<br>But however, the problem is that the bot simply reconnects from the server after it sends a number of dcc sends. For example: the bot tries to send dcc, when the send number reaches lets say 20 the bot simply reconnects to the irc network (when it quits, specifies reason 'client exited')..<br>Is it possible to solve this problem so the bot will stay online no matter of how many dcc it had send?<br><br>Thanks<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4290">hide</a> — Sun Feb 20, 2005 7:15 am</p><hr />
]]></content>
	</entry>
	</feed>
