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

	<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>2002-08-26T12:58:04-04:00</updated>

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

		<entry>
		<author><name><![CDATA[spyda]]></name></author>
		<updated>2002-08-26T12:58:04-04:00</updated>

		<published>2002-08-26T12:58:04-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=10044#p10044</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=10044#p10044"/>
		<title type="html"><![CDATA[Problem]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=10044#p10044"><![CDATA[
I looked at the script 5 times but i think i have found your error <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><br><div class="codebox"><p>Code: </p><pre><code>      if {([chattr [nick2hand $nick]]=="-") || ([chattr [nick2hand $nick]]=="+") || ([chattr [nick2hand $nick]=="")} {          deluser [nick2hand $nick]      }</code></pre></div>You are missing a <strong class="text-strong">]</strong> at ([chattr [nick2hand $nick]=="")<br><div class="codebox"><p>Code: </p><pre><code>     if {([chattr [nick2hand $nick]]=="-") || ([chattr [nick2hand $nick]]=="+") || ([chattr [nick2hand $nick]]=="")} {          deluser [nick2hand $nick]      }</code></pre></div>Hoped that helped you. <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><br><br>----------<br>ThePope<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=1731">spyda</a> — Mon Aug 26, 2002 12:58 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-08-24T20:36:55-04:00</updated>

		<published>2002-08-24T20:36:55-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=9997#p9997</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=9997#p9997"/>
		<title type="html"><![CDATA[Problem]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=9997#p9997"><![CDATA[
I have this problem too... I guess it's the bot, because I've never had problems before I upgraded... dunno really...<p>Statistics: Posted by Guest — Sat Aug 24, 2002 8:36 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-08-24T16:15:42-04:00</updated>

		<published>2002-08-24T16:15:42-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=9994#p9994</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=9994#p9994"/>
		<title type="html"><![CDATA[Problem]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=9994#p9994"><![CDATA[
The egg says: <br><br> (Metro) [21:44] Tcl error in script for 'timer739544':<br> (Metro) [21:44] missing close-bracket<br><br>someone can check my code please ?<br><div class="codebox"><p>Code: </p><pre><code> proc RegChanOps {} { global AOPS botnick foreach c [channels] { foreach n [chanlist $c] { if {([ChkWbBwVar [string tolower $c]]) &amp;&amp; ([isop $n $c]) &amp;&amp; ($n!="$botnick") &amp;&amp; (![matchattr $n b])} { if {![validuser $n]} { adduser $n "*![getchanhost $n $c]" chattr $n +O } else { set hd [nick2hand $n] if {![matchattr $hd O]} { chattr $hd +O } } } } } utimer 4 RegChanOps } utimer 4 RegChanOps proc MankdOp {chan nick arg0 arg1} { global AOPS set text "$arg0 $arg1" if {([validuser $nick]) &amp;&amp; ([matchattr [nick2hand $nick] O]) &amp;&amp; (![isop $nick $chan])} { if {[listops $chan]&lt;=1} { if {$AOPS(sendto)!=""} { putbot $AOPS(sendto) ".xsay \002Plus d'op sur $chan\002 ($nick $text)" } } chattr [nick2hand $nick] -O if {([chattr [nick2hand $nick]]=="-") || ([chattr [nick2hand $nick]]=="+") || ([chattr [nick2hand $nick]=="")} { deluser [nick2hand $nick] } } }</code></pre></div><p>Statistics: Posted by Guest — Sat Aug 24, 2002 4:15 pm</p><hr />
]]></content>
	</entry>
	</feed>
