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

	<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-12-18T11:25:58-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2005-12-18T11:25:58-04:00</updated>

		<published>2005-12-18T11:25:58-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=58434#p58434</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=58434#p58434"/>
		<title type="html"><![CDATA[Drone join.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=58434#p58434"><![CDATA[
<blockquote class="uncited"><div>so is this script auto active on all channels?? "set aplore(chans) [channels]"</div></blockquote>If you ask this again, I'll forbid you from using this script! <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_twisted.gif" width="15" height="15" alt=":twisted:" title="Twisted Evil"> yes, I told you so didn't I? and if it's not kicking that's because as Alchera said, no infected user joined yet.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Sun Dec 18, 2005 11:25 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[helpme]]></name></author>
		<updated>2005-12-18T10:21:05-04:00</updated>

		<published>2005-12-18T10:21:05-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=58432#p58432</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=58432#p58432"/>
		<title type="html"><![CDATA[Drone join.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=58432#p58432"><![CDATA[
so is this script auto active on all channels?? "set aplore(chans) [channels]"<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6208">helpme</a> — Sun Dec 18, 2005 10:21 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2005-12-18T09:45:35-04:00</updated>

		<published>2005-12-18T09:45:35-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=58429#p58429</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=58429#p58429"/>
		<title type="html"><![CDATA[Drone join.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=58429#p58429"><![CDATA[
This is my short version:<div class="codebox"><p>Code: </p><pre><code>####################################################################                                                                 ## Coded by: Opposing (Fz@nexushells.net) - #nexushells @ DALnet   ## Version: 2.0                                                    ###                                                                ## Description: Bankicks nicks who are suspicious of being         ##              infected with w32.aplore@mm Trojan/Virus/Worm.     ##              Translated from the Oz mirc addon.                 ##                                                                 ## Report bugs/suggestions to Fz at nexushells.net                 #################################################################################################### Configurations start here: ## __________________________ ### Set the channels you want this script to work on.## example: set aplore(chans) "#chan1 #chan2" (in lowercase)set aplore(chans) [channels]## Set the kick message.set aplore(kmsg) "w32.aplore@mm Trojan/Virus/Worm Infected."## Set, in minutes, ban time for this offence.set aplore(btime) "30"# Configurations end here. ##################################################################################################### Code starts here, please do not edit anything unless you know TCL: ## __________________________________________________________________ #bind join - * aplore:kickproc aplore:kick {nick uhost hand chan} { global aplore if {[string is alpha $nick] || [string match {*[-^`_]*} $nick] || [lsearch -exact $aplore(chans) [string tolower $chan]] == -1} { return 0 } scan $uhost %\[^@\]@%s ident host if {[string match -nocase "*[string trimleft $ident ~]*" $nick] &amp;&amp; [regexp {^[A-z]{3,}[0-9]{2}$} $nick] &amp;&amp; [regexp {^~[A-z]{3,}[0-9]$} $ident]} {  putquick "KICK $chan $nick :$aplore(kmsg)"  putquick "MODE $chan +b *!*@$host"  putlog "\002$nick\002!\002$ident\002 is infected with w32.aplore@mm." }}putlog "w32.aplore@mm bankick v2.0 by Opposing Loaded..."</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Sun Dec 18, 2005 9:45 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2005-12-18T09:17:55-04:00</updated>

		<published>2005-12-18T09:17:55-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=58427#p58427</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=58427#p58427"/>
		<title type="html"><![CDATA[Drone join.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=58427#p58427"><![CDATA[
demond, I don't see how it could be replaced with just <strong class="text-strong">1</strong> regexp, so my request is to do it (I couldn't) <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=3085">Sir_Fz</a> — Sun Dec 18, 2005 9:17 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2005-12-18T02:17:20-04:00</updated>

		<published>2005-12-18T02:17:20-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=58420#p58420</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=58420#p58420"/>
		<title type="html"><![CDATA[Drone join.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=58420#p58420"><![CDATA[
that <em class="text-italics">if</em> can be substituted with a single regexp, bet let leave this to the avid readers <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=";)" title="Wink"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Sun Dec 18, 2005 2:17 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2005-12-18T01:23:31-04:00</updated>

		<published>2005-12-18T01:23:31-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=58418#p58418</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=58418#p58418"/>
		<title type="html"><![CDATA[Drone join.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=58418#p58418"><![CDATA[
Never suggested otherwise. LOL<br><br>Now demond, take up Sir_Fz's "challenge"?  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=":wink:" title="Wink"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Sun Dec 18, 2005 1:23 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2005-12-17T21:29:55-04:00</updated>

		<published>2005-12-17T21:29:55-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=58409#p58409</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=58409#p58409"/>
		<title type="html"><![CDATA[Drone join.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=58409#p58409"><![CDATA[
I have no doubt it works<br><br>my point was that we should cultivate good programming (in our case, that translates to scripting) practices; and having multiline if's with nested condition levels is hardly good practice<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Sat Dec 17, 2005 9:29 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2005-12-17T18:46:54-04:00</updated>

		<published>2005-12-17T18:46:54-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=58402#p58402</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=58402#p58402"/>
		<title type="html"><![CDATA[Drone join.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=58402#p58402"><![CDATA[
<blockquote class="uncited"><div>Dont know if it work, dont see a w32 troyan, so is this right or not??</div></blockquote>Wait patiently until an "infected" client enters a channel.<br><div class="codebox"><p>Code: </p><pre><code>Baller14!~baller14 is infected with w32.aplore@mm.--&gt;Baller14 (~Baller14@66.195.171.35) has joined #eggdrops*  Alchera sets ban on *!*@66.195.171.35&lt;--Alchera has kicked Baller14 from #eggdrops (w32.aplore@mm Trojan/Virus/Worm Infected.)</code></pre></div>I run the script in XChat and the above is what you are expecting from your bot.<br><br>If the script does not work simply '.set errorInfo' in the command console and post results in this forum. <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><br><br>Btw demond, 'ifs' or no, Sir_Fz's script works as expected. <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=3646">Alchera</a> — Sat Dec 17, 2005 6:46 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2005-12-17T14:14:12-04:00</updated>

		<published>2005-12-17T14:14:12-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=58392#p58392</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=58392#p58392"/>
		<title type="html"><![CDATA[Drone join.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=58392#p58392"><![CDATA[
<blockquote class="uncited"><div>is it just me or are really Sir_Fz's scripts becoming to look like awyeah's? <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=";)" title="Wink"><br><br>those multiline if's are hard to read, and prone to errors</div></blockquote>I didn't want to stack everything into 1 if, and there are no erros and please make it easier if you care (I don't) <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_razz.gif" width="15" height="15" alt=":P" title="Razz"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Sat Dec 17, 2005 2:14 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[helpme]]></name></author>
		<updated>2005-12-17T13:33:00-04:00</updated>

		<published>2005-12-17T13:33:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=58390#p58390</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=58390#p58390"/>
		<title type="html"><![CDATA[Drone join.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=58390#p58390"><![CDATA[
Dont know if it work, dont see a w32 troyan, so is this right or not??<br><div class="codebox"><p>Code: </p><pre><code>####################################################################                                                                 ## Coded by: Opposing (Fz@nexushells.net) - #nexushells @ DALnet   ## Version: 1.0                                                    ###                                                                ## Description: Bankicks nicks who are suspicious of being         ##              infected with w32.aplore@mm Trojan/Virus/Worm.     ##              Translated from the Oz mirc addon.                 ##                                                                 ## Report bugs/suggestions to Fz at nexushells.net                 #################################################################################################### Configurations start here: ## __________________________ ### Set the channels you want this script to work on.## example: set aplore(chans) "#chan1 #chan2" (in lowercase)set aplore(chans) [channels]## Set the kick message.set aplore(kmsg) "w32.aplore@mm Trojan/Virus/Worm Infected."## Set, in minutes, ban time for this offence.set aplore(btime) "30"# Configurations end here. ##################################################################################################### Code starts here, please do not edit anything unless you know TCL: ## __________________________________________________________________ #bind join - * aplore:kickproc aplore:kick {nick uhost hand chan} { global aplore set aplorenick 0 if {([string is alpha $nick]) || ([string match *\[-^`_\]* $nick]) || ([lsearch -exact $aplore(chans) [string tolower $chan]] == -1)} { return 0 } scan $uhost %\[^@\]@%s ident host if {([string match -nocase "*[set sident [string trimleft $ident ~]]*" $nick]) &amp;&amp; ([string is alpha [string range $nick 0 3]]) &amp;&amp; ([string is integer [string range $nick end-1 end]]) &amp;&amp; ([string is integer [string index $sident end]]) &amp;&amp; ([string index $ident 0] == "~")} {  putquick "KICK $chan $nick :$aplore(kmsg)"  putquick "MODE $chan +b *!*@$host"  putlog "\002$nick\002!\002$ident\002 is infected with w32.aplore@mm." }}putlog "w32.aplore@mm bankick v1.0 by Opposing Loaded..."</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6208">helpme</a> — Sat Dec 17, 2005 1:33 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2005-12-17T13:00:09-04:00</updated>

		<published>2005-12-17T13:00:09-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=58387#p58387</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=58387#p58387"/>
		<title type="html"><![CDATA[Drone join.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=58387#p58387"><![CDATA[
is it just me or are really Sir_Fz's scripts becoming to look like awyeah's? <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=";)" title="Wink"><br><br>those multiline if's are hard to read, and prone to errors<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Sat Dec 17, 2005 1:00 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2005-12-17T12:59:25-04:00</updated>

		<published>2005-12-17T12:59:25-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=58386#p58386</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=58386#p58386"/>
		<title type="html"><![CDATA[Drone join.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=58386#p58386"><![CDATA[
Try it.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Sat Dec 17, 2005 12:59 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[helpme]]></name></author>
		<updated>2005-12-17T12:34:43-04:00</updated>

		<published>2005-12-17T12:34:43-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=58382#p58382</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=58382#p58382"/>
		<title type="html"><![CDATA[Drone join.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=58382#p58382"><![CDATA[
Ah ok thx, so is this right?<br><br><div class="codebox"><p>Code: </p><pre><code>####################################################################                                                                 ## Coded by: Opposing (Fz@nexushells.net) - #nexushells @ DALnet   ## Version: 1.0                                                    ###                                                                ## Description: Bankicks nicks who are suspicious of being         ##              infected with w32.aplore@mm Trojan/Virus/Worm.     ##              Translated from the Oz mirc addon.                 ##                                                                 ## Report bugs/suggestions to Fz at nexushells.net                 #################################################################################################### Configurations start here: ## __________________________ ### Set the channels you want this script to work on.## example: set aplore(chans) "#chan1 #chan2" (in lowercase)set aplore(chans) [channels]## Set the kick message.set aplore(kmsg) "w32.aplore@mm Trojan/Virus/Worm Infected."## Set, in minutes, ban time for this offence.set aplore(btime) "30"# Configurations end here. ##################################################################################################### Code starts here, please do not edit anything unless you know TCL: ## __________________________________________________________________ #bind join - * aplore:kickproc aplore:kick {nick uhost hand chan} { global aplore set aplorenick 0 if {([string is alpha $nick]) || ([string match *\[-^`_\]* $nick]) || ([lsearch -exact $aplore(chans) [string tolower $chan]] == -1)} { return 0 } scan $uhost %\[^@\]@%s ident host if {([string match -nocase "*[set sident [string trimleft $ident ~]]*" $nick]) &amp;&amp; ([string is alpha [string range $nick 0 3]]) &amp;&amp; ([string is integer [string range $nick end-1 end]]) &amp;&amp; ([string is integer [string index $sident end]]) &amp;&amp; ([string index $ident 0] == "~")} {  putquick "KICK $chan $nick :$aplore(kmsg)"  putquick "MODE $chan +b *!*@$host"  putlog "\002$nick\002!\002$ident\002 is infected with w32.aplore@mm." }}putlog "w32.aplore@mm bankick v1.0 by Opposing Loaded..."</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6208">helpme</a> — Sat Dec 17, 2005 12:34 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2005-12-17T12:24:25-04:00</updated>

		<published>2005-12-17T12:24:25-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=58378#p58378</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=58378#p58378"/>
		<title type="html"><![CDATA[Drone join.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=58378#p58378"><![CDATA[
No, <strong class="text-strong">set aplore(chans) ""</strong> means the script is inactive on all channels. If you want it active on all channels then use<div class="codebox"><p>Code: </p><pre><code>set aplore(chans) [channels]</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Sat Dec 17, 2005 12:24 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[helpme]]></name></author>
		<updated>2005-12-17T11:43:50-04:00</updated>

		<published>2005-12-17T11:43:50-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=58376#p58376</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=58376#p58376"/>
		<title type="html"><![CDATA[Drone join.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=58376#p58376"><![CDATA[
thx, when i use: set aplore(chans) ""  &lt;&lt; this mean that the script is active on all channels?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6208">helpme</a> — Sat Dec 17, 2005 11:43 am</p><hr />
]]></content>
	</entry>
	</feed>
