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

	<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-12-01T15:22:32-04:00</updated>

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

		<entry>
		<author><name><![CDATA[nml375]]></name></author>
		<updated>2009-12-01T15:22:32-04:00</updated>

		<published>2009-12-01T15:22:32-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=91153#p91153</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=91153#p91153"/>
		<title type="html"><![CDATA[Can't get MemoScript to work.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=91153#p91153"><![CDATA[
Short story, tcl is unable to create the proper environment for running an external application using the exec command. The shortfix is to alter the commandline to redirect the stderr channel to the stdout channel (using "2&gt;@1" as the last option on the command line).<br><br>You could also see <a href="http://forum.egghelp.org/viewtopic.php?t=17306" class="postlink">this thread</a> with a similar issue.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8052">nml375</a> — Tue Dec 01, 2009 3:22 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Bernd]]></name></author>
		<updated>2009-12-01T15:08:22-04:00</updated>

		<published>2009-12-01T15:08:22-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=91152#p91152</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=91152#p91152"/>
		<title type="html"><![CDATA[Can't get MemoScript to work.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=91152#p91152"><![CDATA[
I tried setting up MemoScript, but I'm always getting this error, if i try to create a mailbox, it just says "Tcl error [eggmemo_new]: couldn't create error file for command: no such file or directory". Same when someone joins, but with "eggmemo_checkmsg" insted of "eggmemo_new". I looked up my scripts dir and created the wanted files(memo.userfile and memo.messages) but it still won't work. Oh, and I'm using Windrop on XP.<br><br>eggmemo_new is:<div class="codebox"><p>Code: </p><pre><code>proc eggmemo_new {nick host hand text} {    # new mailbox    global memo_userfile    set password [lindex $text 1]    if {$password==""} {putserv "NOTICE $nick : Kein Passwort eingegeben";    } else {if {[get $nick $memo_userfile] == ""} {    add $nick $password $memo_userfile} else {    putserv "NOTICE $nick : Deine Mailbox existiert bereits."}    }}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10946">Bernd</a> — Tue Dec 01, 2009 3:08 pm</p><hr />
]]></content>
	</entry>
	</feed>
