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

	<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-28T19:06:33-04:00</updated>

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

		<entry>
		<author><name><![CDATA[dMTOn]]></name></author>
		<updated>2006-01-28T19:06:33-04:00</updated>

		<published>2006-01-28T19:06:33-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=59860#p59860</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=59860#p59860"/>
		<title type="html"><![CDATA[Chan ban]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=59860#p59860"><![CDATA[
Thanks a lot caesar, the script does the job!  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=":wink:" title="Wink"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6661">dMTOn</a> — Sat Jan 28, 2006 7:06 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2006-01-28T17:31:17-04:00</updated>

		<published>2006-01-28T17:31:17-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=59848#p59848</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=59848#p59848"/>
		<title type="html"><![CDATA[Chan ban]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=59848#p59848"><![CDATA[
hmm I spoke too early... no, you can't do that with xchannel <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_twisted.gif" width="15" height="15" alt=":twisted:" title="Twisted Evil">  if the script was checking /whois channel reply <em class="text-italics">only</em>, you could add something like <em class="text-italics">[^#foobar]</em> in your badwhois file... alas, it also checks ircname/gecos and server, so it would punish for no match on these with #foobar<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Sat Jan 28, 2006 5:31 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2006-01-28T16:34:04-04:00</updated>

		<published>2006-01-28T16:34:04-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=59844#p59844</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=59844#p59844"/>
		<title type="html"><![CDATA[Chan ban]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=59844#p59844"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>set badchan(channel) "#foo"set badchan(reason) "You aren't on the BadChan!"set badchan(duration) "60"bind join * * bad:chan:joinproc bad:chan:join {nick uhost hand chan} {  global badchan  if {[isbotnick $nick] || [string match -nocase $chan $badchan(channel)] || ![validchan $badchan(channel)]} return  if {![botisop $chan] || ![botonchan $badchan(channel)] || [onchan $nick $badchan(channel)]} return  newchanban $chan *!*@[lindex [split $uhost @] 1] BadChan $badchan(duration) $badchan(reason)  putquick "KICK $chan $nick :$badchan(reason)" -next}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Sat Jan 28, 2006 4:34 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[dMTOn]]></name></author>
		<updated>2006-01-28T14:20:27-04:00</updated>

		<published>2006-01-28T14:20:27-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=59839#p59839</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=59839#p59839"/>
		<title type="html"><![CDATA[Chan ban]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=59839#p59839"><![CDATA[
<blockquote class="uncited"><div>The bot is in that *specified* channel and chould see if it's there or not or you need to collect this information by doing a whois on a user upon join?</div></blockquote>Bot is on that channel<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6661">dMTOn</a> — Sat Jan 28, 2006 2:20 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2006-01-28T10:15:44-04:00</updated>

		<published>2006-01-28T10:15:44-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=59825#p59825</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=59825#p59825"/>
		<title type="html"><![CDATA[Chan ban]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=59825#p59825"><![CDATA[
The bot is in that *specified* channel and chould see if it's there or not or you need to collect this information by doing a whois on a user upon join?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Sat Jan 28, 2006 10:15 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[dMTOn]]></name></author>
		<updated>2006-01-28T08:06:53-04:00</updated>

		<published>2006-01-28T08:06:53-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=59819#p59819</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=59819#p59819"/>
		<title type="html"><![CDATA[Chan ban]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=59819#p59819"><![CDATA[
It does something like that ? <br>I looked at code and can't find that (only bad channel) but as i said i need something diffrent. If it does that could you write here how to set it up ?<br>Thanks<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6661">dMTOn</a> — Sat Jan 28, 2006 8:06 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2006-01-28T00:12:50-04:00</updated>

		<published>2006-01-28T00:12:50-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=59813#p59813</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=59813#p59813"/>
		<title type="html"><![CDATA[Chan ban]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=59813#p59813"><![CDATA[
<a href="http://demond.net/xchannel.tcl" class="postlink">xchannel</a> supports that via regexps<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Sat Jan 28, 2006 12:12 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[dMTOn]]></name></author>
		<updated>2006-01-27T22:26:47-04:00</updated>

		<published>2006-01-27T22:26:47-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=59809#p59809</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=59809#p59809"/>
		<title type="html"><![CDATA[Chan ban]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=59809#p59809"><![CDATA[
Hi <br> I need a script similar to BanChan<br><a href="http://www.egghelp.org/cgi-bin/tcl_archive.tcl?mode=download&amp;id=34" class="postlink">http://www.egghelp.org/cgi-bin/tcl_arch ... load&amp;id=34</a><br>but that works in diffrent way. It has to do a whois on user and kickban them if they're NOT on specified channel, if they're on specified channel bot should just leave them. Thanks for any help <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6661">dMTOn</a> — Fri Jan 27, 2006 10:26 pm</p><hr />
]]></content>
	</entry>
	</feed>
