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

	<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>2001-11-22T10:58:00-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2001-11-22T10:58:00-04:00</updated>

		<published>2001-11-22T10:58:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=1897#p1897</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=1897#p1897"/>
		<title type="html"><![CDATA[Can someone please help Script Search]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=1897#p1897"><![CDATA[
Thank you very much, but this script will op the user once they enter the correct pass is there anyway that the bot will do nothing once the user enters the right pass.<br><br>Here is the code:<br>In the code the <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_razz.gif" width="15" height="15" alt=":razz:" title="Razz"> is a : and a P<div class="codebox"><p>Code: </p><pre><code>bind join p * check_fakeproc check_fake {nick uhost hand channel} {  global botnick  if {[botisop $channel] == 0} {return 1}  putserv "privmsg $nick :razz:lease enter your password (you have 3 minutes)"  putserv "privmsg $nick :Type  /msg $botnick op &lt;your password&gt; $channel"  set timer_id [utimer 180 "chk_tpass $nick $uhost $hand $channel"]}proc chk_tpass {nick uhost hand channel} {  global banmask botnick      if {[onchan [hand2nick $hand $channel] $channel] == 0} {return 1}    if {[isop [hand2nick $hand $channel] $channel] == 0} {    set lhost "*!*[string range $uhost [string first "@" $uhost] end]"    set ftolhost "[string range $lhost 3 end]"      if {([string match "*ppp*" $ftolhost] || [string match "*dial*" $ftolhost] || [string match "*slip*" $ftolhost])} {        set banmask "*!*[string range $uhost [string first "@" $uhost] end]"      } else {          set banmask "*!*[string trimleft [maskhost $uhost] *!]"        }               putserv "mode $channel -o+b $nick $banmask"      putserv "kick $channel [hand2nick $hand $channel] :Fake OP !"      newchanban $channel $banmask $botnick "Fake OP !" 10      putserv "privmsg $nick :Wrong password !"      return 1    }    putserv "privmsg [hand2nick $hand $channel] :Thank you, $hand !"    return 1}putlog "CheckFake.TCL v1.2 by TeraByte loaded !"</code></pre></div>&lt;font size=-1&gt;[ This Message was edited by: joshprice on 2001-11-22 08:03 ]&lt;/font&gt;<p>Statistics: Posted by Guest — Thu Nov 22, 2001 10:58 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2001-11-22T02:12:00-04:00</updated>

		<published>2001-11-22T02:12:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=1884#p1884</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=1884#p1884"/>
		<title type="html"><![CDATA[Can someone please help Script Search]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=1884#p1884"><![CDATA[
A simple search on the egghelp.org tcl search would have found you <a href="http://www.egghelp.org/tclarchive/chkfake1.2.tcl.gz" class="postlink">CheckFake.TCL</a><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Thu Nov 22, 2001 2:12 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2001-11-22T01:23:00-04:00</updated>

		<published>2001-11-22T01:23:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=1882#p1882</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=1882#p1882"/>
		<title type="html"><![CDATA[Can someone please help Script Search]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=1882#p1882"><![CDATA[
I am looking for a script that when someone enters the channel the bot will msg that person and ask them to enter a pass. if the user doesn't enter a pass within a given amount of time the bot will kick+ban the user.<br><br>Is there a script like this out there somewhere or can someone please write a small one for me.<br><br>Thanks very much<p>Statistics: Posted by Guest — Thu Nov 22, 2001 1:23 am</p><hr />
]]></content>
	</entry>
	</feed>
