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

	<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>2015-05-13T16:56:54-04:00</updated>

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

		<entry>
		<author><name><![CDATA[juanamores]]></name></author>
		<updated>2015-05-13T16:56:54-04:00</updated>

		<published>2015-05-13T16:56:54-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=104092#p104092</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=104092#p104092"/>
		<title type="html"><![CDATA[Retrieve data from a file (other alternative)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=104092#p104092"><![CDATA[
I tried another way to retrieve data from a file.<br>I know the <a href="http://forum.egghelp.org/viewtopic.php?t=6885&amp;highlight=simple" class="postlink">"traditional"</a> way, but I tried for other alternative to be learning.<div class="codebox"><p>Code: </p><pre><code>proc noti_nolist {nick uhost handle chan arg} {global canal_adminif {[string tolower $chan] != [string tolower $canal_admin]} {return}if {[file exist prohibidos.txt]} {set file [open prohibidos.txt "r"]set x 0while {![eof $file]} {set nickpr [gets $file]if {([llength $nickpr] == 0) &amp;&amp; ($x == 0)} { putmsg $chan  "The list is empty."; return } if {$nickpr == ""} { continue }putmsg $chan "$nickpr"set x [expr {$x + 1}]}close $fileputmsg $chan "The list contains  $x prohibited nicks."} else {putmsg $canal_admin "Has not yet entered any nick,database is missing.!"}}</code></pre></div>Works well!  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":D" title="Very Happy"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12499">juanamores</a> — Wed May 13, 2015 4:56 pm</p><hr />
]]></content>
	</entry>
	</feed>
