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

	<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>2018-11-01T06:12:03-04:00</updated>

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

		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2018-11-01T06:12:03-04:00</updated>

		<published>2018-11-01T06:12:03-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=107154#p107154</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=107154#p107154"/>
		<title type="html"><![CDATA[Convert script to Tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=107154#p107154"><![CDATA[
The code I gave you is in a "rough" state and can be "polished" here and there, but no problem if you don't want to continue with this. <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=187">caesar</a> — Thu Nov 01, 2018 6:12 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[fireblade]]></name></author>
		<updated>2018-11-01T04:19:18-04:00</updated>

		<published>2018-11-01T04:19:18-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=107153#p107153</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=107153#p107153"/>
		<title type="html"><![CDATA[Convert script to Tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=107153#p107153"><![CDATA[
I think the issue is the current script I'm using will not work on 1.6 eggdrops, so I'm just going to load it on the newer versions, (where it works fine) please consider this topic closed, Thanks again.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=11207">fireblade</a> — Thu Nov 01, 2018 4:19 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[fireblade]]></name></author>
		<updated>2018-10-31T10:05:15-04:00</updated>

		<published>2018-10-31T10:05:15-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=107148#p107148</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=107148#p107148"/>
		<title type="html"><![CDATA[Convert script to Tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=107148#p107148"><![CDATA[
Thanks for the script, unfortunately it's kicking innocent users at the moment, here is an example,  AlohaPink was kicked by Saoirse (Go away)<br>@AlohaPink = 139,865 songs &amp; 964 movies -( List auto updated 2018.Oct.31 at 12am. )- YOU Serve = I Serve -( Open send slots: 3 of 3 )- -( High Speed Fax Modem connect -&gt; fastest send speed to date: 720 kb/s to KizerSoze )- -( Happy Leeching @Õ¿Õ@ )-<br><br>I have another tcl which is working perfect on eggdrop 1.8.3 bots, but will not  load on eggdrop below this version, I can include the script here if it helps,<br><br>Thanks<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=11207">fireblade</a> — Wed Oct 31, 2018 10:05 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2018-10-31T02:17:35-04:00</updated>

		<published>2018-10-31T02:17:35-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=107147#p107147</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=107147#p107147"/>
		<title type="html"><![CDATA[Convert script to Tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=107147#p107147"><![CDATA[
Basically from what I understood from your mIRC script it takes the only first 9 characters from user's input and tests if the characters transformed in ASCII is above 255, and something I didn't understand with 9834 and 9835.<br><br>This code will test all user's input not just first 9 characters for ASCII above 255. Give it a try and let me know if works or not.<div class="codebox"><p>Code: </p><pre><code>bind pubm * * filter:msgproc filter:msg {nick uhost hand chan text} {if {![botisop $chan]} returnset text [stripcodes bcru $text]foreach char [split $text ""] {if {[scan $char %c] &gt; 255} {scan $uhost {%*[^@]@%s} hostpushmode $chan +b "*!*@$host"putkick $chan $nick "Go away"break}}}</code></pre></div>I used pushmode and putkick so the bot will queue multiple bans and kicks in the same line. In theory at least. Feel free to edit whatever suits your needs.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Wed Oct 31, 2018 2:17 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[fireblade]]></name></author>
		<updated>2018-10-30T11:45:58-04:00</updated>

		<published>2018-10-30T11:45:58-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=107145#p107145</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=107145#p107145"/>
		<title type="html"><![CDATA[RE Convert script to Tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=107145#p107145"><![CDATA[
This is one of the current lines being used,<br><br> &lt;faisch&gt; /!⧹ ATТN: Ꭲһіs cһаnnel haѕ mo⋁ᥱԁ to іrⅽ.frеenഠde․net #/ϳoiᥒ /!＼<br><br>Thanks<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=11207">fireblade</a> — Tue Oct 30, 2018 11:45 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2018-10-30T10:17:05-04:00</updated>

		<published>2018-10-30T10:17:05-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=107144#p107144</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=107144#p107144"/>
		<title type="html"><![CDATA[Convert script to Tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=107144#p107144"><![CDATA[
Can you give me an example of how a flood line looks like so I would know what is expected to trigger on?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Tue Oct 30, 2018 10:17 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[fireblade]]></name></author>
		<updated>2018-10-30T09:20:01-04:00</updated>

		<published>2018-10-30T09:20:01-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=107143#p107143</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=107143#p107143"/>
		<title type="html"><![CDATA[Convert script to Tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=107143#p107143"><![CDATA[
Thanks for reply, this code was written by someone else, but basically it's to catch spambots currently flooding Undernet with various types of text, they have switched from normal type fonts, which the bots can easily deal with to non standard type.<br><br>this script works fine, but its for Mirc, which means the person using the script must be connected all the time, so ideally if was was a tcl, it can be loaded on the bots, thanks again<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=11207">fireblade</a> — Tue Oct 30, 2018 9:20 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2018-10-30T02:28:38-04:00</updated>

		<published>2018-10-30T02:28:38-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=107142#p107142</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=107142#p107142"/>
		<title type="html"><![CDATA[Convert script to Tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=107142#p107142"><![CDATA[
I tried with a bit of googling to understand what you want to achieve with this but I'm kind of stuck at what is the while loop supposed to check. You want to punish on usage of codes outside the ASCII table?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Tue Oct 30, 2018 2:28 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[fireblade]]></name></author>
		<updated>2018-10-29T16:20:27-04:00</updated>

		<published>2018-10-29T16:20:27-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=107140#p107140</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=107140#p107140"/>
		<title type="html"><![CDATA[Convert script to Tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=107140#p107140"><![CDATA[
can anyone please convert this .mrc script if possible to a tcl file to load on eggdrop, tia.<br><div class="codebox"><p>Code: </p><pre><code>on @*:text:*:#:{  if ($nick isreg $chan) {    var %i = 1    while (%i &lt;= 9) {      var %x = $asc($mid($strip($1-),%i,1))      if ((%x == 9834) || (%x == 9835)) { halt }      if (%x &gt; 255) {        ban -u60 # $nick 2        kick # $nick Go away        write $qt(scripts\bans.txt) $address($nick,2)        halt      }      inc %i    }  }</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=11207">fireblade</a> — Mon Oct 29, 2018 4:20 pm</p><hr />
]]></content>
	</entry>
	</feed>
