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

	<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-07-29T11:20:05-04:00</updated>

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

		<entry>
		<author><name><![CDATA[ramirez]]></name></author>
		<updated>2005-07-29T11:20:05-04:00</updated>

		<published>2005-07-29T11:20:05-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=53463#p53463</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=53463#p53463"/>
		<title type="html"><![CDATA[Two questions.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=53463#p53463"><![CDATA[
The eggdrop conf file says that 0 or 0:0 disables it, so it shouldn't make difference.<br>And I did say I tried to move it after too.<br><br>Well anyway, I found out what's wrong, it seems that the global settings are default settings when I do .+chan in the eggdrop DCC, they don't apply for the chans added in conf file, so it seems I have to do it per-chan in the conf file.<br><br>Thanks.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6011">ramirez</a> — Fri Jul 29, 2005 11:20 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2005-07-29T11:17:11-04:00</updated>

		<published>2005-07-29T11:17:11-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=53462#p53462</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=53462#p53462"/>
		<title type="html"><![CDATA[Two questions.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=53462#p53462"><![CDATA[
use <strong class="text-strong">0:0</strong> for channel flood settings and not just <strong class="text-strong">0</strong>. and <div class="codebox"><p>Code: </p><pre><code>source rift.chan.conf</code></pre></div> should come after<div class="codebox"><p>Code: </p><pre><code>set global-chanset {    ....}</code></pre></div>and not before it (for them to be already set when the channels are added).<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Fri Jul 29, 2005 11:17 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ramirez]]></name></author>
		<updated>2005-07-29T11:03:23-04:00</updated>

		<published>2005-07-29T11:03:23-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=53461#p53461</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=53461#p53461"/>
		<title type="html"><![CDATA[Two questions.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=53461#p53461"><![CDATA[
Thanks for telling about the opchars.<br>I am running 1.6.16 which doesn't have that setting, so I upgraded to 1.6.17 and it works great. Thanks!<br><br>I have another question now though.<br>I have this in my conf file:<div class="codebox"><p>Code: </p><pre><code>set global-flood-chan 0set global-flood-deop 0set global-flood-kick 0set global-flood-join 0set global-flood-ctcp 0set global-flood-nick 0set global-aop-delay 0:0set global-idle-kick 0set global-chanmode ""set global-stopnethack-mode 0set global-revenge-mode 0set global-ban-time 120set global-exempt-time 60set global-invite-time 60source rift.chan.confset global-chanset {-autoop         -autovoice-bitch          -cycle-dontkickops    -dynamicbans-dynamicexempts -dynamicinvites-enforcebans    -greet-inactive       -nodesynch-protectfriends -protectops-revenge        -revengebot-secret         -seen-shared         -statuslog-userbans       -userexempts-userinvites    -protecthalfops-autohalfop}</code></pre></div>And my rift.chan.conf:<div class="codebox"><p>Code: </p><pre><code>channel add #whahay {}channel add #avalanche {}channel add #gamemaker {}channel add #rpgdn {}channel add #blade2k {}channel add #gwsoldat {}channel add #fin {}channel add #skytower {}channel add #code {}channel add #gwradio {}channel add #targ_like_cupcakes {}channel add #retro {}channel add #rpg_infinity {}channel add #hooray {}channel add #wow {}channel add #warofthemagi {}channel add #graphicart {}channel add #fusion {}</code></pre></div>I have one problem with this.. The global chansets aren't working.<br>When I look at the dynamic chan file eggdrop generates, I can see that the chanset has TOTALLY different settings:<div class="codebox"><p>Code: </p><pre><code>channel set #whahay chanmode +n idle-kick 0 stopnethack-mode 0             revenge-mode 0 need-op {} need-invite {} need-key {}             need-unban {} need-limit {} flood-chan 0:1 flood-ctcp 0:1             flood-join 0:1 flood-kick 0:1 flood-deop 0:1             flood-nick 0:1 aop-delay 0:0 ban-time 0 exempt-time 0             invite-time 0 -enforcebans +dynamicbans +userbans -autoop             -autohalfop -bitch +greet +protectops -protecthalfops             -protectfriends +dontkickops +statuslog -revenge -revengebot             -autovoice -secret +shared +cycle -seen -inactive             +dynamicexempts +userexempts +dynamicinvites             +userinvites -nodesynch </code></pre></div>Any idea what is wrong? I tried moving the source chan file after the global chanset too, but it didn't change anything.<br><br>Thanks.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6011">ramirez</a> — Fri Jul 29, 2005 11:03 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2005-07-29T10:42:46-04:00</updated>

		<published>2005-07-29T10:42:46-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=53458#p53458</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=53458#p53458"/>
		<title type="html"><![CDATA[Two questions.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=53458#p53458"><![CDATA[
About those op prefixes, edit this setting in your conf file:<div class="codebox"><p>Code: </p><pre><code>set opchars "@&amp;~"</code></pre></div>so the bot would recognize them. As for the pub commands, if you're using a script then it depends on the script whether it supports logging in or not, or how it's logging-in system works.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Fri Jul 29, 2005 10:42 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ramirez]]></name></author>
		<updated>2005-07-29T09:59:21-04:00</updated>

		<published>2005-07-29T09:59:21-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=53453#p53453</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=53453#p53453"/>
		<title type="html"><![CDATA[Two questions.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=53453#p53453"><![CDATA[
Hey,<br><br>My eggdrop's console logging mode is set to "o" (misc info), and it's logging messages such as this:<blockquote class="uncited"><div>&lt;rift&gt; [09:50] #whahay is active but has no ops :(</div></blockquote>It does it for a lot of channels and ALL the time, and it is very annoying. Plus most those channels do have ops (our IRC network supports the ~ and &amp; prefix for nicks, so it probably doesn't recognize those people as operators?)<br>Can I somehow disable those specific messages from outputting into console? It is flooding my eggdrop DCC window.<br><br>As for second question, I have a bound a pub method on my eggdrop to take care of certain commands. I have marked it as 'm' to make it available only for global masters. My question goes; How does the eggdrop identify these people when they are not logged on to the bot?<br>I tried triggering the pub command without being logged on, and it worked, but it did not work for other people (like it shouldn't).<br>Does it only check the host of the user and compares it to the ones in the userfile?<br><br>Thanks. :)<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6011">ramirez</a> — Fri Jul 29, 2005 9:59 am</p><hr />
]]></content>
	</entry>
	</feed>
