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

	<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-11-26T04:00:27-04:00</updated>

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

		<entry>
		<author><name><![CDATA[CrazyCat]]></name></author>
		<updated>2003-11-26T04:00:27-04:00</updated>

		<published>2003-11-26T04:00:27-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=30710#p30710</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=30710#p30710"/>
		<title type="html"><![CDATA[can someone convert a simple script for me?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=30710#p30710"><![CDATA[
It may <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><br>If you check well the first version, it was looking for *bottler in the variable $version... And $version contains bottler, so it always bans <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=691">CrazyCat</a> — Wed Nov 26, 2003 4:00 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2003-11-25T13:40:32-04:00</updated>

		<published>2003-11-25T13:40:32-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=30698#p30698</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=30698#p30698"/>
		<title type="html"><![CDATA[can someone convert a simple script for me?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=30698#p30698"><![CDATA[
Yeah, it didnt work so great. But if this one does, you're still the man.<br>Tnx again! <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_mrgreen.gif" width="15" height="15" alt=":mrgreen:" title="Mr. Green"><p>Statistics: Posted by Guest — Tue Nov 25, 2003 1:40 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[CrazyCat]]></name></author>
		<updated>2003-11-25T12:45:08-04:00</updated>

		<published>2003-11-25T12:45:08-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=30694#p30694</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=30694#p30694"/>
		<title type="html"><![CDATA[can someone convert a simple script for me?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=30694#p30694"><![CDATA[
well, I'm affraid my previous source won't really work...<br>I'd made some modifications (I'm sure some of you have seen my errors)<br>In previous version, you have: <strong class="text-strong">if {[string match "*bottler*" $version]} {</strong><br>That's stupid, it was ok before I made an array of bad versions....<br>Now, it's <strong class="text-strong">if {[string match "*$version*" $text]} {</strong><br><div class="codebox"><p>Code: </p><pre><code>bind join - "#audio0day *" audio:versionbind ctcr - VERSION audio:replyset mychan "#audio0day"set msg_kick "**Automatic FServe Downloader Not Welcome On This Chan**"set msg_notc "Was Banned For Attempted Use Of An AutoLeech Script **"set bad_versions {"bottler" "zinoz" "autoget"}proc audio:version {nick uhost handle chan} {   putserv "PRIVMSG $nick :\001VERSION\001"}proc audio:reply {nick uhost handle dest key text} {   global botnick msg_kick msg_notc mychan bad_versions   set version [string tolower text]   foreach version $bad_versions {      if {[string match "*$version*" $text]} {         putkick $mychan $nick $msg_kick         putserv "NOTICE $mychan :** $nick $msg_notc"         return 1      }   }}</code></pre></div>Sorry for the errors, I'm sometimes a little bit tired...<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=691">CrazyCat</a> — Tue Nov 25, 2003 12:45 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2003-11-25T09:09:53-04:00</updated>

		<published>2003-11-25T09:09:53-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=30688#p30688</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=30688#p30688"/>
		<title type="html"><![CDATA[can someone convert a simple script for me?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=30688#p30688"><![CDATA[
Excellent!! <br>Thank you very much.<br><br> <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 Guest — Tue Nov 25, 2003 9:09 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[FakeZ]]></name></author>
		<updated>2003-11-25T07:05:20-04:00</updated>

		<published>2003-11-25T07:05:20-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=30676#p30676</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=30676#p30676"/>
		<title type="html"><![CDATA[can someone convert a simple script for me?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=30676#p30676"><![CDATA[
Is this script only for fserv or also for xdcc ?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4045">FakeZ</a> — Tue Nov 25, 2003 7:05 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[CrazyCat]]></name></author>
		<updated>2003-11-25T04:06:41-04:00</updated>

		<published>2003-11-25T04:06:41-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=30670#p30670</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=30670#p30670"/>
		<title type="html"><![CDATA[can someone convert a simple script for me?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=30670#p30670"><![CDATA[
you're lucky, I'd recently made a version script, so I can easily help you <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><div class="codebox"><p>Code: </p><pre><code>bind join - "#audio0day *" audio:versionbind ctcr - VERSION audio:replyset mychan "#audio0day"set msg_kick "**Automatic FServe Downloader Not Welcome On This Chan**"set msg_notc "Was Banned For Attempted Use Of An AutoLeech Script **"set bad_versions {"bottler" "zinoz" "autoget"}proc audio:version {nick uhost handle chan} {   putserv "PRIVMSG $nick :\001VERSION\001"}proc audio:reply {nick uhost handle dest key text} {   global botnick msg_kick msg_notc mychan bad_versions   set version [string tolower text]   foreach version $bad_versions {      if { [string match "*bottler" $version]} {         putkick $mychan $nick $msg_kick         putserv "NOTICE $mychan :** $nick $msg_notc"         return 1      }   }}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=691">CrazyCat</a> — Tue Nov 25, 2003 4:06 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2003-11-24T18:44:13-04:00</updated>

		<published>2003-11-24T18:44:13-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=30649#p30649</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=30649#p30649"/>
		<title type="html"><![CDATA[can someone convert a simple script for me?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=30649#p30649"><![CDATA[
This is the script. If someone could tell me how to load it in an eggdrop, I would be very happy.<br><img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><br><br><br>on 1:JOIN:#audio0day:/ctcp $nick version<br>  on *:CTCPREPLY:*bottler*:{<br>   /mode #audio0day +b $nick<br>   /kick #audio0day $nick 8**Automatic FServe Downloader Not Welcome On This Chan**<br>   /notice #audio0day ** $nick Was Banned For Attempted Use Of An AutoLeech Script **<br>}<br><br>on *:CTCPREPLY:*zinoz*:{<br>   /mode #audio0day +b $nick<br>   /kick #audio0day $nick 8**Automatic FServe Downloader Not Welcome On This Chan**<br>   /notice #audio0day ** $nick Was Banned For Attempted Use Of An AutoLeech Script **<br>}<br><br>on *:CTCPREPLY:*autoget*:{<br>   /mode #audio0day +b $nick<br>   /kick #audio0day $nick 8**Automatic FServe Downloader Not Welcome On This Chan**<br>   /notice #audio0day ** $nick Was Banned For Attempted Use Of An AutoLeech Script **<br>}<p>Statistics: Posted by Guest — Mon Nov 24, 2003 6:44 pm</p><hr />
]]></content>
	</entry>
	</feed>
