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

	<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>2001-10-02T17:13:00-04:00</updated>

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

		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2001-10-02T17:13:00-04:00</updated>

		<published>2001-10-02T17:13:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=196#p196</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=196#p196"/>
		<title type="html"><![CDATA[What is wrong?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=196#p196"><![CDATA[
Right near the begining<div class="codebox"><p>Code: </p><pre><code>if {([![auth:check $hand]) || (![isop $nick $chan])} {return 0}</code></pre></div>You should change this too<div class="codebox"><p>Code: </p><pre><code>if {(![auth:check $hand]) || (![isop $nick $chan])} {return 0}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Tue Oct 02, 2001 5:13 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2001-10-02T17:01:00-04:00</updated>

		<published>2001-10-02T17:01:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=195#p195</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=195#p195"/>
		<title type="html"><![CDATA[What is wrong?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=195#p195"><![CDATA[
I got here little script and tcl says that missing close-bracket... But where??<br><br>proc pub:rauha {nick host hand chan arg aika} {<br>if {([![auth:check $hand]) || (![isop $nick $chan])} {return 0}<br>if {![isop "Center" $chan]} {<br>puthelp "PRIVMSG Kultsi :10,1Sori hanii, mut mä en voi!!"<br>return 0<br>}<br>puthelp "PRIVMSG #Kompassi :8,1Kultsi rauhoitti kaaos tilan, varatoimet yllä!"<br>putserv "MODE $chan -m"<br>set kaaos "off"<br>timerkaaos $aika perustila<br>}<br><br>Here's the code. And the other one says like last one:<br><br>proc pub:perustila {nick host hand chan arg} {<br>if {([![auth:check $hand]) || (![isop $nick $chan])} {return 0}<br>if {![isop "Center" $chan]} {<br>puthelp "PRIVMSG #Kompassi :10,1Sori hanii, mut mä en voi!!"<br>return 0<br>}<br>puthelp "PRIVMSG #Kompassi :9,1Vaara on ohi, perustila"<br>puthelp "PRIVMSG Q :chanflags $chan +apb"<br>set kaaospotku "off"<br>}<br><br>Well what is wrong??<p>Statistics: Posted by Guest — Tue Oct 02, 2001 5:01 pm</p><hr />
]]></content>
	</entry>
	</feed>
