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

	<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>2003-09-03T15:32:23-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2003-09-03T15:32:23-04:00</updated>

		<published>2003-09-03T15:32:23-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=26378#p26378</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=26378#p26378"/>
		<title type="html"><![CDATA[little big problem]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=26378#p26378"><![CDATA[
thnx!<br>it worx now.<p>Statistics: Posted by Guest — Wed Sep 03, 2003 3:32 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2003-09-03T12:34:53-04:00</updated>

		<published>2003-09-03T12:34:53-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=26336#p26336</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=26336#p26336"/>
		<title type="html"><![CDATA[little big problem]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=26336#p26336"><![CDATA[
i was just giving a basic script. He can do whatever he wants with it <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=3085">Sir_Fz</a> — Wed Sep 03, 2003 12:34 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2003-09-03T06:33:56-04:00</updated>

		<published>2003-09-03T06:33:56-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=26315#p26315</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=26315#p26315"/>
		<title type="html"><![CDATA[little big problem]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=26315#p26315"><![CDATA[
Not exactly, just add your *search* part or a slight change of it and works fine <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=187">caesar</a> — Wed Sep 03, 2003 6:33 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[TeDDyBeeR]]></name></author>
		<updated>2003-09-03T06:28:17-04:00</updated>

		<published>2003-09-03T06:28:17-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=26313#p26313</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=26313#p26313"/>
		<title type="html"><![CDATA[little big problem]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=26313#p26313"><![CDATA[
<blockquote class="uncited"><div><blockquote class="uncited"><div><blockquote class="uncited"><div>Sir_Fz:<br><br>Code:<br>bind mode - "* +b" rmban:notf<br><br>proc rmban:notf {nick uhost hand chan mode vict} {<br>  if {![matchattr $hand f|f $chan] &amp;&amp; [botisop $chan]} {<br>   putserv "MODE $chan -b $vict"<br>  }<br>}<br><br>this should do it. (removes the ban immediatly if the banner is not +f)</div></blockquote>It's nice, but then it works on evry channel where the bot is, so, let him/her choice by script in what channel it must do !!!!</div></blockquote>just change the bind to<div class="codebox"><p>Code: </p><pre><code>bind mode - "#channel * +b" rmban:notf </code></pre></div>and it works just on #channel</div></blockquote>You are right :0 <br>But then when the bot is in 10 chans and he must do it in 5 of them, you need to set 5 binds <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=3774">TeDDyBeeR</a> — Wed Sep 03, 2003 6:28 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[GodOfSuicide]]></name></author>
		<updated>2003-09-03T06:13:00-04:00</updated>

		<published>2003-09-03T06:13:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=26312#p26312</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=26312#p26312"/>
		<title type="html"><![CDATA[little big problem]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=26312#p26312"><![CDATA[
<blockquote class="uncited"><div><blockquote class="uncited"><div>Sir_Fz:<br><br>Code:<br>bind mode - "* +b" rmban:notf<br><br>proc rmban:notf {nick uhost hand chan mode vict} {<br>  if {![matchattr $hand f|f $chan] &amp;&amp; [botisop $chan]} {<br>   putserv "MODE $chan -b $vict"<br>  }<br>}<br><br>this should do it. (removes the ban immediatly if the banner is not +f)</div></blockquote>It's nice, but then it works on evry channel where the bot is, so, let him/her choice by script in what channel it must do !!!!</div></blockquote>just change the bind to<div class="codebox"><p>Code: </p><pre><code>bind mode - "#channel * +b" rmban:notf </code></pre></div>and it works just on #channel<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=1433">GodOfSuicide</a> — Wed Sep 03, 2003 6:13 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[TeDDyBeeR]]></name></author>
		<updated>2003-09-03T05:51:07-04:00</updated>

		<published>2003-09-03T05:51:07-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=26311#p26311</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=26311#p26311"/>
		<title type="html"><![CDATA[little big problem]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=26311#p26311"><![CDATA[
<blockquote class="uncited"><div>Sir_Fz:<br><br>Code:<br>bind mode - "* +b" rmban:notf<br><br>proc rmban:notf {nick uhost hand chan mode vict} {<br>  if {![matchattr $hand f|f $chan] &amp;&amp; [botisop $chan]} {<br>   putserv "MODE $chan -b $vict"<br>  }<br>}<br><br>this should do it. (removes the ban immediatly if the banner is not +f)</div></blockquote>It's nice, but then it works on evry channel where the bot is, so, let him/her choice by script in what channel it must do !!!!<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3774">TeDDyBeeR</a> — Wed Sep 03, 2003 5:51 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[firepac]]></name></author>
		<updated>2003-09-03T05:46:26-04:00</updated>

		<published>2003-09-03T05:46:26-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=26310#p26310</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=26310#p26310"/>
		<title type="html"><![CDATA[little big problem]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=26310#p26310"><![CDATA[
Why would you give everyone ops?????<br><br>Just asking for problems!!!!!!<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3352">firepac</a> — Wed Sep 03, 2003 5:46 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2003-09-03T04:20:23-04:00</updated>

		<published>2003-09-03T04:20:23-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=26307#p26307</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=26307#p26307"/>
		<title type="html"><![CDATA[little big problem]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=26307#p26307"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>bind mode - "* +b" rmban:notfproc rmban:notf {nick uhost hand chan mode vict} { if {![matchattr $hand f|f $chan] &amp;&amp; [botisop $chan]} {  putserv "MODE $chan -b $vict" }}</code></pre></div>this should do it. (removes the ban immediatly if the banner is not +f)<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Wed Sep 03, 2003 4:20 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[TeDDyBeeR]]></name></author>
		<updated>2003-09-03T04:18:47-04:00</updated>

		<published>2003-09-03T04:18:47-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=26306#p26306</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=26306#p26306"/>
		<title type="html"><![CDATA[little big problem]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=26306#p26306"><![CDATA[
Well it's possible<br><br>Make from the following code a seperated *.tcl file<br>en load it as you normely load scripts :<br><div class="codebox"><p>Code: </p><pre><code>#### # Unban bans set by users without +f on the# in global or channel user flags##### Set below the channels where the bot must unban bans that# set by users who have not +f in ther flagsset chkchans "#channel1 #channel2 #channel3"bind mode - * docheckbanrightproc docheckbanright {nick host handle chan modechg vic} {   global chkchans   if {[lsearch -glob [string tolower $chkchans] [string tolower $chan]] &gt; -1} {      if {[strlwr $modechg] == "+b"} {         if {![matchattr $handle f|f $chan]} {            putserv "mode $chan -b $vic"                     }      }   }}putlog "Unban Bans that setted by non +f users is loaded"</code></pre></div>Have funn with the script, if you have Q's i will hear it trou my PM on this forum <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><br><br>regards,<br>TeDDyBeeR<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3774">TeDDyBeeR</a> — Wed Sep 03, 2003 4:18 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[bobjuh]]></name></author>
		<updated>2003-09-03T03:21:34-04:00</updated>

		<published>2003-09-03T03:21:34-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=26297#p26297</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=26297#p26297"/>
		<title type="html"><![CDATA[little big problem]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=26297#p26297"><![CDATA[
If you want want that poeple who you don't trust ban other people just don't op them.<br><br>imho free ops channel are lame<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=109">bobjuh</a> — Wed Sep 03, 2003 3:21 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2003-09-03T01:15:43-04:00</updated>

		<published>2003-09-03T01:15:43-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=26294#p26294</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=26294#p26294"/>
		<title type="html"><![CDATA[little big problem]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=26294#p26294"><![CDATA[
When it should remove them? When the ban is placed or when?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Wed Sep 03, 2003 1:15 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2003-09-02T23:23:40-04:00</updated>

		<published>2003-09-02T23:23:40-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=26289#p26289</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=26289#p26289"/>
		<title type="html"><![CDATA[little big problem]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=26289#p26289"><![CDATA[
ok.<br>i have a channel on quakenet where everyone gets op.<br>now i want the bot to remove bans that are set by ops who dont have the<br>friendly flag +f.<br>is this possible ?<br>any help would be much appreciated  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":D" title="Very Happy"><p>Statistics: Posted by Guest — Tue Sep 02, 2003 11:23 pm</p><hr />
]]></content>
	</entry>
	</feed>
