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

	<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>2006-05-02T10:43:20-04:00</updated>

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

		<entry>
		<author><name><![CDATA[DragnLord]]></name></author>
		<updated>2006-05-02T10:43:20-04:00</updated>

		<published>2006-05-02T10:43:20-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=62581#p62581</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=62581#p62581"/>
		<title type="html"><![CDATA[cant add to next line! why?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=62581#p62581"><![CDATA[
you may do better using <div class="codebox"><p>Code: </p><pre><code>set fs [open $chan.ini a+] </code></pre></div><strong class="text-strong">r+</strong> Open the file for both reading and writing; the file must already exist.<br><strong class="text-strong">a+</strong> Open the file for reading and writing. If the file doesn't exist, create a    new empty file. Set the initial access position to the end of the file.<br><br>The r+ option does not tell it to start a new line for input.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4461">DragnLord</a> — Tue May 02, 2006 10:43 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[De Kus]]></name></author>
		<updated>2006-05-02T08:36:40-04:00</updated>

		<published>2006-05-02T08:36:40-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=62575#p62575</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=62575#p62575"/>
		<title type="html"><![CDATA[cant add to next line! why?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=62575#p62575"><![CDATA[
add to which line? your are missing a more detailed explanation of your problem. I really dont understand what you want.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2382">De Kus</a> — Tue May 02, 2006 8:36 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Patty]]></name></author>
		<updated>2006-05-01T16:12:30-04:00</updated>

		<published>2006-05-01T16:12:30-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=62549#p62549</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=62549#p62549"/>
		<title type="html"><![CDATA[cant add to next line! why?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=62549#p62549"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>bind pub - !set chan:levelproc chan:level {nick uhost hand chan text} {set AuthNick [lindex $text 0]set Authlevel2 0set Authlevel 0set Authlevel [getchanlogin $nick]set Authlevel2 [getchanlogin $AuthNick]if {"$Authlevel2" == "0"} {putquick "NOTICE $nick :$AuthNick is not authed!"return 0} else {set fs [open $chan.ini r+]set finished 0while {![eof $fs] &amp;&amp; !$finished} {  gets $fs line    if {"[lindex $line 0]" == "$Authlevel" &amp;&amp; "[lindex $line 1]" == "owner" } {putquick "NOTICE $nick :$Authlevel $Authlevel2"puts $fs "$Authlevel2 [lindex $text 1]"close $fsset finished 1} else {putquick "NOTICE $nick :Your not set as Owner or Master to $chan"}}}return 0}</code></pre></div>it will not add to the next line but add it to the current line :S<br><br>please help :S<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7699">Patty</a> — Mon May 01, 2006 4:12 pm</p><hr />
]]></content>
	</entry>
	</feed>
