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

	<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>2002-12-19T10:40:44-04:00</updated>

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

		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2002-12-19T10:40:44-04:00</updated>

		<published>2002-12-19T10:40:44-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=14427#p14427</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=14427#p14427"/>
		<title type="html"><![CDATA[CAPS tcl help pls]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=14427#p14427"><![CDATA[
Remember, text contains spaces, and these are classed as normal text.<br><br>Can you give any examples or when it doesn't work?<br><br>Can you conclusivly proove it doesn't work?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Thu Dec 19, 2002 10:40 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Illidan]]></name></author>
		<updated>2002-12-19T10:38:06-04:00</updated>

		<published>2002-12-19T10:38:06-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=14426#p14426</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=14426#p14426"/>
		<title type="html"><![CDATA[CAPS tcl help pls]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=14426#p14426"><![CDATA[
Hello,<br><br>I tried this script below and it doesnt work. Please guide.<br><br>######################################### <br># capsGF.tcl (GF stands for G-Force bot) <br># credits goes to: <br># ppslim, Papillon <br># <br>#Date: 11 sept 2002 <br># <br>######################################### <br># <br>#Set this to the minimum string wize, before it will act <br>#IE, set 6, "HELLO" = no kick, "HELLO ALL" = kick <br>set cap_min 5 <br><br>#set this tot he percentage, wihtout any percentage char <br>#IE, 50 <br>set cap_per 40 <br><br>bind pubm - "*" cap:perc:kick <br>proc cap:perc:kick {nick uh hand chan arg} { <br>global cap_per cap_min <br>if {[string length $arg] &lt;= $cap_min} { return } <br>set full [string length $arg] <br>regsub -all {[A-Z]} $arg "" arg <br>putlog "$arg" <br>set perc [expr (($full - [string length $arg]) * 100) / $full] <br>putlog "$perc" <br>if {$perc &gt;= $cap_per} { <br>putserv "KICK $chan $nick :*** NO *** caps please!!!) ([string range $perc 0 5]% caps)" <br>} <br>} <br><br>putlog "CapsGF.tcl 2002 Loaded"<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2097">Illidan</a> — Thu Dec 19, 2002 10:38 am</p><hr />
]]></content>
	</entry>
	</feed>
