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

	<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-10-19T21:54:00-04:00</updated>

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

		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2001-10-19T21:54:00-04:00</updated>

		<published>2001-10-19T21:54:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=881#p881</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=881#p881"/>
		<title type="html"><![CDATA[queues]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=881#p881"><![CDATA[
Many functions within eggdrop, do not actualy come under there used name, they can sometimes get defined by macros (this is so under this situation)<br><br>To locate these macros, look for "#define" strings, with the function you require, the string after the macro name with show the try function name. <p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Fri Oct 19, 2001 9:54 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Petersen]]></name></author>
		<updated>2001-10-19T17:46:00-04:00</updated>

		<published>2001-10-19T17:46:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=868#p868</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=868#p868"/>
		<title type="html"><![CDATA[queues]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=868#p868"><![CDATA[
src/mod/server.mod/server.c<br><br>search for static void queue_server(int which, char *buf, int len)<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=60">Petersen</a> — Fri Oct 19, 2001 5:46 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2001-10-19T15:26:00-04:00</updated>

		<published>2001-10-19T15:26:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=864#p864</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=864#p864"/>
		<title type="html"><![CDATA[queues]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=864#p864"><![CDATA[
Hi,<br><br>I was just interested in how the Eggdrop queues for putmode, putserv, and puthelp work. I tried looking through the source code to try and find out, but this is all I could find:<br><br>Apparently, many of the source files and modules use the dprintf function to add items into the various queues. So, I looked for the dprintf function and found it in dccutil.c. A switch loops comes down to all the queue types:<br><br>    case DP_SERVER:<br>    case DP_HELP:<br>    case DP_MODE:<br>    case DP_MODE_NEXT:<br>    case DP_SERVER_NEXT:<br>    case DP_HELP_NEXT:<br>      qserver(idx, buf, len);<br>      break;<br><br>Now here's the question: Where is the qserver function? I can't seem to find it. Any ideas? Or does anyone know how all the queues work?<p>Statistics: Posted by Guest — Fri Oct 19, 2001 3:26 pm</p><hr />
]]></content>
	</entry>
	</feed>
