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

	<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-01-05T09:02:41-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Liteqhs]]></name></author>
		<updated>2006-01-05T09:02:41-04:00</updated>

		<published>2006-01-05T09:02:41-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=59061#p59061</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=59061#p59061"/>
		<title type="html"><![CDATA[On join and on text.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=59061#p59061"><![CDATA[
Thankyou demond for your time.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7188">Liteqhs</a> — Thu Jan 05, 2006 9:02 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2006-01-05T01:41:17-04:00</updated>

		<published>2006-01-05T01:41:17-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=59051#p59051</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=59051#p59051"/>
		<title type="html"><![CDATA[On join and on text.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=59051#p59051"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>bind msg - secret clearbind join - {#chan *} warncheck #chanproc check {chan} {   if [info exists ::clients] {   foreach {uhost ts} [array get ::clients] {      if {[unixtime] - $ts &lt; 15} continue      set ban [maskhost *!$uhost]      newchanban $chan $ban $::nick denied 15      foreach nick [chanlist $chan] {         if [string match $ban $nick![getchanhost $nick $chan]] {            putkick $chan $nick denied         }      }   }}   utimer 15 [list check $chan]}proc clear {nick uhost hand text} {   if [info exists ::clients($uhost)] {      unset ::clients($uhost)   }    }proc warn {nick uhost hand chan} {   if [matchattr $hand of|of $chan] return   puthelp "privmsg $nick :please identify"   set ::clients($uhost) [unixtime]}</code></pre></div>obviously, here the magic word is "secret"<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Thu Jan 05, 2006 1:41 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Liteqhs]]></name></author>
		<updated>2006-01-04T07:00:48-04:00</updated>

		<published>2006-01-04T07:00:48-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=59023#p59023</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=59023#p59023"/>
		<title type="html"><![CDATA[On join and on text.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=59023#p59023"><![CDATA[
Ok, could you do it as a ban then please?<br><br>Thanks<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7188">Liteqhs</a> — Wed Jan 04, 2006 7:00 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2006-01-03T23:27:51-04:00</updated>

		<published>2006-01-03T23:27:51-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=59014#p59014</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=59014#p59014"/>
		<title type="html"><![CDATA[On join and on text.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=59014#p59014"><![CDATA[
if you asked for ban I'd write this thing for you... but I'm an old timer who believes that glines, if at all necessary (which I doubt), should have nothing to do with channel matters<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Tue Jan 03, 2006 11:27 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Liteqhs]]></name></author>
		<updated>2006-01-03T22:34:22-04:00</updated>

		<published>2006-01-03T22:34:22-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=59010#p59010</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=59010#p59010"/>
		<title type="html"><![CDATA[On join and on text.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=59010#p59010"><![CDATA[
Hi i require a script that basically see's a client join a channel, the bot private messages the client with ".check".<br>The bot then waits 15 seconds for the client to reply with a set bit of text, this text can be in amongst a line of text but will be seperated by a space.<br>If the client replies with the set bit of text the bot will then ignore the client, however if the client doesn't reply in 15 seconds the bot will use a gline command to gline that client.<br><br>Thanks for help in advance!<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7188">Liteqhs</a> — Tue Jan 03, 2006 10:34 pm</p><hr />
]]></content>
	</entry>
	</feed>
