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

	<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-03-14T11:44:51-04:00</updated>

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

		<entry>
		<author><name><![CDATA[spock]]></name></author>
		<updated>2003-03-14T11:44:51-04:00</updated>

		<published>2003-03-14T11:44:51-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=17852#p17852</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=17852#p17852"/>
		<title type="html"><![CDATA[Eggdrop 1.6.12 /notice problem]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=17852#p17852"><![CDATA[
"solution": set a key instead  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":D" title="Very Happy"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2369">spock</a> — Fri Mar 14, 2003 11:44 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2003-03-14T05:24:30-04:00</updated>

		<published>2003-03-14T05:24:30-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=17849#p17849</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=17849#p17849"/>
		<title type="html"><![CDATA[Eggdrop 1.6.12 /notice problem]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=17849#p17849"><![CDATA[
That is seriously not possible.<br><br>Here is the output from some search commands.<br><br>Searching netbots.<blockquote class="uncited"><div>[ppslim@services netbots] $ grep -r "invited" ./*<br>./botnetop.tcl:            putlog "botnetop: invited $frombot (using nick $fromnick) to $chan"<br>./botnetop.tcl:            putlog "botnetop: invited $frombot to $chan"<br>./botnetop.tcl:          putlog "botnetop: invited $frombot (using nick $fromnick) to $chan"<br>./botnetop.tcl:          putlog "botnetop: invited $frombot to $chan"</div></blockquote>Searching the default Tcl scripts.<br>This produces 0 results, so there is no point<br><br>Searching the eggdrop source code.<blockquote class="uncited"><div>[ppslim@services eggdrop1.6.12]$ grep -r "invited" ./*<br>Binary file ./channels.so matches<br>Binary file ./irc.so matches<br>./src/mod/channels.mod/help/chaninfo.help:                        invited to the channel (i.e. channel has mode +i)<br>./src/mod/channels.mod/help/channels.help:   invited.  The "(perm)" means that the invite is "permanent": that<br>./src/mod/channels.mod/channels.c:        dprintf(idx, "      To get invited I do: %s\n", chan-&gt;need_invite);<br>./src/mod/channels.mod/channels.c:  (Function) NULL, /* [25] used to be isinvited() &lt;cybah&gt; */<br>./src/mod/channels.mod/channels.h:/* *HOLE* channels_funcs[25] used to be isinvited() by arthur2 &lt;cybah&gt; */<br>./src/mod/channels.mod/channels.h:#define isinvited(chan, user)   ismasked((chan)-&gt;channel.invite, user)<br>./src/mod/irc.mod/chan.c:        if (i-&gt;lastactive &lt; now - 60 &amp;&amp; !isinvited(chan, i-&gt;mask)) {<br>./src/mod/irc.mod/chan.c:/* Make sure that all who are invited on the userlist are actually in fact<br>./src/mod/irc.mod/chan.c: * invited on the channel.<br>./src/mod/irc.mod/chan.c:      if (!isinvited(chan, ir-&gt;mask) &amp;&amp; ((!channel_dynamicinvites(chan) &amp;&amp;<br>./src/mod/irc.mod/chan.c:  putlog(LOG_MISC, "*", "%s!%s invited me to %s", nick, from, msg);<br>Binary file ./src/mod/channels.o matches<br>Binary file ./src/mod/irc.o matches</div></blockquote>The was a issue sin 1.6.10, that caused a certain message to be sent to the server, though it waqs destined for the log file. This has been fixed in 1.6.12.<br><br>This isn't the issue here though. As the above output shows, the message you talk about isn't in netbots, the scripts included with eggdrop or the source code itself.<br><br>This sugests that the servers your bots are on, generate these messages.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Fri Mar 14, 2003 5:24 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[NarL]]></name></author>
		<updated>2003-03-13T20:01:33-04:00</updated>

		<published>2003-03-13T20:01:33-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=17841#p17841</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=17841#p17841"/>
		<title type="html"><![CDATA[Eggdrop 1.6.12 /notice problem]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=17841#p17841"><![CDATA[
Well, Someone on irc just told me that if I use 1.6.13 it just says it on the partyline and not to the server<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=1990">NarL</a> — Thu Mar 13, 2003 8:01 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2003-03-13T19:43:56-04:00</updated>

		<published>2003-03-13T19:43:56-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=17839#p17839</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=17839#p17839"/>
		<title type="html"><![CDATA[Eggdrop 1.6.12 /notice problem]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=17839#p17839"><![CDATA[
I just remembered somthing, this is not the bots problem, and there is nothign you can do about it.<br><br>It is a messages generated by the IRC server.<br><br>With IRC modes, eg bans, ops, and things like KICK, you can see who did what.<br><br>With invite, only the person invited, and the IRC server know. The IRC server generates this, so the channel knows who sent what.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Thu Mar 13, 2003 7:43 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[NarL]]></name></author>
		<updated>2003-03-13T18:12:10-04:00</updated>

		<published>2003-03-13T18:12:10-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=17838#p17838</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=17838#p17838"/>
		<title type="html"><![CDATA[Eggdrop 1.6.12 /notice problem]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=17838#p17838"><![CDATA[
I used the .die command<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=1990">NarL</a> — Thu Mar 13, 2003 6:12 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2003-03-13T11:14:36-04:00</updated>

		<published>2003-03-13T11:14:36-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=17832#p17832</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=17832#p17832"/>
		<title type="html"><![CDATA[Eggdrop 1.6.12 /notice problem]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=17832#p17832"><![CDATA[
It may be this channel limiter.<br><br>When you deleted, and remove the line from the config file, what did you do with the bot?<br><br>Rehash? Restart? Die &amp; start?<br><br>Using ".rehash" isn't enough. This only re-reads the settings, and any new scripts. It doesn't unload any previous ones from memory.<br><br>".restart" and the ".die" &amp; start method, are the only ways to remove it from memory.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Thu Mar 13, 2003 11:14 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[NarL]]></name></author>
		<updated>2003-03-13T10:03:21-04:00</updated>

		<published>2003-03-13T10:03:21-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=17831#p17831</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=17831#p17831"/>
		<title type="html"><![CDATA[Eggdrop 1.6.12 /notice problem]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=17831#p17831"><![CDATA[
Hmm well netbots is the only script that I am running well I had a channel limiter but that was crap so I deleted it and took it out of the conf file<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=1990">NarL</a> — Thu Mar 13, 2003 10:03 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2003-03-13T09:59:23-04:00</updated>

		<published>2003-03-13T09:59:23-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=17830#p17830</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=17830#p17830"/>
		<title type="html"><![CDATA[Eggdrop 1.6.12 /notice problem]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=17830#p17830"><![CDATA[
I don't know if it's just me, but I am unable to find anything in netbots for the default script, that would cause anything like this.<br><br>Additionaly, I am unable to find any code in the source code fo the bot itself to do this.<br><br>What other scripts are you running?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Thu Mar 13, 2003 9:59 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[NarL]]></name></author>
		<updated>2003-03-13T09:34:51-04:00</updated>

		<published>2003-03-13T09:34:51-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=17829#p17829</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=17829#p17829"/>
		<title type="html"><![CDATA[Eggdrop 1.6.12 /notice problem]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=17829#p17829"><![CDATA[
[13:09] -Daniel-:@#mVa- INVITE: #mVa (Daniel- invited h-valance [<a href="mailto:narl@went.to.jail.for.raping.br1tney-spears.org">narl@went.to.jail.for.raping.br1tney-spears.org</a>])<br>[13:09] -Sarah-:@#mVa- INVITE: #mVa (Sarah- invited h-valance [<a href="mailto:narl@went.to.jail.for.raping.br1tney-spears.org">narl@went.to.jail.for.raping.br1tney-spears.org</a>])<br>[13:09] -Matt-:@#mVa- INVITE: #mVa (Matt- invited h-valance [<a href="mailto:narl@went.to.jail.for.raping.br1tney-spears.org">narl@went.to.jail.for.raping.br1tney-spears.org</a>])<br>[13:09] -Cheryl-:@#mVa- INVITE: #mVa (Cheryl- invited h-valance [<a href="mailto:narl@went.to.jail.for.raping.br1tney-spears.org">narl@went.to.jail.for.raping.br1tney-spears.org</a>])<br>[13:09] -lazy_[censored]:@#mVa- INVITE: #mVa (lazy_[censored] invited h-valance [<a href="mailto:narl@went.to.jail.for.raping.br1tney-spears.org">narl@went.to.jail.for.raping.br1tney-spears.org</a>])<br>[13:09] -fr-jack0:@#mVa- INVITE: #mVa (fr-jack0 invited h-valance [<a href="mailto:narl@went.to.jail.for.raping.br1tney-spears.org">narl@went.to.jail.for.raping.br1tney-spears.org</a>])<br>[13:09] -m-moore1:@#mVa- INVITE: #mVa (m-moore1 invited h-valance [<a href="mailto:narl@went.to.jail.for.raping.br1tney-spears.org">narl@went.to.jail.for.raping.br1tney-spears.org</a>])<br>[13:09] -rachel_s8:@#mVa- INVITE: #mVa (rachel_s8 invited h-valance [<a href="mailto:narl@went.to.jail.for.raping.br1tney-spears.org">narl@went.to.jail.for.raping.br1tney-spears.org</a>])<br>[13:09] -x-box8:@#mVa- INVITE: #mVa (x-box8 invited h-valance [<a href="mailto:narl@went.to.jail.for.raping.br1tney-spears.org">narl@went.to.jail.for.raping.br1tney-spears.org</a>])<br>[13:09] -J-Lo2:@#mVa- INVITE: #mVa (J-Lo2 invited h-valance [<a href="mailto:narl@went.to.jail.for.raping.br1tney-spears.org">narl@went.to.jail.for.raping.br1tney-spears.org</a>])<br>[13:09] -jameson0:@#mVa- INVITE: #mVa (jameson0 invited h-valance [<a href="mailto:narl@went.to.jail.for.raping.br1tney-spears.org">narl@went.to.jail.for.raping.br1tney-spears.org</a>])<br>[13:09] -jenny_f3:#mVa- jenny_f3 is inviting h-valance to #mVa.<br>[13:09] -NarL6:@#mVa- INVITE: #mVa (NarL6 invited h-valance [<a href="mailto:narl@went.to.jail.for.raping.br1tney-spears.org">narl@went.to.jail.for.raping.br1tney-spears.org</a>])<br>[13:09] -Kimberle-:@#mVa- INVITE: #mVa (Kimberle- invited h-valance [<a href="mailto:narl@went.to.jail.for.raping.br1tney-spears.org">narl@went.to.jail.for.raping.br1tney-spears.org</a>])<br>[13:09] -rich-[censored]:@#mVa- INVITE: #mVa (rich-[censored] invited h-valance [<a href="mailto:narl@went.to.jail.for.raping.br1tney-spears.org">narl@went.to.jail.for.raping.br1tney-spears.org</a>])<br><br><br><br>And so on<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=1990">NarL</a> — Thu Mar 13, 2003 9:34 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2003-03-13T09:25:01-04:00</updated>

		<published>2003-03-13T09:25:01-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=17828#p17828</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=17828#p17828"/>
		<title type="html"><![CDATA[Eggdrop 1.6.12 /notice problem]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=17828#p17828"><![CDATA[
What does this notice say?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Thu Mar 13, 2003 9:25 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[NarL]]></name></author>
		<updated>2003-03-13T09:02:31-04:00</updated>

		<published>2003-03-13T09:02:31-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=17827#p17827</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=17827#p17827"/>
		<title type="html"><![CDATA[Eggdrop 1.6.12 /notice problem]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=17827#p17827"><![CDATA[
Hi<br><br>I run the netbots script on my eggdrop bots. Now on my channel I have set +i (invite) If one bot happens to change server the bots notice everyone on the channel.<br><br>Does anyone have any idea how this can be fixed?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=1990">NarL</a> — Thu Mar 13, 2003 9:02 am</p><hr />
]]></content>
	</entry>
	</feed>
