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

	<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>2006-06-29T09:38:08-04:00</updated>

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

		<entry>
		<author><name><![CDATA[DragnLord]]></name></author>
		<updated>2006-06-29T09:38:08-04:00</updated>

		<published>2006-06-29T09:38:08-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=64432#p64432</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=64432#p64432"/>
		<title type="html"><![CDATA[Oper Scripts]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=64432#p64432"><![CDATA[
find a good anti-spam script, then change the action to kill/kline instead of ban/kick<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4461">DragnLord</a> — Thu Jun 29, 2006 9:38 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ayie]]></name></author>
		<updated>2006-06-29T06:48:52-04:00</updated>

		<published>2006-06-29T06:48:52-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=64428#p64428</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=64428#p64428"/>
		<title type="html"><![CDATA[Oper Scripts]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=64428#p64428"><![CDATA[
Can any coders/experts here modify this oper tcl. <div class="codebox"><p>Code: </p><pre><code># oper.tcl v0.2d# Made by ^Liam^ &amp; Cold Fusion# Modified by eD# set your Oper nameset opername "enteropernamehere"# set your Oper passwordset operpass "enteroperpassword"set init-server {putserv "OPER $opername $operpass"putserv "MODE $botnick -sw"}bind dcc m kill dcc_do_kill proc dcc_do_kill {hand idx arg} { set who [lindex $arg 0]  set what [lrange $arg 1 end] if {$who == ""} { return 0 } if {$what == ""} {   putserv "KILL $who :bye"  return 0 } putserv "KILL $who :$what" return 0}bind pub m .kill pub_do_kill proc pub_do_kill {nick host handle channel vars} { set who [lindex $vars 0]  set what [lrange $vars 1 end] if {$who == ""} { return 0 } if {$what == ""} {   putserv "KILL $who :bye"  return 0 } putserv "KILL $who :$what" return 0}bind dcc m wallops dcc_do_wallopsproc dcc_do_wallops {hand idx arg} {  set what [lrange $arg 0 end]if {$what == ""} {return 0}putserv "wallops :$what"return 0 }bind pub m .wallops pub_do_wallopsproc pub_do_wallops {nick host handle channel vars} {  set what [lrange $vars 0 end]if {$what == ""} {return 0}putserv "wallops :$what"return 0 }putlog "-IRCop Commands-"</code></pre></div>this is some basic Oper Tcl that make bots oper up.<br>can you add a functions for bot auto kill SPAMMERS when it detect specify words that i tell its ... and also if possible add some random reason ....<br><br>hope can get responds ....<br>thanks<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2733">ayie</a> — Thu Jun 29, 2006 6:48 am</p><hr />
]]></content>
	</entry>
	</feed>
