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

	<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-01-22T14:17:53-04:00</updated>

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

		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2005-01-22T14:17:53-04:00</updated>

		<published>2005-01-22T14:17:53-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=45706#p45706</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=45706#p45706"/>
		<title type="html"><![CDATA[on join scan away]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=45706#p45706"><![CDATA[
if {[string tolower $nick] == [string tolower $::botnick]} = [isbotnick $nick] and I belive it should be bind join - "#chan *" aw:test <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_razz.gif" width="15" height="15" alt=":P" title="Razz"><br><blockquote class="uncited"><div>The mask in the bind is matched against "#channel nick!user@host"</div></blockquote>btw, if I where you I'd use "stripcodes" (check tcl-commands.doc for more information) to remove all codes before "testing" it.. oh, and HaLiL wanted to do a who every 10-15 minutes, not a on-join whois.. anyway..<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Sat Jan 22, 2005 2:17 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[HaLiL]]></name></author>
		<updated>2005-01-22T12:02:55-04:00</updated>

		<published>2005-01-22T12:02:55-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=45701#p45701</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=45701#p45701"/>
		<title type="html"><![CDATA[on join scan away]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=45701#p45701"><![CDATA[
i cant working this code..<div class="codebox"><p>Code: </p><pre><code>bind join - "#chan" aw:test bind raw - 301 aw:verif proc aw:test {nick handle chan args} {    if {[string tolower $nick] == [string tolower $::botnick]} { return 0}    putserv "WHOIS $nick" } proc aw:verif {nick from mask text} {    if { ([string first "www" [string tolower $text]] &gt;= 0)} {       putserv "kill [string tolower $nick] ..."   }    return 0 }</code></pre></div>dont kill user?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5910">HaLiL</a> — Sat Jan 22, 2005 12:02 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[CrazyCat]]></name></author>
		<updated>2005-01-20T09:36:58-04:00</updated>

		<published>2005-01-20T09:36:58-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=45614#p45614</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=45614#p45614"/>
		<title type="html"><![CDATA[on join scan away]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=45614#p45614"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>bind join - "#chan" aw:testbind raw - 301 aw:verifproc aw:test {nick handle chan args} {   if {[string tolower $nick] == [string tolower $::botnick]} { return 0}   putserv "WHOIS $nick"}proc aw:verif {from mask text} {   if { ([string first "www" [string tolower $text]] &gt;= 0) || ([string first "http://" [string tolower $text]] &gt;= 0)} {      # treat here as you want   }   return 0}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=691">CrazyCat</a> — Thu Jan 20, 2005 9:36 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[HaLiL]]></name></author>
		<updated>2005-01-20T06:31:26-04:00</updated>

		<published>2005-01-20T06:31:26-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=45590#p45590</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=45590#p45590"/>
		<title type="html"><![CDATA[on join scan away]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=45590#p45590"><![CDATA[
if nick come to the channel eggdrop must do /whois nick, if the nick is away and away message is www or http:// etc.. eggdrop must so ban from the channel  or ban from server gline/zline/kline<br>-<br>on 1:join:#sohbet:whois $nick <br>raw 301:*:{<br>  if (www sin $3-) || (http:// isin $3-) { zline $2 spam }<br>}<br>-<br>this is mIRC Script code i need same TCL code<br>-<br>and every 10,-15 minutes vacates scans or who to look and aways find, user offered away is is removed, it is like a Spam control, if itself to away message advertisements such as www HTTP://  to find should more<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5910">HaLiL</a> — Thu Jan 20, 2005 6:31 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[metroid]]></name></author>
		<updated>2005-01-20T03:40:33-04:00</updated>

		<published>2005-01-20T03:40:33-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=45581#p45581</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=45581#p45581"/>
		<title type="html"><![CDATA[on join scan away]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=45581#p45581"><![CDATA[
Maybe you should explain abit better what you want.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5078">metroid</a> — Thu Jan 20, 2005 3:40 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[HaLiL]]></name></author>
		<updated>2005-01-20T03:02:21-04:00</updated>

		<published>2005-01-20T03:02:21-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=45578#p45578</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=45578#p45578"/>
		<title type="html"><![CDATA[on join scan away]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=45578#p45578"><![CDATA[
i need this tcl on join #chan , /whois nick , nick is away privmsg to nick : Hi, this is away spam control please dont reply. if nick away and away msg www or .com .net etc.. ban from #chan.. can anyone give me this tcl script?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5910">HaLiL</a> — Thu Jan 20, 2005 3:02 am</p><hr />
]]></content>
	</entry>
	</feed>
