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

	<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>2002-09-09T04:41:13-04:00</updated>

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

		<entry>
		<author><name><![CDATA[z_one]]></name></author>
		<updated>2002-09-09T04:41:13-04:00</updated>

		<published>2002-09-09T04:41:13-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=10674#p10674</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=10674#p10674"/>
		<title type="html"><![CDATA[ban user notice]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=10674#p10674"><![CDATA[
here's the code so it doesn't kick ops or voices (I just added one line).<br><div class="codebox"><p>Code: </p><pre><code>set bantime "1" bind notc - * do_ban_on_notc proc do_ban_on_notc {nick host hand text {dest ""}} {   global botnick bantime   foreach c [channels] {     if {$dest == $c} {       if {[isop $nick $c] || [isvoice $nick $c]} { continue }      newchanban $c [maskhost [getchanhost $nick $c]] $botnick "$nick banned for noticing $c!" $bantime sticky       putkick $c $nick "Do not send notice to this channel! Banned for $bantime min"     }   } } </code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=698">z_one</a> — Mon Sep 09, 2002 4:41 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-09-06T06:40:53-04:00</updated>

		<published>2002-09-06T06:40:53-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=10559#p10559</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=10559#p10559"/>
		<title type="html"><![CDATA[why?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=10559#p10559"><![CDATA[
thanks Papillon, i try to use your script but why my bot ban user ike this:<br><br>*!<a href="mailto:host@domain.com">host@domain.com</a> and not *!*<a href="mailto:host@domain.com">host@domain.com</a> ??<br><br>for user that have ident like this: *!~<a href="mailto:host@domain.com">host@domain.com</a> this banmask didnt effective and that user will be able to enter my channel after being kicked, and also...how to make this script will not kick/ban people if he/she has @/+ ??<br><br><br>thanks a lot<p>Statistics: Posted by Guest — Fri Sep 06, 2002 6:40 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-09-05T02:16:01-04:00</updated>

		<published>2002-09-05T02:16:01-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=10487#p10487</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=10487#p10487"/>
		<title type="html"><![CDATA[ban user notice]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=10487#p10487"><![CDATA[
thanks guys<p>Statistics: Posted by Guest — Thu Sep 05, 2002 2:16 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[z_one]]></name></author>
		<updated>2002-09-04T06:38:11-04:00</updated>

		<published>2002-09-04T06:38:11-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=10425#p10425</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=10425#p10425"/>
		<title type="html"><![CDATA[ban user notice]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=10425#p10425"><![CDATA[
. how to delete a post ? arghh<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=698">z_one</a> — Wed Sep 04, 2002 6:38 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Papillon]]></name></author>
		<updated>2002-09-04T05:30:23-04:00</updated>

		<published>2002-09-04T05:30:23-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=10421#p10421</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=10421#p10421"/>
		<title type="html"><![CDATA[ban user notice]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=10421#p10421"><![CDATA[
sorry guess ur right <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=";)" title="Wink"> I didn't think of validchan<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=852">Papillon</a> — Wed Sep 04, 2002 5:30 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2002-09-04T05:00:02-04:00</updated>

		<published>2002-09-04T05:00:02-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=10416#p10416</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=10416#p10416"/>
		<title type="html"><![CDATA[ban user notice]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=10416#p10416"><![CDATA[
That script is overly complicated.<br><br>You seem to have thing about using foreach.<br><br>Try using [validchan $dest]<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Wed Sep 04, 2002 5:00 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Papillon]]></name></author>
		<updated>2002-09-04T04:57:35-04:00</updated>

		<published>2002-09-04T04:57:35-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=10414#p10414</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=10414#p10414"/>
		<title type="html"><![CDATA[ban user notice]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=10414#p10414"><![CDATA[
or u could just use this...<div class="codebox"><p>Code: </p><pre><code>set bantime "1"bind notc - * do_ban_on_notcproc do_ban_on_notc {nick host hand text {dest ""}} {  global botnick bantime  foreach c [channels] {    if {$dest == $c} {      newchanban $c [maskhost [getchanhost $nick $c]] $botnick "$nick banned for noticing $c!" $bantime sticky      putkick $c $nick "Do not send notice to this channel! Banned for $bantime min"    }  } }</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=852">Papillon</a> — Wed Sep 04, 2002 4:57 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2002-09-04T04:44:38-04:00</updated>

		<published>2002-09-04T04:44:38-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=10409#p10409</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=10409#p10409"/>
		<title type="html"><![CDATA[ban user notice]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=10409#p10409"><![CDATA[
Search the forum, there are few script laying about for this.<br><br>One of which, has been psoted in the last 4 days.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Wed Sep 04, 2002 4:44 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-09-04T03:08:00-04:00</updated>

		<published>2002-09-04T03:08:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=10406#p10406</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=10406#p10406"/>
		<title type="html"><![CDATA[ban user notice]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=10406#p10406"><![CDATA[
how to make my bot ban user with hostmask *!*<a href="mailto:user@domain.com">user@domain.com</a> who send any notice message to the channel?<br><br>Thanks<p>Statistics: Posted by Guest — Wed Sep 04, 2002 3:08 am</p><hr />
]]></content>
	</entry>
	</feed>
