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

	<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-06-12T11:32:43-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2005-06-12T11:32:43-04:00</updated>

		<published>2005-06-12T11:32:43-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=50636#p50636</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=50636#p50636"/>
		<title type="html"><![CDATA[Re: Script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=50636#p50636"><![CDATA[
<blockquote class="uncited"><div>Would anyone mind converting this into .tcl</div></blockquote>If you're interrested in using these punishment methods to other types of floods as well, Try using <a href="http://hub.nexushells.net/~Fz/allfloodprotection3.7b.zip" class="postlink">allfloodprotection3.7b.tcl</a>. You can choose different types of punishments like warn first then kick or kickban...etc and it can be done with several types of floods.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Sun Jun 12, 2005 11:32 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[De Kus]]></name></author>
		<updated>2005-06-12T09:57:58-04:00</updated>

		<published>2005-06-12T09:57:58-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=50630#p50630</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=50630#p50630"/>
		<title type="html"><![CDATA[Script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=50630#p50630"><![CDATA[
and [lindex $text 0] should be [lindex [split $text] 0] ^-^.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2382">De Kus</a> — Sun Jun 12, 2005 9:57 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[-W0kk3L-]]></name></author>
		<updated>2005-06-12T05:05:41-04:00</updated>

		<published>2005-06-12T05:05:41-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=50620#p50620</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=50620#p50620"/>
		<title type="html"><![CDATA[Script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=50620#p50620"><![CDATA[
Rough code indeed <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><br><div class="codebox"><p>Code: </p><pre><code>   } esle {  </code></pre></div>But nice piece of code ;b<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2750">-W0kk3L-</a> — Sun Jun 12, 2005 5:05 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[awyeah]]></name></author>
		<updated>2005-06-12T03:32:49-04:00</updated>

		<published>2005-06-12T03:32:49-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=50616#p50616</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=50616#p50616"/>
		<title type="html"><![CDATA[Script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=50616#p50616"><![CDATA[
Some what a rough translation of this mIRC code, into TCL:<br><div class="codebox"><p>Code: </p><pre><code>bind pubm - "*" my:procproc my:proc {nick uhost hand chan text} { global adv_nick  if {[isop $nick $chan] || [isvoice $nick $chan] || [isbotnick $chan] || [string equal -nocase "#energex" [lindex $text 0]]} { return 0 }  if {[string match "*#*" $text] &amp;&amp; [string equal -nocase "#energex" $chan]} {   if {![info exists adv_nick($nick)]} {    set adv_nick($nick) 1    putserv "NOTICE $nick :Please do not advertise in $chan! You have been warned."   } elseif {$adv_nick($nick) == 1} {       incr adv_nick($nick)       putserv "PRIVMSG chanserv :tb #energex $nick 30m Do Not Advertise in $chan! This is your second warning. 30 minute timeban. Please refer to the GameSurge AUP: www.gamesurge.net/aup \[Rule 3\]"   } esle {       putserv "PRIVMSG chanserv :addban #energex $nick Do Not Advertise in $chan! That was your last warning. You have been banned. Please refer to the GameSurge AUP: www.gamesurge.net/aup \[Rule 3\]"       unset adv_nick($nick)     }  }}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4875">awyeah</a> — Sun Jun 12, 2005 3:32 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[stevegarbz]]></name></author>
		<updated>2005-06-11T22:05:25-04:00</updated>

		<published>2005-06-11T22:05:25-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=50611#p50611</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=50611#p50611"/>
		<title type="html"><![CDATA[Script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=50611#p50611"><![CDATA[
Would anyone mind converting this into .tcl:<br><div class="codebox"><p>Code: </p><pre><code>on *:TEXT:*#*:#energex:{  if (($nick isop $chan) || ($nick isvoice $chan)) || ($1 == #energex) { halt }  else {    if (!%adv. [ $+ [ $nick ] ]) { set %adv. $+ $nick 1 | .notice $nick Please do not advertise in $chan $+ ! You have been warned. }    elseif (%adv. [ $+ [ $nick ] ] == 1) { inc %adv. $+ $nick | /msg chanserv tb #energex $nick 30m Do Not Advertise in $chan $+ ! This is your second warning. 30 minute timeban. Please refer to the GameSurge AUP: www.gamesurge.net $+ / $+ aup [Rule 3] }    else {      /msg chanserv addban #energex $nick Do Not Advertise in $chan $+ ! That was your last warning. You have been banned. Please refer to the GameSurge AUP: www.gamesurge.net $+ / $+ aup [Rule 3]      unset %adv. $+ $nick     }  }}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5732">stevegarbz</a> — Sat Jun 11, 2005 10:05 pm</p><hr />
]]></content>
	</entry>
	</feed>
