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

	<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>2009-09-14T05:31:36-04:00</updated>

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

		<entry>
		<author><name><![CDATA[dazzie]]></name></author>
		<updated>2009-09-14T05:31:36-04:00</updated>

		<published>2009-09-14T05:31:36-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=90249#p90249</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=90249#p90249"/>
		<title type="html"><![CDATA[How set eggdrop for /msg LamaBot invite password #channel ?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=90249#p90249"><![CDATA[
It works now. <br><br>I was concentrating too much on the dcc chat that I didn't notice I had received the invite.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10859">dazzie</a> — Mon Sep 14, 2009 5:31 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[tomekk]]></name></author>
		<updated>2009-09-14T03:48:00-04:00</updated>

		<published>2009-09-14T03:48:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=90248#p90248</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=90248#p90248"/>
		<title type="html"><![CDATA[How set eggdrop for /msg LamaBot invite password #channel ?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=90248#p90248"><![CDATA[
weird, I have no problem with this script, <br>could you paste your eggdrop config here? (full config)<br><br>What is your eggdrop version, TCL version?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10332">tomekk</a> — Mon Sep 14, 2009 3:48 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[dazzie]]></name></author>
		<updated>2009-09-14T01:45:48-04:00</updated>

		<published>2009-09-14T01:45:48-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=90247#p90247</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=90247#p90247"/>
		<title type="html"><![CDATA[How set eggdrop for /msg LamaBot invite password #channel ?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=90247#p90247"><![CDATA[
Sorry for bumping old thread but I got error for the script above:<br><br>lamestbot: [22:36] Tcl error [inv_proc]: invalid command name " "<br>lamestbot: [22:36] (dazzie!<a href="mailto:dazzie@6B72C0ED.IP">dazzie@6B72C0ED.IP</a>) !dazzie! failed INVITE #chan<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10859">dazzie</a> — Mon Sep 14, 2009 1:45 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[tomekk]]></name></author>
		<updated>2009-04-18T11:37:20-04:00</updated>

		<published>2009-04-18T11:37:20-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=88492#p88492</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=88492#p88492"/>
		<title type="html"><![CDATA[How set eggdrop for /msg LamaBot invite password #channel ?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=88492#p88492"><![CDATA[
try:<div class="codebox"><p>Code: </p><pre><code>set inv_channels {#chan1 #chan2}set inv_password "mypass"#############################################bind msgm - "*" inv_procproc inv_proc { nick uhost hand arg } {global inv_channels inv_passwordset input_args [split $arg]set input_cmd [lindex $input_args 0]set input_pass [lindex $input_args 1]set input_chan [lindex $input_args 2]if {$input_cmd == "invite"} {if {[lsearch $inv_channels $input_chan] != -1} {if {$input_pass == $inv_password} {putserv "INVITE $nick $input_chan"}}}}putlog "inv.tcl loaded"</code></pre></div><blockquote class="uncited"><div>/msg botty invite mypass #chan1<br>17:35 -!- botty invites you to #chan1<br><br>/msg botty invite mypass #chan2<br>17:35 -!- botty invites you to #chan2<br><br>/msg botty invite mypass #some.other<br>- no action</div></blockquote>cheers<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10332">tomekk</a> — Sat Apr 18, 2009 11:37 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[berny]]></name></author>
		<updated>2009-04-18T03:44:51-04:00</updated>

		<published>2009-04-18T03:44:51-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=88490#p88490</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=88490#p88490"/>
		<title type="html"><![CDATA[How set eggdrop for /msg LamaBot invite password #channel ?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=88490#p88490"><![CDATA[
nobody knows?  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_sad.gif" width="15" height="15" alt=":(" title="Sad"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10603">berny</a> — Sat Apr 18, 2009 3:44 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[berny]]></name></author>
		<updated>2009-04-17T16:29:48-04:00</updated>

		<published>2009-04-17T16:29:48-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=88488#p88488</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=88488#p88488"/>
		<title type="html"><![CDATA[How set eggdrop for /msg LamaBot invite password #channel ?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=88488#p88488"><![CDATA[
I need invite only channel.<br><br>If some user write to bot invite request with correct password bot invite him to channel.<br>-----------------<br>example:<br><br>1. I go on IRCNET and type to main window: <em class="text-italics">/msg LamaBot invite password #mychannel</em><br><br>2. And bot answer me: <em class="text-italics">[lamaBot] invites you to join [#mychannel]</em><br>-----------------<br><br>I can not find any script or commands how can I setup bot for this function... can you help me anyone?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10603">berny</a> — Fri Apr 17, 2009 4:29 pm</p><hr />
]]></content>
	</entry>
	</feed>
