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

	<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-03-11T14:23:36-04:00</updated>

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

		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2003-03-11T14:23:36-04:00</updated>

		<published>2003-03-11T14:23:36-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=17735#p17735</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=17735#p17735"/>
		<title type="html"><![CDATA[Backup TCL Script + e-Mail]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=17735#p17735"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>set ufmail "foo@bar.com"bind pub n !backup pub:backupproc pub:backup {nick uhost hand chan arg} {global userfile botnet-nick ufmailif {![file exists $userfile]} {    putserv "NOTICE $nick :Userfile can't be found for mailing.."  } else {    if {[catch {exec mail -s "$userfile from ${botnet-nick}" $ufmail &lt; $userfile}]} {      putserv "NOTICE $nick :Error sending $userfile."    } else {      putserv "NOTICE $nick :Sent $userfile."    }  }  return 0}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Tue Mar 11, 2003 2:23 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[BiLL]]></name></author>
		<updated>2003-03-11T10:44:01-04:00</updated>

		<published>2003-03-11T10:44:01-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=17719#p17719</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=17719#p17719"/>
		<title type="html"><![CDATA[Backup TCL Script + e-Mail]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=17719#p17719"><![CDATA[
Hello,<br><br>I am searching for a TCL script which sends me a few files from the shell via e-mail. Its function is to backup specified files from the shell.<br>The backup can be done via timer or public command (owner flag).<br><br>Would be nice if anyone can help me with such a script, I think<br>its useful and some other peeps would like to see it too.<br><br>Big Thanks!<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=50">BiLL</a> — Tue Mar 11, 2003 10:44 am</p><hr />
]]></content>
	</entry>
	</feed>
