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

	<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>2003-04-04T13:00:11-04:00</updated>

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

		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2003-04-04T13:00:11-04:00</updated>

		<published>2003-04-04T13:00:11-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=18586#p18586</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=18586#p18586"/>
		<title type="html"><![CDATA[Automatic 5 mins chan stat in egg1.6]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=18586#p18586"><![CDATA[
I have now understood what was with that cros* something thing you've posted. <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"> Guess he didn't sow my answer or something and posted here also, or something like this.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Fri Apr 04, 2003 1:00 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[GodOfSuicide]]></name></author>
		<updated>2003-04-04T12:48:16-04:00</updated>

		<published>2003-04-04T12:48:16-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=18580#p18580</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=18580#p18580"/>
		<title type="html"><![CDATA[Automatic 5 mins chan stat in egg1.6]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=18580#p18580"><![CDATA[
.chanset #channel -statuslog<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=1433">GodOfSuicide</a> — Fri Apr 04, 2003 12:48 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[CcL]]></name></author>
		<updated>2003-04-04T12:14:11-04:00</updated>

		<published>2003-04-04T12:14:11-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=18577#p18577</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=18577#p18577"/>
		<title type="html"><![CDATA[Automatic 5 mins chan stat in egg1.6]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=18577#p18577"><![CDATA[
these codes are found in irc.c . would like to deactivate it through a tcl is it possible? I do not want to delete this off and recompile the eggs as some of the eggs runs on precomp... Please help. thanks alot!<br><br><br>/* Report the channel status of every active channel to dcc chat every<br> * 5 minutes.<br> */<br>static void status_log()<br>{<br>  masklist *b;<br>  memberlist *m;<br>  struct chanset_t *chan;<br>  char s[20], s2[20];<br>  int chops, halfops, voice, nonops, bans, invites, exempts;<br><br>  if (!server_online)<br>    return;<br><br>  for (chan = chanset; chan != NULL; chan = chan-&gt;next) {<br>    if (channel_active(chan) &amp;&amp; channel_logstatus(chan) &amp;&amp;<br>        !channel_inactive(chan)) {<br>      chops = 0;<br>      voice = 0;<br>      halfops = 0;<br>      for (m = chan-&gt;channel.member; m &amp;&amp; m-&gt;nick[0]; m = m-&gt;next) {<br>if (chan_hasop(m))<br>  chops++;<br>        else if (chan_hashalfop(m))<br>          halfops++;<br>else if (chan_hasvoice(m))<br>  voice++;<br>      }<br>      nonops = (chan-&gt;channel.members - (chops + voice + halfops));<br><br>      for (bans = 0, b = chan-&gt;channel.ban; b-&gt;mask[0]; b = b-&gt;next)<br>bans++;<br>      for (exempts = 0, b = chan-&gt;channel.exempt; b-&gt;mask[0]; b = b-&gt;next)<br>exempts++;<br>      for (invites = 0, b = chan-&gt;channel.invite; b-&gt;mask[0]; b = b-&gt;next)<br>invites++;<br><br>      sprintf(s, "%d", exempts);<br>      sprintf(s2, "%d", invites);<br><br>      putlog(LOG_MISC, chan-&gt;dname,<br>             "%s%s (%s) : [m/%d o/%d h/%d v/%d n/%d b/%d e/%s I/%s]",<br>             me_op(chan) ? "@" : me_voice(chan) ? "+" :<br>             me_halfop(chan) ? "%" : "", chan-&gt;dname, getchanmode(chan),<br>             chan-&gt;channel.members, chops, halfops, voice, nonops, bans,<br>             use_exempts ? s : "-", use_invites ? s2 : "-");<br>    }<br>  }<br>}<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2967">CcL</a> — Fri Apr 04, 2003 12:14 pm</p><hr />
]]></content>
	</entry>
	</feed>
