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

	<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-06-22T11:52:55-04:00</updated>

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

		<entry>
		<author><name><![CDATA[genti]]></name></author>
		<updated>2006-06-22T11:52:55-04:00</updated>

		<published>2006-06-22T11:52:55-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=64266#p64266</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=64266#p64266"/>
		<title type="html"><![CDATA[Bookmarks script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=64266#p64266"><![CDATA[
:*<br><br>thx<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7049">genti</a> — Thu Jun 22, 2006 11:52 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[deadite66]]></name></author>
		<updated>2006-06-22T10:47:57-04:00</updated>

		<published>2006-06-22T10:47:57-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=64265#p64265</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=64265#p64265"/>
		<title type="html"><![CDATA[Bookmarks script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=64265#p64265"><![CDATA[
use commands !url and !listurl<br><div class="codebox"><p>Code: </p><pre><code>bind pub - !url saveurlproc saveurl {nick uhost hand chan arg} { if {$arg == ""} { puthelp "PRIVMSG $chan : Usage is !url web_page_url" } else { set fname "urlsave.txt" set fp [open $fname "a"] puts $fp $arg close $fp }}bind pub - !listurl listurlproc listurl {nick uhost hand chan arg} {set fp [open "urlsave.txt" "r"]set data [read -nonewline $fp]set lines [split $data "\n"]close $fpforeach x $lines {puthelp "PRIVMSG $nick :$x" }}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6296">deadite66</a> — Thu Jun 22, 2006 10:47 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[genti]]></name></author>
		<updated>2006-06-22T08:58:14-04:00</updated>

		<published>2006-06-22T08:58:14-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=64264#p64264</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=64264#p64264"/>
		<title type="html"><![CDATA[Bookmarks script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=64264#p64264"><![CDATA[
Hi all!<br>I need a tcl script to append, by a trigger, an url from irc to a text file, and with another it read the text file and write the output in the client query. Does it is possible?<br><br><br>p.s.<br>sorry for my english  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_redface.gif" width="15" height="15" alt=":oops:" title="Embarassed"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7049">genti</a> — Thu Jun 22, 2006 8:58 am</p><hr />
]]></content>
	</entry>
	</feed>
