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

	<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>2010-09-10T19:36:11-04:00</updated>

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

		<entry>
		<author><name><![CDATA[kenh83]]></name></author>
		<updated>2010-09-10T19:36:11-04:00</updated>

		<published>2010-09-10T19:36:11-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=94319#p94319</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=94319#p94319"/>
		<title type="html"><![CDATA[tcleggdrop_mcpsfuncs.tcl problems..]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=94319#p94319"><![CDATA[
I am unable to get tcleggdrop_mcpsfuncs.tcl to work correctly. Ill explain more of whats going on after I describe my settings:<br><br>bottom of my eggdrop.conf file:<br><div class="codebox"><p>Code: </p><pre><code>loadmodule blowfishloadmodule uptimesource scripts/alltools.tclsource scripts/action.fix.tclsource scripts/tcleggdrop_mcpsfuncs.tclsource scripts/userinfo.tclloadhelp userinfo.helpsource scripts/relay.tcl</code></pre></div><br>tcleggdrop_mcps_sitesettings.ini file:<br><div class="codebox"><p>Code: </p><pre><code>set mcpskey(#channel) "key"set mcpsprefix(defaultprefix) "+OK"set mcpskey(#channel) "+OK"set mcpskey(defaulte) "default.key.when.non.is.found"set mcreplyonlyinkind "false"set mcreplyneverplaintext "true"set mcdontlistentoplaintext "silent"set mcmeowreply "true"set mcautomagic "true"set mcencryptnick "true"set mcmaxlinelen 440</code></pre></div>I do not get any errors when starting the bot:<br><br>[03:06] McEggdrop TCL Helper Functions - settings file loaded.<br>[03:06] McEggdrop TCL Helper Functions v1.00.29 loaded (replyencrypt noplainreply meowreply automagicon noplainlistensilent).<br><br>I send the command, 'putallbots relay $text' .. this is sent from my hub bot, that does not have McEggdrop loaded into it.<br><br>In which $text contains an entire line of text. On the leaf bot, the one running McEggdrop i have this script loaded:<br><br><div class="codebox"><p>Code: </p><pre><code>bind pub - !testme test  proc test { nick uhost hand chan arg } {putquick "PRIVMSG #prefish :Hello $nick"}bind bot - "relay" relayproc relay { bot cmd text } {putlog "text &gt;&gt; $text &lt;&lt;"set section [lindex $text 0]; set name [lindex $text 1]putquick "PRIVMSG #channel :$text"}</code></pre></div><br>When i do !testme in any channel, the bot replies <span style="text-decoration:underline">USING</span> FISH "Hello kenh83"<br><br>When using putallbots command from the hub, the bot does NOT send ANY text to #channel. It MUST BE NOTED that it does 'putlog' the text (first line after the relay procedure starts)<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=11350">kenh83</a> — Fri Sep 10, 2010 7:36 pm</p><hr />
]]></content>
	</entry>
	</feed>
