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

	<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-03-18T14:05:00-04:00</updated>

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

		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2002-03-18T14:05:00-04:00</updated>

		<published>2002-03-18T14:05:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=5499#p5499</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=5499#p5499"/>
		<title type="html"><![CDATA[bind +b?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=5499#p5499"><![CDATA[
Hi, yes, I figured this out about a few days ago. Thx anyway. See than .next post and tell me if you see something wrong in it. Thx again!<br><br>If there r no mistakes or something I'll put it on the Tcl download area.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Mon Mar 18, 2002 2:05 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[egghead]]></name></author>
		<updated>2002-03-18T11:31:00-04:00</updated>

		<published>2002-03-18T11:31:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=5497#p5497</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=5497#p5497"/>
		<title type="html"><![CDATA[bind +b?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=5497#p5497"><![CDATA[
Caesar, perhaps you already figured it out...<br><br>The variable "botname" contains the nick!user@host that the server sees. String match the banmask against this botname...<br><div class="codebox"><p>Code: </p><pre><code>bind mode - * bindbanbotproc bindbanbot { nick uhost hand chan args } {   global botname   # fix above and below 1.3.23   set modechange [join $args]   if {[scan $modechange "+b %s" banmask] != 1} { return }   # ban matches "botname"?   if {[string match $banmask $botname]} {      putlog "$nick ($hand) banned me on $chan (+b $banmask)"   }}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=282">egghead</a> — Mon Mar 18, 2002 11:31 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2002-03-06T05:20:00-04:00</updated>

		<published>2002-03-06T05:20:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=5107#p5107</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=5107#p5107"/>
		<title type="html"><![CDATA[bind +b?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=5107#p5107"><![CDATA[
I tried to bind a ban that maches my eggdrop but I din't have no success. Any sugestion to make this "match" stuff? I tried some tricks but nothing good.. <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_surprised.gif" width="15" height="15" alt=":eek:" title="Surprised">(<br><br>Btw.. Is there a tcl that when eggy get's: deoped/kicked/banned to report this stuff to an other channel? I made the deop and kick part and I got to make this ban part wit a little help on the match part.<br><br>Thx!<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Wed Mar 06, 2002 5:20 am</p><hr />
]]></content>
	</entry>
	</feed>
