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

	<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>2004-07-27T22:05:15-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2004-07-27T22:05:15-04:00</updated>

		<published>2004-07-27T22:05:15-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=39145#p39145</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=39145#p39145"/>
		<title type="html"><![CDATA[adding a udef-channelflag to global-chanset]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=39145#p39145"><![CDATA[
I was unaware that the author had ceased development of gseen.<br><br>Well, another way would be to write a tcl script which, when a channel is added to the bots' chanfile, could set the various options on.<div class="codebox"><p>Code: </p><pre><code>channel set $chan +quietseenschannel set $chan -quietaiseens</code></pre></div>The +/-nopubseens &amp; +/-noseendata being set in gseen.conf.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Tue Jul 27, 2004 10:05 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2004-07-27T20:49:18-04:00</updated>

		<published>2004-07-27T20:49:18-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=39143#p39143</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=39143#p39143"/>
		<title type="html"><![CDATA[adding a udef-channelflag to global-chanset]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=39143#p39143"><![CDATA[
i don't know C.<br>and gquann stopped scripting <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_sad.gif" width="15" height="15" alt=":(" title="Sad"><p>Statistics: Posted by Guest — Tue Jul 27, 2004 8:49 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2004-07-27T12:17:17-04:00</updated>

		<published>2004-07-27T12:17:17-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=39121#p39121</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=39121#p39121"/>
		<title type="html"><![CDATA[adding a udef-channelflag to global-chanset]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=39121#p39121"><![CDATA[
<blockquote class="uncited"><div>just putting '+nopubseens' into it in the eggdrop.conf doesn't work.</div></blockquote>Nope, that will never work.<br><br>If you have a knowledge of C you can edit gseen.c &amp; gseencmds.c.<br><br>gseen.c<div class="codebox"><p>Code: </p><pre><code>#if EGG_IS_MIN_VER(10503)  initudef(1, "noseendata", 1);  initudef(1, "quietseens", 1);  initudef(1, "quietaiseens", 1);  initudef(1, "nopubseens", 1);#endif</code></pre></div>gseencmds.c:<div class="codebox"><p>Code: </p><pre><code>static int nopub(char *chan){  char buf[121], *b;  Context;  strncpy(buf, no_pub, 120);  buf[120] = 0;  b = buf;  while (b[0])    if (!strcasecmp(chan, newsplit(&amp;b)))      return 1;#if EGG_IS_MIN_VER(10503)  if (ngetudef("nopubseens", chan))    return 1;#endif  return 0;}</code></pre></div>A suggestion would be to contact the author at <a href="mailto:gseen.mod@visions-of-fantasy.de">gseen.mod@visions-of-fantasy.de</a> with your suggestion. <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Tue Jul 27, 2004 12:17 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[KrzychuG]]></name></author>
		<updated>2004-07-27T11:50:04-04:00</updated>

		<published>2004-07-27T11:50:04-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=39120#p39120</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=39120#p39120"/>
		<title type="html"><![CDATA[adding a udef-channelflag to global-chanset]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=39120#p39120"><![CDATA[
Try this:<br><div class="codebox"><p>Code: </p><pre><code># channels where you do not want your bot to reply to public queries set no-pub-seens "[channels]"</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3672">KrzychuG</a> — Tue Jul 27, 2004 11:50 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2004-07-27T10:04:09-04:00</updated>

		<published>2004-07-27T10:04:09-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=39118#p39118</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=39118#p39118"/>
		<title type="html"><![CDATA[adding a udef-channelflag to global-chanset]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=39118#p39118"><![CDATA[
KrzychuG: It doesn't! That is why I made my original post. It's flawed.<br><blockquote class="uncited"><div>shout i set this to "*"?</div></blockquote>Add each channel that you do not want to use the "!seen" trigger in ie. set no-pub-seens "#chan1 #chan2 #chan3"<br><br>The same applies for the "no-seendata" setting ie. prevents the bot from storing data for channels where you do not wish the module to work in.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Tue Jul 27, 2004 10:04 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2004-07-27T09:24:15-04:00</updated>

		<published>2004-07-27T09:24:15-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=39117#p39117</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=39117#p39117"/>
		<title type="html"><![CDATA[adding a udef-channelflag to global-chanset]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=39117#p39117"><![CDATA[
sure, but i want it set by default. for every new channel i add :\<p>Statistics: Posted by Guest — Tue Jul 27, 2004 9:24 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[KrzychuG]]></name></author>
		<updated>2004-07-27T07:23:17-04:00</updated>

		<published>2004-07-27T07:23:17-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=39115#p39115</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=39115#p39115"/>
		<title type="html"><![CDATA[adding a udef-channelflag to global-chanset]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=39115#p39115"><![CDATA[
<blockquote class="uncited"><div>###   outdated settings (only important for eggdropv1.4 users)</div></blockquote>Better try <strong class="text-strong">.chanset #channel +nopubseens</strong> (this should work on 1.6.x)<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3672">KrzychuG</a> — Tue Jul 27, 2004 7:23 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2004-07-27T06:35:54-04:00</updated>

		<published>2004-07-27T06:35:54-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=39114#p39114</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=39114#p39114"/>
		<title type="html"><![CDATA[adding a udef-channelflag to global-chanset]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=39114#p39114"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code># channels where you do not want your bot to reply to public queriesset no-pub-seens "" </code></pre></div>shout i set this to "*"?<p>Statistics: Posted by Guest — Tue Jul 27, 2004 6:35 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2004-07-26T19:59:26-04:00</updated>

		<published>2004-07-26T19:59:26-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=39105#p39105</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=39105#p39105"/>
		<title type="html"><![CDATA[adding a udef-channelflag to global-chanset]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=39105#p39105"><![CDATA[
In the latest (dev) release of gseen you'll find the following in gseen.conf:<div class="codebox"><p>Code: </p><pre><code>##############   outdated settings (only important for eggdropv1.4 users)############ channels where you do not want your bot to reply to public queriesset no-pub-seens ""# channels where you want your bot to send replies via notice to the user and# not to the channelset quiet-seens ""# same as quiet-seens but for AI seenset quiet-ai-seens ""# channels where you do not want your bot to log seen dataset no-seendata ""</code></pre></div>I have discovered that they are far from "outdated" and if set all works just fine. <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Mon Jul 26, 2004 7:59 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2004-07-26T18:59:48-04:00</updated>

		<published>2004-07-26T18:59:48-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=39104#p39104</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=39104#p39104"/>
		<title type="html"><![CDATA[adding a udef-channelflag to global-chanset]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=39104#p39104"><![CDATA[
hi,<br><br>i want to add a userdefined channelflag to the global-chanset.<br>(+nopubseens from gseen.mod).<br><br>however, i don't get it working.<br>just putting '+nopubseens' into it in the eggdrop.conf doesn't work.<br>any ideas? (except of rewriting the src of the eggy or the mod in any ways)<p>Statistics: Posted by Guest — Mon Jul 26, 2004 6:59 pm</p><hr />
]]></content>
	</entry>
	</feed>
