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

	<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-04T11:54:44-04:00</updated>

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

		<entry>
		<author><name><![CDATA[r0t3n]]></name></author>
		<updated>2005-06-04T11:54:44-04:00</updated>

		<published>2005-06-04T11:54:44-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=50214#p50214</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=50214#p50214"/>
		<title type="html"><![CDATA[Protection Bot Request Script With Clonescanner]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=50214#p50214"><![CDATA[
Cool, thanks for that, can you check this script, theres some errors, i dont seem to be able to find the problem.<br><div class="codebox"><p>Code: </p><pre><code>bind pub * \$op op:op bind pub * \$deop deop:deop proc op:op {nick uhost handle chan text} { global botnick if {![matchattr $handle n|n $chan] &amp;&amp; ![matchattr $handle m|m $chan] &amp;&amp; ![matchattr $handle |o $chan]} { putserv "NOTICE $nick :Error: Either You Have No Access To This Command ( +o needed )" } } { if {[matchattr $handle n|n $chan] || [matchattr $handle m|m $chan] || [matchattr $handle |o $chan]} { set onick [lindex [split $text] 0] if {![onchan $onick $chan]} { putserv "NOTICE $nick :Error: $onick Is Not On $chan" } } { if {[isop $onick $chan]} { putserv "NOTICE $nick :Error: $onick Is Already Oped On $chan"  } } { if {[isbotnick $onick]} { putserv "NOTICE $nick :Nice Try, $onick Is $::botnick, You Can't Outsmart Me!!" } } { if {onchan $onick $chan]} { if ![isop $onick $chan]} { if ![isbotnick $onick]} { putquick "MODE $chan +o $onick" putserv "NOTICE $onick :Hello $onick, You Was Oped On $chan By $nick, Please Not Protection Is On By #ShoVe So Dont Do Anything Stupid!!" putserv "NOTICE $nick :Successful: $onick Was Oped On $chan" } proc deop:deop {nick uhost handle chan text} { global botnick if {![matchattr $handle n|n $chan] &amp;&amp; ![matchattr $handle m|m $chan] &amp;&amp; ![matchattr $handle |o $chan]} { putserv "NOTICE $nick :Error: You Have No Access To This Command ( +o needed )" } } { if {[matchattr $handle n|n $chan] || [matchattr $handle m|m $chan] || [matchattr $handle |o $chan]} { set deopnick [lindex [split $text] 0] if {![onchan $deopnick $chan]} { putserv "NOTICE $nick :Error: $deopnick Is Not On $chan" } else { if {![isop $deopnick $chan]} { putserv "NOTICE $nick :Error: $deopnick Is Already De-oped On $chan"  } } { if {[isbotnick $onick]} { putserv "NOTICE $nick :Nice Try, $deopnick Is $::botnick, You Can't Outsmart Me!!" } } { if {onchan $deopnick $chan]} { if [isop $deopnick $chan]} { if ![isbotnick $deopnick]} { putquick "MODE $chan +o $deopnick" putserv "NOTICE $onick :Hello $deopnick, You Was Oped On $chan By $nick, Please Not Protection Is On By #ShoVe So Dont Do Anything Stupid!!" putserv "NOTICE $nick :Successful: $deopnick Was Oped On $chan" }</code></pre></div>Thanks!!<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6300">r0t3n</a> — Sat Jun 04, 2005 11:54 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2005-06-04T11:41:14-04:00</updated>

		<published>2005-06-04T11:41:14-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=50213#p50213</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=50213#p50213"/>
		<title type="html"><![CDATA[Protection Bot Request Script With Clonescanner]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=50213#p50213"><![CDATA[
The following RAW's may be of assistance:<blockquote class="uncited"><div>301  (rfc1459) RPL_AWAY<br>307  (rfc1459) RPL_WHOISREGNICK <br>311  (rfc1459) RPL_WHOISUSER<br>312  (rfc1459) RPL_WHOISSERVER<br>313  (rfc1459) RPL_WHOISOPERATOR<br>315  (rfc1459) RPL_ENDOFWHO<br>317  (rfc1459) RPL_WHOISIDLE<br>318  (rfc1459) RPL_ENDOFWHOIS<br>319  (rfc1459) RPL_WHOISCHANNELS<br>335  (rfc1459) RPL_WHOISBOT<br>378  (rfc1459) RPL_WHOISHOST</div></blockquote>Eample:<div class="codebox"><p>Code: </p><pre><code>bind raw - 315 scanc:rawbind raw - 319 scanc:raw</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Sat Jun 04, 2005 11:41 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[r0t3n]]></name></author>
		<updated>2005-06-04T11:12:49-04:00</updated>

		<published>2005-06-04T11:12:49-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=50205#p50205</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=50205#p50205"/>
		<title type="html"><![CDATA[Protection Bot Request Script With Clonescanner]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=50205#p50205"><![CDATA[
Ok, that post doesnt really help me, its just userhost, i need<br><br>:: Whois for [nick] :: realname: [realname] :: Host: [host] :: Auth: [auth] :: Last Joined Chan: [chan] :: Global Status: [gstatus] :: Channel Status: [chan status] ::<br><br>Can you help, also can you check my script in one on my last posts, the $op script, Thanks!!<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6300">r0t3n</a> — Sat Jun 04, 2005 11:12 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2005-06-03T19:29:12-04:00</updated>

		<published>2005-06-03T19:29:12-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=50176#p50176</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=50176#p50176"/>
		<title type="html"><![CDATA[Protection Bot Request Script With Clonescanner]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=50176#p50176"><![CDATA[
Look at <a href="http://forum.egghelp.org/viewtopic.php?t=9743" class="postlink">this</a> post for a hint. <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=":wink:" title="Wink"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Fri Jun 03, 2005 7:29 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[r0t3n]]></name></author>
		<updated>2005-06-03T16:58:46-04:00</updated>

		<published>2005-06-03T16:58:46-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=50168#p50168</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=50168#p50168"/>
		<title type="html"><![CDATA[Protection Bot Request Script With Clonescanner]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=50168#p50168"><![CDATA[
Can anyone help me make a whois script in this format:<br><br>bind pub - \$whois pub_whois &lt;-- that will be the bind, i dont know what the whois script will be.<br><br>the format i want it to be is:<br><br>Whois For [nick] :: Realname: [realname] :: Host: [host] :: Auth: [auth] :: Last Joined Channel: [last joined chan] Country: [country - IF POSSIBLE] :: Global Status: [global status/flags - i think i could make this bit] :: Channel Status: [channel status/flags - i could maybe make this too]<br><br>for the global status, i would just like Global Owner or Global Master or Global Op and same for Channel ecept Global Will Be Channel and Channel Voice aswell. Please help me make this script, or make one. Thanks! btw, i have tried to make one, it didnt work, it crashed the eggdrop <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_sad.gif" width="15" height="15" alt=":(" title="Sad"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6300">r0t3n</a> — Fri Jun 03, 2005 4:58 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[r0t3n]]></name></author>
		<updated>2005-06-03T14:19:18-04:00</updated>

		<published>2005-06-03T14:19:18-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=50165#p50165</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=50165#p50165"/>
		<title type="html"><![CDATA[Protection Bot Request Script With Clonescanner]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=50165#p50165"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>bind pub * \$op op:opbind pub * \$deop deop:deopproc op:op {nick uhost handle chan text} {global botnickif {![matchattr $handle n|n $chan] &amp;&amp; ![matchattr $handle m|m $chan] &amp;&amp; ![matchattr $handle |o $chan]} {putserv "NOTICE $nick :Error: Either You Have No Access To This Command ( +o needed )"}}{if {[matchattr $handle n|n $chan] || [matchattr $handle m|m $chan] || [matchattr $handle |o $chan]} {set onick [lindex [split $text] 0]if {![onchan $onick $chan]} {putserv "NOTICE $nick :Error: $onick Is Not On $chan"}}{if {[isop $onick $chan]} {putserv "NOTICE $nick :Error: $onick Is Already Oped On $chan"  }}{if {[isbotnick $onick]} {putserv "NOTICE $nick :Nice Try, $onick Is $::botnick, You Can't Outsmart Me!!"}}{if {onchan $onick $chan]} {if ![isop $onick $chan]} {if ![isbotnick $onick]} {putquick "MODE $chan +o $onick"putserv "NOTICE $onick :Hello $onick, You Was Oped On $chan By $nick, Please Not Protection Is On By #ShoVe So Dont Do Anything Stupid!!"putserv "NOTICE $nick :Successful: $onick Was Oped On $chan"}proc deop:deop {nick uhost handle chan text} {global botnickif {![matchattr $handle n|n $chan] &amp;&amp; ![matchattr $handle m|m $chan] &amp;&amp; ![matchattr $handle |o $chan]} {putserv "NOTICE $nick :Error: You Have No Access To This Command ( +o needed )"}}{if {[matchattr $handle n|n $chan] || [matchattr $handle m|m $chan] || [matchattr $handle |o $chan]} {set deopnick [lindex [split $text] 0]if {![onchan $deopnick $chan]} {putserv "NOTICE $nick :Error: $deopnick Is Not On $chan"} else {if {![isop $deopnick $chan]} {putserv "NOTICE $nick :Error: $deopnick Is Already De-oped On $chan"  }}{if {[isbotnick $onick]} {putserv "NOTICE $nick :Nice Try, $deopnick Is $::botnick, You Can't Outsmart Me!!"}}{if {onchan $deopnick $chan]} {if [isop $deopnick $chan]} {if ![isbotnick $deopnick]} {putquick "MODE $chan +o $deopnick"putserv "NOTICE $onick :Hello $deopnick, You Was Oped On $chan By $nick, Please Not Protection Is On By #ShoVe So Dont Do Anything Stupid!!"putserv "NOTICE $nick :Successful: $deopnick Was Oped On $chan"}</code></pre></div>I just made that script, i was going to post something else, but made this, please check that it works, Thanks!!<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6300">r0t3n</a> — Fri Jun 03, 2005 2:19 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[^DooM^]]></name></author>
		<updated>2005-06-03T13:48:36-04:00</updated>

		<published>2005-06-03T13:48:36-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=50161#p50161</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=50161#p50161"/>
		<title type="html"><![CDATA[Protection Bot Request Script With Clonescanner]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=50161#p50161"><![CDATA[
<img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_evil.gif" width="15" height="15" alt=":evil:" title="Evil or Very Mad">  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_evil.gif" width="15" height="15" alt=":evil:" title="Evil or Very Mad">  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_evil.gif" width="15" height="15" alt=":evil:" title="Evil or Very Mad">  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_evil.gif" width="15" height="15" alt=":evil:" title="Evil or Very Mad">  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_evil.gif" width="15" height="15" alt=":evil:" title="Evil or Very Mad">  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_evil.gif" width="15" height="15" alt=":evil:" title="Evil or Very Mad">  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_evil.gif" width="15" height="15" alt=":evil:" title="Evil or Very Mad">  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_evil.gif" width="15" height="15" alt=":evil:" title="Evil or Very Mad">  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_evil.gif" width="15" height="15" alt=":evil:" title="Evil or Very Mad">  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_evil.gif" width="15" height="15" alt=":evil:" title="Evil or Very Mad">  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_evil.gif" width="15" height="15" alt=":evil:" title="Evil or Very Mad">  <br><br>Living upto his name again I see.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3723">^DooM^</a> — Fri Jun 03, 2005 1:48 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[r0t3n]]></name></author>
		<updated>2005-06-03T13:27:28-04:00</updated>

		<published>2005-06-03T13:27:28-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=50157#p50157</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=50157#p50157"/>
		<title type="html"><![CDATA[Protection Bot Request Script With Clonescanner]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=50157#p50157"><![CDATA[
Found another script on another forum, i may use this one, seems better than bind pub - $botnick commands<br><br><a href="http://selftcl.de/forum/viewtopic.php?t=114" class="postlink">http://selftcl.de/forum/viewtopic.php?t=114</a><br><br>oh well, Thanks!!<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6300">r0t3n</a> — Fri Jun 03, 2005 1:27 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[r0t3n]]></name></author>
		<updated>2005-06-03T13:12:52-04:00</updated>

		<published>2005-06-03T13:12:52-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=50156#p50156</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=50156#p50156"/>
		<title type="html"><![CDATA[Protection Bot Request Script With Clonescanner]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=50156#p50156"><![CDATA[
proc add:ban {nick host hand chan text} {<br>if {![matchattr $handle n|n $chan] &amp;&amp; ![matchattr $handle m|m $chan] &amp;&amp; ![matchattr $handle |o $chan]} {<br>putserv "NOTICE $nick :You Have No Access To This Command"<br>}<br>}<br>{<br>if {[matchattr $handle n|n $chan] || [matchattr $handle m|m $chan] || [matchattr $handle |o $chan]} {<br>set banned[host] [maskhost [getchanhost [lindex [split $text] 0] $chan]] <br>set banned[reason] [lindex [split text] 1]<br>if {$banned[reason] == "''"} { <br>set banned[reason] No Reason Added...<br>} else {<br>newchanban $chan $banned[host] $nick "Banned!! $banned[reason]<br>putquick "MODE $chan -o+b $nick $banned[host]"<br>putquick "KICK $chan $nick :Banned!! $banned{reason]"<br>}<br>}<br>}<br><br>Theres a error someone, i cant spot it, please check. Also, thanks for that blacklist script, its excellent, and also thanks for the [botnick] &lt;command&gt; [other] bind, Thanks!!<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6300">r0t3n</a> — Fri Jun 03, 2005 1:12 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2005-06-03T12:30:01-04:00</updated>

		<published>2005-06-03T12:30:01-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=50155#p50155</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=50155#p50155"/>
		<title type="html"><![CDATA[Protection Bot Request Script With Clonescanner]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=50155#p50155"><![CDATA[
Use something like this:<div class="codebox"><p>Code: </p><pre><code>bind pub - $botnick commandsproc commands {nick uhost hand chan arg} { switch -- [lindex [split $arg] 0] {  "addop" {    # body here   }  "delop" {    #body here   }  # .... }}</code></pre></div><blockquote class="uncited"><div>just wondering, does your blacklist script blacklist peeps globally and/or channel specific, thanks!! </div></blockquote>it works only on channels that have +blacklist channel flag (.chanset #channel +blacklist).<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Fri Jun 03, 2005 12:30 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[r0t3n]]></name></author>
		<updated>2005-06-03T11:08:19-04:00</updated>

		<published>2005-06-03T11:08:19-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=50150#p50150</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=50150#p50150"/>
		<title type="html"><![CDATA[Protection Bot Request Script With Clonescanner]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=50150#p50150"><![CDATA[
just wondering, does your blacklist script blacklist peeps globally and/or channel specific, thanks!!<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6300">r0t3n</a> — Fri Jun 03, 2005 11:08 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[r0t3n]]></name></author>
		<updated>2005-06-03T10:59:02-04:00</updated>

		<published>2005-06-03T10:59:02-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=50149#p50149</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=50149#p50149"/>
		<title type="html"><![CDATA[Protection Bot Request Script With Clonescanner]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=50149#p50149"><![CDATA[
someone told me to use this bind for [botnick] addop [nick]<br><div class="codebox"><p>Code: </p><pre><code>bind pub nm|nmo "$::botnick addop" add:op</code></pre></div>But that didnt work, oh well<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6300">r0t3n</a> — Fri Jun 03, 2005 10:59 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2005-06-03T05:50:25-04:00</updated>

		<published>2005-06-03T05:50:25-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=50137#p50137</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=50137#p50137"/>
		<title type="html"><![CDATA[Protection Bot Request Script With Clonescanner]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=50137#p50137"><![CDATA[
<blockquote class="uncited"><div>Also, can i make that $adduser bind this:<br><br>botnick adduser nick<br><br>so lets say, [-eggdrop-] adduser Tosser^^<br><br>then [-eggdrop-] chattr nick +/-flags<br><br>and more like [-eggdrop-] addadmin/op/voice nick<br>and [-eggdrop-] rem or del/admin/op/voice nick<br>and [-eggdrop-] blackadd nick/host<br>and [-eggdrop-] blackdel nick/host/number<br><br>And could anyone make/help me make a blacklist and a massop/deop/voice/devoice script to trigger on $op/deop/voice/devoice *<br><br>Thanks!!</div></blockquote>You're requesting a commands script which already exists in the <a href="http://www.egghelp.org/tcl.htm" class="postlink">tcl archive</a> and I already wrote <a href="http://hub.nexushells.net/~Fz/commands2.8.tar.gz" class="postlink">one</a> few weeks ago. If you don't want to use any of those scripts then I believe now you know enough to code what you're requesting, you're requesting a lot and I don't think anyone is going to write all that for you.<br><br>As for blacklist, I also wrote such a script few days ago. <a href="http://hub.nexushells.net/~Fz/blacklist1.1.tar.gz" class="postlink">try it</a>.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Fri Jun 03, 2005 5:50 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[metroid]]></name></author>
		<updated>2005-06-03T01:51:05-04:00</updated>

		<published>2005-06-03T01:51:05-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=50131#p50131</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=50131#p50131"/>
		<title type="html"><![CDATA[Protection Bot Request Script With Clonescanner]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=50131#p50131"><![CDATA[
The script i posted was a simple development script, you have to add things yourself. I'm not even sure if it works.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5078">metroid</a> — Fri Jun 03, 2005 1:51 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2005-06-02T22:18:01-04:00</updated>

		<published>2005-06-02T22:18:01-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=50127#p50127</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=50127#p50127"/>
		<title type="html"><![CDATA[Protection Bot Request Script With Clonescanner]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=50127#p50127"><![CDATA[
<blockquote class="uncited"><div>its bans *!*@*</div></blockquote>You should <strong class="text-strong">recheck</strong> your configuration files carefully and any scripts you have loaded because eggdrop (under normal conditions) will not set what is effectively a ban on itself and <em class="text-italics">should</em> immediately remove such a ban if set by another user.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Thu Jun 02, 2005 10:18 pm</p><hr />
]]></content>
	</entry>
	</feed>
