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

	<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>2003-04-15T10:30:53-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2003-04-15T10:30:53-04:00</updated>

		<published>2003-04-15T10:30:53-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=19098#p19098</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=19098#p19098"/>
		<title type="html"><![CDATA[radioscript problem]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=19098#p19098"><![CDATA[
Hi guys,<br><br>I'm writing a script which should get a shoutcast status page, save it and read it. but in fact i don' t have any knowledge about either the http stuff (reg exp aso) nor about the lynx stuff...<br><br>there is also a mistake in the script which i didn't find... <div class="codebox"><p>Code: </p><pre><code>proc rdo_mod {nick uhost handle chan args} {if {[lsearch -exact $radiochannel [string tolower $chan] != 0]} { return 0 } else {set newmod "[lindex $args 0]"if {[isop $nick $chan] &amp;&amp; [llength $newmod] &lt; 1 } { antwort } elseif { ![isop $nick $chan] &amp;&amp; [llength $newmod] &lt; 1 } { antwort} elseif { ![isop $nick $chan] &amp;&amp; [llength $newmod] &gt; 0 } { putserv "NOTICE $nick :Du hast keine Berechtigung" ; return 0} elseif {[isop $nick $chan] &amp;&amp; [llength $newmod] &gt; 0} {if { $newmod == "off" &amp;&amp; $mod != "off"} { set mod "off"putserv "TOPIC $chan :$topic(off)"} else {if {![onchan $newmod $chan]} {putserv "NOTICE $nick :Ich kann den User nicht finden, achte auf korrekte Schreibweise!" ; return 0 } else { set mod [lindex $newmod] 0putserv "TOPIC $chan :$topic(on)" }}}}}}</code></pre></div>I changed something after getting the tcl error... but i can't undo them because i forgot what i changed  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_rolleyes.gif" width="15" height="15" alt=":roll:" title="Rolling Eyes"> <br><br>[/code]<p>Statistics: Posted by Guest — Tue Apr 15, 2003 10:30 am</p><hr />
]]></content>
	</entry>
	</feed>
