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

	<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>2005-08-13T17:10:11-04:00</updated>

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

		<entry>
		<author><name><![CDATA[fuzzles]]></name></author>
		<updated>2005-08-13T17:10:11-04:00</updated>

		<published>2005-08-13T17:10:11-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=54206#p54206</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=54206#p54206"/>
		<title type="html"><![CDATA[[Request] Folder (action)List Script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=54206#p54206"><![CDATA[
Big thx for help <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6591">fuzzles</a> — Sat Aug 13, 2005 5:10 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2005-08-13T14:21:58-04:00</updated>

		<published>2005-08-13T14:21:58-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=54200#p54200</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=54200#p54200"/>
		<title type="html"><![CDATA[[Request] Folder (action)List Script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=54200#p54200"><![CDATA[
this will scan the specified directory every minute for created/removed dirs, report those to you and log to bot's main logfile <div class="codebox"><p>Code: </p><pre><code>set you yournickset dir /home/you/wwwbind time - * fooproc foo {m h d mo y} {   global bar dir you   if ![info exists bar] {      set bar [glob -dir $dir -types d -tails *]   } else {      set moo [glob -dir $dir -types d -tails *]      foreach d $moo {         if {[lsearch -exact $bar $d] == -1} {            putserv "privmsg $you :created $d"            putlog "created directory $d"         }      }      foreach d $bar {         if {[lsearch -exact $moo $d] == -1} {            putserv "privmsg $you :removed $d"            putlog "removed directory $d"         }      }      set bar $moo   }}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Sat Aug 13, 2005 2:21 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[fuzzles]]></name></author>
		<updated>2005-08-13T13:19:40-04:00</updated>

		<published>2005-08-13T13:19:40-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=54196#p54196</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=54196#p54196"/>
		<title type="html"><![CDATA[[Request] Folder (action)List Script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=54196#p54196"><![CDATA[
not other users, it is just for me, so a message/query would be ok too.<br><br>Im running serveral Webservers with daily Backups on a Remote Machine, they all get their own folders and archivs with sfv files [avoiding crc errors].<br>At the moment i recheck this with serveral mails a day, it works but it would be better ifthe output would be put into a chan or into a query/message [the only prob is the static nick here..]<br><br>cu<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6591">fuzzles</a> — Sat Aug 13, 2005 1:19 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2005-08-13T02:24:38-04:00</updated>

		<published>2005-08-13T02:24:38-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=54161#p54161</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=54161#p54161"/>
		<title type="html"><![CDATA[[Request] Folder (action)List Script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=54161#p54161"><![CDATA[
just curious, why would the users on your IRC channel want to know when a new directory is created in your shell account? i.e. what's the purpose of such script?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Sat Aug 13, 2005 2:24 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[fuzzles]]></name></author>
		<updated>2005-08-13T02:07:00-04:00</updated>

		<published>2005-08-13T02:07:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=54155#p54155</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=54155#p54155"/>
		<title type="html"><![CDATA[[Request] Folder (action)List Script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=54155#p54155"><![CDATA[
Sorry but i'm not into stuff like Warez, i dont want something that checks ftps or whatever, just check a local directory for a new dir an paste it into a channel.<br><br>So i just wanted some hints or maybe some informations or code pieces.<br><br>cu<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6591">fuzzles</a> — Sat Aug 13, 2005 2:07 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2005-08-13T00:43:25-04:00</updated>

		<published>2005-08-13T00:43:25-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=54153#p54153</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=54153#p54153"/>
		<title type="html"><![CDATA[[Request] Folder (action)List Script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=54153#p54153"><![CDATA[
that's something which should be integrated in your dcc/ftp/warez/whatever-serve script/bot, so kindly redirect your request to its author(s)<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Sat Aug 13, 2005 12:43 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[greenbear]]></name></author>
		<updated>2005-08-13T00:25:17-04:00</updated>

		<published>2005-08-13T00:25:17-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=54152#p54152</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=54152#p54152"/>
		<title type="html"><![CDATA[[Request] Folder (action)List Script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=54152#p54152"><![CDATA[
oh c'mon, there must be like a billion warez sitebot scrits out there already.<br>google is your friend.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=24">greenbear</a> — Sat Aug 13, 2005 12:25 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[fuzzles]]></name></author>
		<updated>2005-08-13T00:14:51-04:00</updated>

		<published>2005-08-13T00:14:51-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=54150#p54150</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=54150#p54150"/>
		<title type="html"><![CDATA[[Request] Folder (action)List Script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=54150#p54150"><![CDATA[
Hi,<br><br>I wanted to know if it is possible to code a script that can do the following things :<br><br>1. Paste changes done in one folder into a Channel [just directorys created/removed] [possible with an option to log files created/removed]inclusive Date and Time.<br>2. Create a "log"file with every action logged.<br>3. possible a .sfv checker.<br><br>thanks for any help or information.<br><br>ps: sorry for my bad english.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6591">fuzzles</a> — Sat Aug 13, 2005 12:14 am</p><hr />
]]></content>
	</entry>
	</feed>
