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

	<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>2025-11-07T07:21:44-04:00</updated>

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

		<entry>
		<author><name><![CDATA[pektek]]></name></author>
		<updated>2025-11-07T07:21:44-04:00</updated>

		<published>2025-11-07T07:21:44-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=113391#p113391</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=113391#p113391"/>
		<title type="html"><![CDATA[Re: can you help?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=113391#p113391"><![CDATA[
Thank you for your help CrazyCat<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=13010">pektek</a> — Fri Nov 07, 2025 7:21 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[CrazyCat]]></name></author>
		<updated>2025-11-07T05:44:35-04:00</updated>

		<published>2025-11-07T05:44:35-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=113390#p113390</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=113390#p113390"/>
		<title type="html"><![CDATA[Re: can you help?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=113390#p113390"><![CDATA[
I simply said that when the error occures, you MUST type <strong class="text-strong">.set errorInfo</strong> in party-line to have a detailled report about the error, and probably the exact line where the error is.<br><br>And I gave you an untested solution :<br>Replace<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/styles/atom-one-dark-reasonable.min.css"> <strong>script</strong>  <strong>script</strong> <div class="codebox"><pre><code class="language-tcl">putserv "PRIVMSG operserv : kickradyo $kickradyo:msg"</code></pre></div> <strong>script</strong> With:<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/styles/atom-one-dark-reasonable.min.css"> <strong>script</strong>  <strong>script</strong> <div class="codebox"><pre><code class="language-tcl">putserv "PRIVMSG operserv : kickradyo ${kickradyo:msg}"</code></pre></div> <strong>script</strong> So don't say I didn't try to help.<br><br><em class="text-italics">Small test FYI</em><div class="codebox"><p>Code: </p><pre><code>.tcl set kickradyo:msg "I'm a test"Tcl: I'm a test.tcl putlog $kickradyo:msgTcl error: can't read "kickradyo": no such variable.tcl putlog ${kickradyo:msg}[10:46:24] I'm a test</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=691">CrazyCat</a> — Fri Nov 07, 2025 5:44 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[pektek]]></name></author>
		<updated>2025-11-07T02:21:07-04:00</updated>

		<published>2025-11-07T02:21:07-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=113389#p113389</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=113389#p113389"/>
		<title type="html"><![CDATA[Re: can you help?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=113389#p113389"><![CDATA[
Thank you but I don't understand CrazyCat<br><br>What's your problem? <br>Don't write anything if you're not going to help .<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=13010">pektek</a> — Fri Nov 07, 2025 2:21 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[CrazyCat]]></name></author>
		<updated>2025-11-06T18:21:35-04:00</updated>

		<published>2025-11-06T18:21:35-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=113388#p113388</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=113388#p113388"/>
		<title type="html"><![CDATA[Re: can you help?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=113388#p113388"><![CDATA[
As said and re-said: type <strong class="text-strong">.set errorInfo</strong> when it occures to give us all the context. And take care to the capital "i" in errorInfo.<br><br>I think your trouble is <em class="text-italics">$kickradyo:msg</em> which must be changed to <em class="text-italics">${kickradyo:msg}</em>, but I won't test for you.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=691">CrazyCat</a> — Thu Nov 06, 2025 6:21 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[pektek]]></name></author>
		<updated>2025-11-06T17:47:01-04:00</updated>

		<published>2025-11-06T17:47:01-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=113387#p113387</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=113387#p113387"/>
		<title type="html"><![CDATA[can you help?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=113387#p113387"><![CDATA[
authorized external command cannot be used in the channel <br><br>.kickradyo <br><br>I get an error when I type<br><br><div class="codebox"><p>Code: </p><pre><code>## Write the Channel to Which the Command Will Be Valid Here..set admin_chan "#DJ"## We don't touch anything else. I'll take care of the rest. ;)bind pub - .kickradyo kickradyo:msgproc kickradyo:msg {n u h c a} {global botnick admin_chanset kickradyo:msg [lindex $a ]if {[onchan $n $admin_chan]==1} {putserv "PRIVMSG operserv : kickradyo $kickradyo:msg"}        if {[onchan $n $admin_chan]==0} {putserv "MODE $c +b $n"putserv "KICK $c $n You are not authorized to use this command!"putserv "PRIVMSG $admin_chan 5$n 2.kickradyo 14tried to use the command!"            }      }putlog "Forbidden.tcl made by Xadd1"</code></pre></div>error <br><br>[00:38:17] Tcl error [kickradyo:msg]: can't read "kickradyo": no such variable<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=13010">pektek</a> — Thu Nov 06, 2025 5:47 pm</p><hr />
]]></content>
	</entry>
	</feed>
