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

	<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>2003-07-06T15:31:34-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2003-07-06T15:31:34-04:00</updated>

		<published>2003-07-06T15:31:34-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=23148#p23148</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=23148#p23148"/>
		<title type="html"><![CDATA[Help with a script.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=23148#p23148"><![CDATA[
ok i added the set text and the proc <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><br>thanx.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Sun Jul 06, 2003 3:31 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2003-07-06T15:16:40-04:00</updated>

		<published>2003-07-06T15:16:40-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=23147#p23147</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=23147#p23147"/>
		<title type="html"><![CDATA[Help with a script.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=23147#p23147"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>set text [ctrl:filter $text]</code></pre></div>and the result will be the text without colors, bold, underline, reverse.. etc.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Sun Jul 06, 2003 3:16 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2003-07-06T15:02:47-04:00</updated>

		<published>2003-07-06T15:02:47-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=23145#p23145</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=23145#p23145"/>
		<title type="html"><![CDATA[Help with a script.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=23145#p23145"><![CDATA[
well how do i do it ?<br>I make another bind msgm using this proc ?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Sun Jul 06, 2003 3:02 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2003-07-06T14:40:17-04:00</updated>

		<published>2003-07-06T14:40:17-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=23142#p23142</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=23142#p23142"/>
		<title type="html"><![CDATA[Help with a script.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=23142#p23142"><![CDATA[
Use this code made by ppslim for his No!Spam script:<div class="codebox"><p>Code: </p><pre><code>proc ctrl:filter {str} {  regsub -all -- {\003[0-9]{0,2}(,[0-9]{0,2})?|\017|\037|\002|\026|\006|\007} $str "" str  return $str}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Sun Jul 06, 2003 2:40 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2003-07-06T08:02:35-04:00</updated>

		<published>2003-07-06T08:02:35-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=23130#p23130</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=23130#p23130"/>
		<title type="html"><![CDATA[Help with a script.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=23130#p23130"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>set spambantime 10bind msgm - "*" pv_kickproc pv_kick {nick uhost hand text} {global botnick spambantime if {[matchattr $hand m]} { return } if {[regexp -nocase "#" $text] || [regexp -nocase "join" $text] || [regexp -nocase "channel" $text] || [regex$   foreach kickchan [channels] {     if {![isop $nick $kickchan] || ![isvoice $nick $kickchan]} {       if {[onchan $nick $kickchan]} {          set bmask "*!*[string range $uhost [string first "@" $uhost] end]"          if {![ischanban $bmask $kickchan] || [botisop $kickchan]} {                set kickmsg "Private Spamming detected - Banned 10mins."                putquick "KICK $kickchan $nick :$kickmsg"                putquick "mode $kickchan +b $bmask $spambantime"              }        }     }}}}</code></pre></div>but the bot doesn't kickban spammer when they use codes such as color...<br>so how can I strip the strings ?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Sun Jul 06, 2003 8:02 am</p><hr />
]]></content>
	</entry>
	</feed>
