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

	<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>2007-06-13T16:16:38-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2007-06-13T16:16:38-04:00</updated>

		<published>2007-06-13T16:16:38-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=73538#p73538</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=73538#p73538"/>
		<title type="html"><![CDATA[ban via x [ antisocks.tcl ]]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=73538#p73538"><![CDATA[
<blockquote class="uncited"><div>I changed it to<br>putserv "privmsg x :ban [lindex $args 0] *!*@${host} 2400 499 "<br><br>but it didnt work and i dont see any errors?</div></blockquote>You replaced what exactly?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Wed Jun 13, 2007 4:16 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2007-06-13T09:51:55-04:00</updated>

		<published>2007-06-13T09:51:55-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=73525#p73525</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=73525#p73525"/>
		<title type="html"><![CDATA[ban via x [ antisocks.tcl ]]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=73525#p73525"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>.set errorInfo</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Wed Jun 13, 2007 9:51 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[silverboy]]></name></author>
		<updated>2007-06-13T06:46:31-04:00</updated>

		<published>2007-06-13T06:46:31-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=73520#p73520</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=73520#p73520"/>
		<title type="html"><![CDATA[ban via x [ antisocks.tcl ]]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=73520#p73520"><![CDATA[
I changed it to<br>putserv "privmsg x :ban [lindex $args 0] *!*@${host} 2400 499 "<br><br>but it didnt work and i dont see any errors?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7362">silverboy</a> — Wed Jun 13, 2007 6:46 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2006-02-13T02:02:54-04:00</updated>

		<published>2006-02-13T02:02:54-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=60393#p60393</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=60393#p60393"/>
		<title type="html"><![CDATA[ban via x [ antisocks.tcl ]]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=60393#p60393"><![CDATA[
<blockquote class="uncited"><div>if {$bantime != ""} { newban *!*@${host} $botnick "Open socks v$reply found on $host!" $bantime } <br><br>well wt does it mean by this line then lol <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_neutral.gif" width="15" height="15" alt=":|" title="Neutral"><br>do i hav to edit that newban too for the script to ban via x ? or js leave it lik tat</div></blockquote>The above simply means that if the variable "bantime" is not empty then go ahead and set the ban with the duration as contained in $bantime. <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":D" title="Very Happy"><br><br>One would assume the code just below that line would handle the ban if "bantime" is empty (i.e. setting a default duration for the ban).<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Mon Feb 13, 2006 2:02 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[silverboy]]></name></author>
		<updated>2006-02-13T00:03:07-04:00</updated>

		<published>2006-02-13T00:03:07-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=60391#p60391</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=60391#p60391"/>
		<title type="html"><![CDATA[ban via x [ antisocks.tcl ]]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=60391#p60391"><![CDATA[
if {$bantime != ""} { newban *!*@${host} $botnick "Open socks v$reply found on $host!" $bantime } <br><br>well wt does it mean by this line then lol <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_neutral.gif" width="15" height="15" alt=":|" title="Neutral"><br>do i hav to edit that newban too for the script to ban via x ? or js leave it lik tat<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7362">silverboy</a> — Mon Feb 13, 2006 12:03 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2006-02-12T22:32:31-04:00</updated>

		<published>2006-02-12T22:32:31-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=60388#p60388</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=60388#p60388"/>
		<title type="html"><![CDATA[ban via x [ antisocks.tcl ]]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=60388#p60388"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>putserv "privmsg x :&lt;whatever syntax used to ban through x here&gt;"</code></pre></div>[lindex $args 0] = chan<br>[lindex $args 1] = nick<br>$host = ip<br>$bantime = ban time in minutes<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Sun Feb 12, 2006 10:32 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[silverboy]]></name></author>
		<updated>2006-02-12T21:29:32-04:00</updated>

		<published>2006-02-12T21:29:32-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=60385#p60385</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=60385#p60385"/>
		<title type="html"><![CDATA[ban via x [ antisocks.tcl ]]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=60385#p60385"><![CDATA[
if {$type == "join"} {<br>          putserv "kick [lindex $args 0] [lindex $args 1] :Open socks v$reply found on $host!"<br>          if {$bantime != ""} { newban *!*@${host} $botnick "Open socks v$reply found on $host!" $bantime }<br><br><br><br>well i dunno evn the basc of tcl scrptn to change dis... i jz kno a lil of irc scriptn' i tried someone thr like putser :Privmsg x: ban $chan &lt;--dunno wot comes after this lol<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7362">silverboy</a> — Sun Feb 12, 2006 9:29 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2006-02-12T11:03:26-04:00</updated>

		<published>2006-02-12T11:03:26-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=60350#p60350</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=60350#p60350"/>
		<title type="html"><![CDATA[ban via x [ antisocks.tcl ]]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=60350#p60350"><![CDATA[
Search for the lines where the kick/ban is and change it to whatever you want.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Sun Feb 12, 2006 11:03 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2006-02-12T02:53:32-04:00</updated>

		<published>2006-02-12T02:53:32-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=60335#p60335</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=60335#p60335"/>
		<title type="html"><![CDATA[ban via x [ antisocks.tcl ]]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=60335#p60335"><![CDATA[
<blockquote class="uncited"><div>the script is too big to b posted wif the code, n the server is UNDERNET  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_lol.gif" width="15" height="15" alt=":lol:" title="Laughing"></div></blockquote>Then you will have to be patient and see if any will download it and look at it.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Sun Feb 12, 2006 2:53 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[silverboy]]></name></author>
		<updated>2006-02-12T01:45:31-04:00</updated>

		<published>2006-02-12T01:45:31-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=60330#p60330</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=60330#p60330"/>
		<title type="html"><![CDATA[ban via x [ antisocks.tcl ]]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=60330#p60330"><![CDATA[
the script is too big to b posted wif the code, n the server is UNDERNET  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_lol.gif" width="15" height="15" alt=":lol:" title="Laughing"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7362">silverboy</a> — Sun Feb 12, 2006 1:45 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2006-02-12T01:23:56-04:00</updated>

		<published>2006-02-12T01:23:56-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=60328#p60328</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=60328#p60328"/>
		<title type="html"><![CDATA[ban via x [ antisocks.tcl ]]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=60328#p60328"><![CDATA[
No one would be silly enough to download that; post the script using code tags.<br><br>And which Network?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Sun Feb 12, 2006 1:23 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[silverboy]]></name></author>
		<updated>2006-02-11T22:45:39-04:00</updated>

		<published>2006-02-11T22:45:39-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=60324#p60324</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=60324#p60324"/>
		<title type="html"><![CDATA[ban via x [ antisocks.tcl ]]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=60324#p60324"><![CDATA[
<a href="http://www.egghelp.org/cgi-bin/tcl_archive.tcl?mode=download&amp;id=15" class="postlink">http://www.egghelp.org/cgi-bin/tcl_arch ... load&amp;id=15</a><br><br>can nyone please help me to make this tcl ban via x, wud b reallyyyyyyy thankful mwah..<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7362">silverboy</a> — Sat Feb 11, 2006 10:45 pm</p><hr />
]]></content>
	</entry>
	</feed>
