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

	<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>2004-06-23T21:54:41-04:00</updated>

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

		<entry>
		<author><name><![CDATA[greenbear]]></name></author>
		<updated>2004-06-23T21:54:41-04:00</updated>

		<published>2004-06-23T21:54:41-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=37783#p37783</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=37783#p37783"/>
		<title type="html"><![CDATA[Requesting Script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=37783#p37783"><![CDATA[
That code doesn't make much sense..<br><br>The script is still triggered by those !. and @.. words, and you have 2 checks for a valid channel..<br><br>Not really sure what that foreach turning all the badwords into lowercase is about ...<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=24">greenbear</a> — Wed Jun 23, 2004 9:54 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[DarkJFMan]]></name></author>
		<updated>2004-06-23T19:13:59-04:00</updated>

		<published>2004-06-23T19:13:59-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=37776#p37776</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=37776#p37776"/>
		<title type="html"><![CDATA[Requesting Script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=37776#p37776"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>#Set the channel you want this script to work on.set killchan "#mychannel"#Set the reason which will be included in the kill message.set killreason "Forbidden words, you have been killed."#Set bad wordsset badwords {bad_word1bad_word2*bad_word1**bad_word2*}bind pub - "!list" evil_wordbind pub - "@locate" evil_wordbind pubm - "*!list*" evil_wordbind pubm - "*@locate*" evil_wordproc evil_word {nick host hand chan args} {global botnick killchan killreason    if {$chan != $killchan} {return 0}    if {$nick == $botnick} {return 0}    if {[isop $nick $chan]} {return 0}    if {(([lsearch -exact [split [string tolower $killchan]] [string tolower $chan]] != -1) || ($killchan == "*"))} {   foreach badwords [string tolower $badwords] {    putserv "KILL $nick :$killreason"   }   return 1}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4261">DarkJFMan</a> — Wed Jun 23, 2004 7:13 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[awyeah]]></name></author>
		<updated>2004-06-23T10:10:31-04:00</updated>

		<published>2004-06-23T10:10:31-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=37757#p37757</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=37757#p37757"/>
		<title type="html"><![CDATA[Requesting Script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=37757#p37757"><![CDATA[
I think, this topic can be closed now as the problem has been solved  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_cool.gif" width="15" height="15" alt="8)" title="Cool"> <br><br>-yeah baby-<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4875">awyeah</a> — Wed Jun 23, 2004 10:10 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[greenbear]]></name></author>
		<updated>2004-06-23T10:08:02-04:00</updated>

		<published>2004-06-23T10:08:02-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=37756#p37756</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=37756#p37756"/>
		<title type="html"><![CDATA[Requesting Script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=37756#p37756"><![CDATA[
you sure kill and zline alot of users on that server of yours.. got any users left ?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=24">greenbear</a> — Wed Jun 23, 2004 10:08 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[shanks]]></name></author>
		<updated>2004-06-23T08:46:51-04:00</updated>

		<published>2004-06-23T08:46:51-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=37752#p37752</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=37752#p37752"/>
		<title type="html"><![CDATA[Requesting Script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=37752#p37752"><![CDATA[
god help the people who join an IRC server where the ircops with potential to kill your connection are people like zakir....<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3686">shanks</a> — Wed Jun 23, 2004 8:46 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2004-06-23T02:36:35-04:00</updated>

		<published>2004-06-23T02:36:35-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=37735#p37735</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=37735#p37735"/>
		<title type="html"><![CDATA[Requesting Script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=37735#p37735"><![CDATA[
Ever thought of <em class="text-italics">trying</em> to do some thing on your own and then ask <strong class="text-strong">if</strong> it hasn't worked?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Wed Jun 23, 2004 2:36 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[awyeah]]></name></author>
		<updated>2004-06-23T02:27:37-04:00</updated>

		<published>2004-06-23T02:27:37-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=37733#p37733</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=37733#p37733"/>
		<title type="html"><![CDATA[Requesting Script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=37733#p37733"><![CDATA[
Here it is.<br>Try to <strong class="text-strong">do things yourself</strong> from now onwards.<br><div class="codebox"><p>Code: </p><pre><code># Set the bad/swear words to kill onset swearwords {"bitch""slut""asshole""bastard""vagina"}#Set the channels to activate swear kill on.set swearchans "#chan1 #chan2 #chan3"#Set the kill reason. set swearkill "Forbidden word detected. You have been killed." bind pubm - * pub:swear:kickproc pub:swear:kick {nick host hand chan text} { global botnick swearchans swearwords swearkill  if {(([lsearch -exact [string tolower $swearchans] [string tolower $chan]] != -1) || ($swearchans == "*"))} {  if {($swearkill == "")} { set swearkill "Killed: Badword detected." }   foreach swearword [string tolower $swearwords] {     if {[string match -nocase *$swearword* [string tolower $text]]} {      if {([botisop $chan]) &amp;&amp; (![isbotnick $nick]) &amp;&amp; (![isop $nick $chan])} {        putserv "KILL $nick :$swearkill"         }      }    }  }}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4875">awyeah</a> — Wed Jun 23, 2004 2:27 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ZaKiR]]></name></author>
		<updated>2004-06-23T01:42:25-04:00</updated>

		<published>2004-06-23T01:42:25-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=37729#p37729</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=37729#p37729"/>
		<title type="html"><![CDATA[Requesting Script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=37729#p37729"><![CDATA[
Can u add one more thing on this script <strong class="text-strong">set badwords ""[\b]</strong><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5080">ZaKiR</a> — Wed Jun 23, 2004 1:42 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ZaKiR]]></name></author>
		<updated>2004-06-23T01:40:01-04:00</updated>

		<published>2004-06-23T01:40:01-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=37728#p37728</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=37728#p37728"/>
		<title type="html"><![CDATA[Requesting Script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=37728#p37728"><![CDATA[
<strong class="text-strong">Thanks a lottttttttttttttttttttt <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"> love ya....</strong><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5080">ZaKiR</a> — Wed Jun 23, 2004 1:40 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[awyeah]]></name></author>
		<updated>2004-06-23T01:35:55-04:00</updated>

		<published>2004-06-23T01:35:55-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=37727#p37727</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=37727#p37727"/>
		<title type="html"><![CDATA[Requesting Script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=37727#p37727"><![CDATA[
Here you go, next time read the posts carefully.... understand them and then try todo what has been told in them.<br><br>For the above script you will having something like this:<br><div class="codebox"><p>Code: </p><pre><code>#Set the channel you want this script to work on.set killchan "#mychannel" #Set the reason which will be included in the kill message.set killreason "Forbidden words, you have been killed."bind pub - "!list" evil_word bind pub - "@locate" evil_word bind pubm - "*!list*" evil_word bind pubm - "*@locate*" evil_word proc evil_word {nick host hand chan args} { global botnick killchan killreason     if {$chan != $killchan} {return 0}     if {$nick == $botnick} {return 0}     if {[isop $nick $chan]} {return 0}    putserv "KILL $nick :$killreason"   }    return 1 } </code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4875">awyeah</a> — Wed Jun 23, 2004 1:35 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[j0n]]></name></author>
		<updated>2004-06-19T22:24:33-04:00</updated>

		<published>2004-06-19T22:24:33-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=37628#p37628</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=37628#p37628"/>
		<title type="html"><![CDATA[Requesting Script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=37628#p37628"><![CDATA[
Zakir:<br><br>1. Open Internet Explorer<br>2. Click on Tools<br>3. Click on Internet Options...<br>4. Tab over to Security<br>5. Click on Restricted Sites<br>6. Click on Sites<br>7. Where is says "Add this website to the zone" enter <a href="http://forum.egghelp.org" class="postlink">http://forum.egghelp.org</a><br>8. Click on Add then Ok twice<br>9. Close Internet Explorer<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3133">j0n</a> — Sat Jun 19, 2004 10:24 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2004-06-19T19:38:13-04:00</updated>

		<published>2004-06-19T19:38:13-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=37626#p37626</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=37626#p37626"/>
		<title type="html"><![CDATA[Requesting Script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=37626#p37626"><![CDATA[
LOL.<br><br>may I ask how old you are, ZaKir?<p>Statistics: Posted by Guest — Sat Jun 19, 2004 7:38 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[]Kami[]]></name></author>
		<updated>2004-06-19T18:51:31-04:00</updated>

		<published>2004-06-19T18:51:31-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=37621#p37621</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=37621#p37621"/>
		<title type="html"><![CDATA[Requesting Script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=37621#p37621"><![CDATA[
*tip*<br><br>putserv "KILL $nick :$reason"<br><br>But you also need to remove thingie for banning <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_mrgreen.gif" width="15" height="15" alt=":mrgreen:" title="Mr. Green"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3559">]Kami[</a> — Sat Jun 19, 2004 6:51 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ZaKiR]]></name></author>
		<updated>2004-06-19T16:56:07-04:00</updated>

		<published>2004-06-19T16:56:07-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=37618#p37618</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=37618#p37618"/>
		<title type="html"><![CDATA[Requesting Script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=37618#p37618"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>bind pub - "!list" evil_wordbind pub - "@locate" evil_wordbind pubm - "*!list*" evil_wordbind pubm - "*@locate*" evil_word#Set your channel name under the 'el_chan' variable and modify reason and banreason #to suit your liking (especially if you changed the word).set el_chan ""set reason "We \037strictly\037 prohibit the usage of the !list or @locate command, enjoy a 1 hour ban."set banreason "!list and @locate are for losers."#Under newchanban, change the 60 to the specified time you want the ban to last (in minutes).proc evil_word {nick host hand chan args} {global botnick el_chan banreason reason    if {$chan != $el_chan} {return 0}    if {$nick == $botnick} {return 0}    if {[isop $nick $chan]} {return 0}    newchanban $chan [maskhost $host] $botnick $banreason 60    putserv "KICK $chan $nick :$reason"    puthelp "NOTICE $nick :$reason"}    return 1}</code></pre></div><br><strong class="text-strong">Please modify it for kill (instead of ban) --&gt; /kill nick reason</strong><br><br><br><strong class="text-strong">Thanks a lot</strong><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5080">ZaKiR</a> — Sat Jun 19, 2004 4:56 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ZaKiR]]></name></author>
		<updated>2004-06-19T15:17:27-04:00</updated>

		<published>2004-06-19T15:17:27-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=37617#p37617</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=37617#p37617"/>
		<title type="html"><![CDATA[Requesting Script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=37617#p37617"><![CDATA[
<strong class="text-strong">I do read people's reply.. all i need is just help... <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"></strong><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5080">ZaKiR</a> — Sat Jun 19, 2004 3:17 pm</p><hr />
]]></content>
	</entry>
	</feed>
