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

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

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

		<entry>
		<author><name><![CDATA[Rapfnny]]></name></author>
		<updated>2009-07-19T11:20:06-04:00</updated>

		<published>2009-07-19T11:20:06-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=89599#p89599</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=89599#p89599"/>
		<title type="html"><![CDATA[a]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=89599#p89599"><![CDATA[
Oh for some reason, it works now. Thank you.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10660">Rapfnny</a> — Sun Jul 19, 2009 11:20 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[arfer]]></name></author>
		<updated>2009-07-19T01:56:08-04:00</updated>

		<published>2009-07-19T01:56:08-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=89592#p89592</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=89592#p89592"/>
		<title type="html"><![CDATA[Join through tcl script (/msg bot join #channel) [SOLVED]]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=89592#p89592"><![CDATA[
I couldn't for the life of me see where this script (modified by tomekk) was behaving in the way you have reported, so I loaded and tested it. It works fine for me (on DALnet, not that the network would make a difference).<br><br>Either you have not loaded this particular script or something is interfering with it's performance such as a .conf setting/configuration (maybe something like +inactive in global-chanset settings) or it is another script that you are using.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5705">arfer</a> — Sun Jul 19, 2009 1:56 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Rapfnny]]></name></author>
		<updated>2009-07-18T13:18:17-04:00</updated>

		<published>2009-07-18T13:18:17-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=89591#p89591</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=89591#p89591"/>
		<title type="html"><![CDATA[s]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=89591#p89591"><![CDATA[
:\ it didn't work<blockquote class="uncited"><div>[10:34] Tcl error [msg:join]: invalid command name ""<br>[10:34] joined #chan but didn't want to!<br>[10:34] Oops.   Someone made me join #chan... leaving...</div></blockquote><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10660">Rapfnny</a> — Sat Jul 18, 2009 1:18 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[tomekk]]></name></author>
		<updated>2009-07-18T13:02:21-04:00</updated>

		<published>2009-07-18T13:02:21-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=89590#p89590</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=89590#p89590"/>
		<title type="html"><![CDATA[Join through tcl script (/msg bot join #channel) [SOLVED]]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=89590#p89590"><![CDATA[
try:<br><div class="codebox"><p>Code: </p><pre><code>bind MSG -|- "join" msg:joinbind MSG -|- "part" msg:partproc msg:join {nick uhost handle text} {        set chan [lindex [split $text] 0]        channel add $chan        putserv "PRIVMSG $chan :Invited by $nick"}proc msg:part {nick uhost handle text} {        set chan [lindex [split $text] 0]        channel remove $chan}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10332">tomekk</a> — Sat Jul 18, 2009 1:02 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Rapfnny]]></name></author>
		<updated>2009-07-19T11:20:27-04:00</updated>

		<published>2009-07-18T12:10:52-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=89589#p89589</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=89589#p89589"/>
		<title type="html"><![CDATA[Join through tcl script (/msg bot join #channel) [SOLVED]]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=89589#p89589"><![CDATA[
How can I make the bot join/part a channel through a pm?<br>I tried this:<div class="codebox"><p>Code: </p><pre><code>bind MSG -|- "join" msg:joinbind MSG -|- "part" msg:partproc msg:join {nick uhost handle text} {set chan [lindex $text 0]        [channel add $chan]        putserv "PRIVMSG $chan :Invited by $nick"}proc msg:part {nick uhost handle text} {set chan [lindex $text 0]        [channel remove $chan]}</code></pre></div>But when i do /msg bot join #channel<br>It joins, but it doesnt do the privmsg. I get this:<blockquote class="uncited"><div>Tcl error [msg:join]: invalid command name ""</div></blockquote>What can i do to fix this?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10660">Rapfnny</a> — Sat Jul 18, 2009 12:10 pm</p><hr />
]]></content>
	</entry>
	</feed>
