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

	<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-12-22T19:25:10-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2004-12-22T19:25:10-04:00</updated>

		<published>2004-12-22T19:25:10-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=44394#p44394</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=44394#p44394"/>
		<title type="html"><![CDATA[Need-invite dilema]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=44394#p44394"><![CDATA[
If your Network uses an IRCd that supports channel mode +/-I then you could simply do the following in each channel:<div class="codebox"><p>Code: </p><pre><code>/mode #channelname +/-I [hosts]</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Wed Dec 22, 2004 7:25 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2004-12-22T17:52:05-04:00</updated>

		<published>2004-12-22T17:52:05-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=44391#p44391</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=44391#p44391"/>
		<title type="html"><![CDATA[Need-invite dilema]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=44391#p44391"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>.chanset #chan need-invite putserv "NOTICE toefraz :invite #chan" </code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Wed Dec 22, 2004 5:52 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[toefraz]]></name></author>
		<updated>2004-12-22T16:26:29-04:00</updated>

		<published>2004-12-22T16:26:29-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=44388#p44388</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=44388#p44388"/>
		<title type="html"><![CDATA[Need-invite dilema]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=44388#p44388"><![CDATA[
sorry I left out the ":" when i typed it. but it is in my chanfile. I just need to know how to correctly call the channel that the bot needs invite in.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5143">toefraz</a> — Wed Dec 22, 2004 4:26 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2004-12-22T16:13:41-04:00</updated>

		<published>2004-12-22T16:13:41-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=44386#p44386</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=44386#p44386"/>
		<title type="html"><![CDATA[Need-invite dilema]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=44386#p44386"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>putserv "NOTICE &lt;destination&gt; :&lt;message&gt;"</code></pre></div>do you notice any differences?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Wed Dec 22, 2004 4:13 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[toefraz]]></name></author>
		<updated>2004-12-22T15:43:15-04:00</updated>

		<published>2004-12-22T15:43:15-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=44385#p44385</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=44385#p44385"/>
		<title type="html"><![CDATA[Need-invite dilema]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=44385#p44385"><![CDATA[
I'm not sure if I'm in the right forum but here it goes. I have a few channels that are +i, and if the other bots are absent from that channel and I'm not around, when my bots restarts, it gets locked out of the channel. So I made a little mirc script that when my bot notices me "invite #channel" I invite it into that channel.<br>     My question is, how do I set the bot to automatically do that when starting? <br><br>.chanset #chan need-invite putserv "NOTICE toefraz "invite $channel"<br><br>^^ That is what I have now, but it's not working. I think it the $channel thing. Could someone help me? (Sorry for rambling) <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=5143">toefraz</a> — Wed Dec 22, 2004 3:43 pm</p><hr />
]]></content>
	</entry>
	</feed>
