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

	<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>2001-11-30T13:21:00-04:00</updated>

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

		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2001-11-30T13:21:00-04:00</updated>

		<published>2001-11-30T13:21:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=2239#p2239</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=2239#p2239"/>
		<title type="html"><![CDATA[Is this possible?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=2239#p2239"><![CDATA[
Possible, yes.<br><br>Implimentation, your talking a good sized script.<br><br>Tcl packages like mytcl &amp; mysqltcl can provide an interface to a mysql database.<br><br>Each time eggdrop updates it's userfile, it would lockup until it is complete. Even with only a handful of 20 users. It would have to check there flags, channel flags, info lines, XTRA info, passwords, hosts. CHannel flags, XTRA &amp; hosts would require extra calls to the SQL server, as there could be multiple values.<br><br>In this situation, on a bot with 4 channels, 20 users, 2 XTRA lines per user, 3 hosts per user. It would take about 3 seconds per user to preocess, multiply this by the 20 users and you bot will be lcoked out for almost 1 min. This is a long time to be locked up in a script, and is more that bound to cause a ping timeout for each update.<br><br>This is only with a base of 20 users. If you are talking 50 possibly 80 users, lockups of 2 1/2 to 4 mins.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Fri Nov 30, 2001 1:21 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2001-11-30T04:33:00-04:00</updated>

		<published>2001-11-30T04:33:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=2232#p2232</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=2232#p2232"/>
		<title type="html"><![CDATA[Is this possible?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=2232#p2232"><![CDATA[
Is it possible to write a script so you can control a bot via a DB. IE:<br><br>Have a database that is on a webaite that can be accessed and modifyed.<br><br>Then have the bot look to that DB for users and flags.<br><br>So in all you could basically control the bot's users from the web.<br><br>Possible or not?<p>Statistics: Posted by Guest — Fri Nov 30, 2001 4:33 am</p><hr />
]]></content>
	</entry>
	</feed>
