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

	<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-08-23T08:55:25-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2003-08-23T08:55:25-04:00</updated>

		<published>2003-08-23T08:55:25-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=25533#p25533</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=25533#p25533"/>
		<title type="html"><![CDATA[Tcl error]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=25533#p25533"><![CDATA[
doh, spotted the white space problem ie }{ should be } {<p>Statistics: Posted by Guest — Sat Aug 23, 2003 8:55 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2003-08-23T08:07:56-04:00</updated>

		<published>2003-08-23T08:07:56-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=25528#p25528</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=25528#p25528"/>
		<title type="html"><![CDATA[Tcl error]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=25528#p25528"><![CDATA[
extra characters after close-brace<br>    while executing<br>"proc msg:invite {nick uhost hand arg"<br><br>I'm a bit new to this all so need a bit of help.<br><div class="codebox"><p>Code: </p><pre><code># Channel where the bot will invite if flag setset chan_1 "#test1"set chan_2 "#test2"bind msg -|I inviteme msg:inviteproc msg:invite {nick uhost hand arg}{  global chan_1 chan_2  if {![passwdok $hand [lindex [split $arg] 0]]}{    putserv "NOTICE $nick :Incorrect password."    return 0  }  putserv "INVITE $nick $chan_1"  putserv "INVITE $nick $chan_2"}</code></pre></div>I'm trying to get users with the I flag to be able to do /msg &lt;bot&gt; inviteme &lt;password&gt; so they get invited to 2 +i channels.<br><br>Thanks for your help.<br><br>Jake.<p>Statistics: Posted by Guest — Sat Aug 23, 2003 8:07 am</p><hr />
]]></content>
	</entry>
	</feed>
