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

	<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>2005-08-28T01:10:51-04:00</updated>

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

		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2005-08-28T01:10:51-04:00</updated>

		<published>2005-08-28T01:10:51-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=54947#p54947</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=54947#p54947"/>
		<title type="html"><![CDATA[no such channel record]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=54947#p54947"><![CDATA[
obviously <em class="text-italics">chanaccess</em> is being set incorrectly<br><br>[join [split $something "."]] will return 2 or more words (if $something contains ".") - not a channel name<br><br>you also need to get a clue how to post, by reading the top sticky post of this forum<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Sun Aug 28, 2005 1:10 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[BadAssWright]]></name></author>
		<updated>2005-08-28T00:48:27-04:00</updated>

		<published>2005-08-28T00:48:27-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=54945#p54945</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=54945#p54945"/>
		<title type="html"><![CDATA[no such channel record]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=54945#p54945"><![CDATA[
their is a problem because the channel is caped or something, and i get this error<div class="codebox"><p>Code: </p><pre><code>      if { [string tolower [lindex $text 2]] == "lacks" } {      set chanaccess [join [split [string tolower [lindex $text 6 end]] "."]]          if { [channel get $chanaccess warnedaboutaccess] == 1 } {            putlog "Asked to raise my access"            return          }          putlog "I lack access in $chanaccess"          channel set $chanaccess warnedaboutaccess 1          return      }</code></pre></div>this is where iam having trouble, the rest of the script works, but this one if $text 2 == lacks then it trys to channel set it i get no such channel record<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6598">BadAssWright</a> — Sun Aug 28, 2005 12:48 am</p><hr />
]]></content>
	</entry>
	</feed>
