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

	<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-08-20T16:08:32-04:00</updated>

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

		<entry>
		<author><name><![CDATA[gasman]]></name></author>
		<updated>2005-08-20T16:08:32-04:00</updated>

		<published>2005-08-20T16:08:32-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=54564#p54564</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=54564#p54564"/>
		<title type="html"><![CDATA[ban on msg]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=54564#p54564"><![CDATA[
that seems to be doin it...much appreciated awyeah<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4574">gasman</a> — Sat Aug 20, 2005 4:08 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[awyeah]]></name></author>
		<updated>2005-08-20T15:52:59-04:00</updated>

		<published>2005-08-20T15:52:59-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=54563#p54563</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=54563#p54563"/>
		<title type="html"><![CDATA[ban on msg]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=54563#p54563"><![CDATA[
Just a little tweak, and here we go... use this:<br><div class="codebox"><p>Code: </p><pre><code>bind msgm - "*" msg:botproc msg:bot {nick uhost hand text} { if {![matchattr $hand n]} {  foreach chan [channels] {  if {[botisop $chan] &amp;&amp; [onchan $nick $chan]} {   putserv "MODE $chan +b *!*@[lindex [split $uhost @] 1]"   putserv "KICK $chan $nick :Do not message me in private!"   }  } }}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4875">awyeah</a> — Sat Aug 20, 2005 3:52 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[gasman]]></name></author>
		<updated>2005-08-20T14:33:30-04:00</updated>

		<published>2005-08-20T14:33:30-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=54560#p54560</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=54560#p54560"/>
		<title type="html"><![CDATA[ban on msg]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=54560#p54560"><![CDATA[
awyeah...i very much appreciate your help in this<br><br>i made a XXX.tcl file from your text<br><br>now i get Tcl error [msg:bot]: can't read "chan": no such variable<br><br>have i missed something?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4574">gasman</a> — Sat Aug 20, 2005 2:33 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[awyeah]]></name></author>
		<updated>2005-08-20T13:32:00-04:00</updated>

		<published>2005-08-20T13:32:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=54558#p54558</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=54558#p54558"/>
		<title type="html"><![CDATA[ban on msg]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=54558#p54558"><![CDATA[
Something like this should work:<br><div class="codebox"><p>Code: </p><pre><code>bind msgm - "*" msg:botproc msg:bot {nick uhost hand text} { if {![matchattr $hand n] &amp;&amp; ![matchattr $hand n $chan]} {  foreach chan [channels] {  if {[botisop $chan] &amp;&amp; [onchan $nick $chan]} {   putserv "MODE $chan +b *!*@[lindex [split $uhost @] 1]"   putserv "KICK $chan $nick :Do not message me in private!"   }  } }}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4875">awyeah</a> — Sat Aug 20, 2005 1:32 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[gasman]]></name></author>
		<updated>2005-08-20T08:31:42-04:00</updated>

		<published>2005-08-20T08:31:42-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=54553#p54553</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=54553#p54553"/>
		<title type="html"><![CDATA[ban on msg]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=54553#p54553"><![CDATA[
so its not possible to do just what i asked...i.e. kick/ban anyone msging the bot with the exception of owners...these COULD be spammers but also could be illegal attempts to acces the bot....??<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4574">gasman</a> — Sat Aug 20, 2005 8:31 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[awyeah]]></name></author>
		<updated>2005-08-20T03:53:15-04:00</updated>

		<published>2005-08-20T03:53:15-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=54539#p54539</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=54539#p54539"/>
		<title type="html"><![CDATA[ban on msg]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=54539#p54539"><![CDATA[
Spam messages from random bots and drones (whose nicks aren't registered 99.9% of the time) can be avoided by simply using the umode +R on bahamut and mostly other IRCd's. (/mode &lt;yournick&gt; +R) So people with unregistered nicks or unidentified nicks will not be able to message you then and you will get a raw error from the IRCd.<br><br>As for mass join clones, fast join/parts aka revolving door try a script I made ago sometime. You can find it on egghelp's TCL archive under the name of "Mass Clone Join/Part and Revolving Door Protection".<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4875">awyeah</a> — Sat Aug 20, 2005 3:53 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2005-08-19T15:48:57-04:00</updated>

		<published>2005-08-19T15:48:57-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=54497#p54497</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=54497#p54497"/>
		<title type="html"><![CDATA[ban on msg]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=54497#p54497"><![CDATA[
I'd code that for you, it's 3 lines only, but I'm currently reconsidering that kind of stuff, I am inclined to think that we should cultivate a reasonable and fair eggdrop usage patterns, so I'd probably no more help implementing tasks that are, IMHO, lame or/and unfair to those less fortunate (for not having ops)<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Fri Aug 19, 2005 3:48 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[gasman]]></name></author>
		<updated>2005-08-19T15:27:12-04:00</updated>

		<published>2005-08-19T15:27:12-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=54495#p54495</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=54495#p54495"/>
		<title type="html"><![CDATA[ban on msg]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=54495#p54495"><![CDATA[
demond ....too complex just something that will kick or ban anyone who messages the bot with the exeption of owner/s<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4574">gasman</a> — Fri Aug 19, 2005 3:27 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2005-08-19T05:34:58-04:00</updated>

		<published>2005-08-19T05:34:58-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=54484#p54484</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=54484#p54484"/>
		<title type="html"><![CDATA[ban on msg]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=54484#p54484"><![CDATA[
Hehe. Spamour! <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_razz.gif" width="15" height="15" alt=":P" title="Razz"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Fri Aug 19, 2005 5:34 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2005-08-18T17:46:46-04:00</updated>

		<published>2005-08-18T17:46:46-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=54454#p54454</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=54454#p54454"/>
		<title type="html"><![CDATA[ban on msg]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=54454#p54454"><![CDATA[
you need a quality antispam script, for example <a href="http://demond.net/spambuster.tcl" class="postlink">spambuster</a><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Thu Aug 18, 2005 5:46 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[gasman]]></name></author>
		<updated>2005-08-18T16:11:49-04:00</updated>

		<published>2005-08-18T16:11:49-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=54451#p54451</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=54451#p54451"/>
		<title type="html"><![CDATA[ban on msg]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=54451#p54451"><![CDATA[
Can any help with a script that will ban or kick anyone messaging the bot<br>with certain exceptions....i think this may be a good script for banning/kicking certain types of part/join spam bots that msge everyone either onjoin or when they connect and for unauthorised attempts to access the bot.<br><br>TIA..<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4574">gasman</a> — Thu Aug 18, 2005 4:11 pm</p><hr />
]]></content>
	</entry>
	</feed>
