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

	<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>2009-11-28T20:10:30-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Riddler]]></name></author>
		<updated>2007-06-16T19:07:28-04:00</updated>

		<published>2007-06-16T19:07:28-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=73602#p73602</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=73602#p73602"/>
		<title type="html"><![CDATA[[SOLVED] Question about the bantype &quot;BLACKLIST&quot;]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=73602#p73602"><![CDATA[
OK..<br><br>So I`ve added this code for the blacklist-ban:<br><blockquote class="uncited"><div> newchanban $chan $blhost blacklist "($hand) (BLACKLISTED) $reason" <span style="color:red">0 </span></div></blockquote>and<br><blockquote class="uncited"><div>newignore $blhost blacklist "($hand) (BLACKLISTED) $reason" <span style="color:red">0</span></div></blockquote>and when I`ve tested the script, the results are: <br><br><blockquote class="uncited"><div>&lt;@me&gt; .black *!*@127.0.0.0 lol<br>* |Learn sets mode: +b *!*@127.0.0.0<br>&lt;@me&gt; .findban *!*@127.0.0.0<br>-|Learn- Ban INFO: *!*@127.0.0.0 , <span style="color:red">Expire: 0 seconds</span> , (me) (BLACKLISTED) lol <br>-|Learn- End Ban-INFO searching ...<br><br>----<br>&lt;me&gt; .ignore<br>&lt;|Learn&gt; [00:51] #me# ignores <br>&lt;|Learn&gt; Currently ignoring:<br>&lt;|Learn&gt;   [  1] *!*@127.0.0.0 (perm)<br>&lt;|Learn&gt;         ban: (me) (BLACKLISTED) lol<br>&lt;|Learn&gt;         Started 00:42<br>---<br><br>&lt;@me&gt; .unban *!*@127.0.0.0<br>* X sets mode: -b *!*@127.0.0.0<br>&lt;me&gt; .findban *!*@127.0.0.0<br>-|Learn- End Ban-INFO searching ...</div></blockquote>This is just what I was looking for <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":D" title="Very Happy"><br><br>Thanks Sir_Fz <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":D" title="Very Happy">  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_cool.gif" width="15" height="15" alt="8)" title="Cool"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9010">Riddler</a> — Sat Jun 16, 2007 7:07 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Riddler]]></name></author>
		<updated>2007-06-16T18:31:54-04:00</updated>

		<published>2007-06-16T18:31:54-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=73601#p73601</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=73601#p73601"/>
		<title type="html"><![CDATA[[SOLVED] Question about the bantype &quot;BLACKLIST&quot;]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=73601#p73601"><![CDATA[
<blockquote class="uncited"><div>Read about [newban] and [newchanban] in Tcl-commands.doc (in your eggdrop's /doc directory). One is for global bans and the other is for channel-specific bans.</div></blockquote>Ok...so here is are the commands. <br><blockquote class="uncited"><div>  newchanban &lt;channel&gt; &lt;ban&gt; &lt;creator&gt; &lt;comment&gt; [lifetime] [options]<br>    Description: adds a ban to the ban list of a channel; creator is given<br>      credit for the ban in the ban list. lifetime is specified in<br>      minutes. If lifetime is not specified, ban-time (usually 60) is<br>      used. <span style="color:red">Setting the lifetime to 0 makes it a permanent ban.</span><br>    Options:<br>      sticky: forces the ban to be always active on a channel, even<br>              with dynamicbans on<br>      none:   no effect<br>    Returns: nothing<br>    Module: channels</div></blockquote><blockquote class="uncited"><div>  newban &lt;ban&gt; &lt;creator&gt; &lt;comment&gt; [lifetime] [options]<br>    Description: adds a ban to the global ban list (which takes effect on<br>      all channels); creator is given credit for the ban in the ban list.<br>      lifetime is specified in minutes. If lifetime is not specified,<br>      global-ban-time (usually 60) is used. <span style="color:red">Setting the lifetime to 0 makes<br>      it a permanent ban.</span><br>    Options:<br>      sticky: forces the ban to be always active on a channel, even<br>              with dynamicbans on<br>      none:   no effect<br>    Returns: nothing<br>    Module: channels</div></blockquote>--------------<br><blockquote class="uncited"><div>I don't know who wrote this tcl and when did he write it.. But I have modified this TCL and giving it you not under my name. The owner is different I simply modified it to be used on my purposes. Anyway it is a nice blacklisting TCL, you may change it on your way. <br><br>Thanks <br>iamdeath</div></blockquote>interesting script....I`ll give it a try but ..<br><blockquote class="uncited"><div># How long (in minutes) do you want to ban offender(s) <br># (default 2) <br><span style="color:red">set lmrbt "2880"</span></div></blockquote><blockquote class="uncited"><div>newchanban $chan $banmask $nick $lmrrsn <span style="color:red">$lmrbt</span></div></blockquote> <br><br>It has a bantime in the command...and this means that after 48 hours that ban will expire...so not what I`m looking for ...<br><br>OK... so now let`s try to make the command work..<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9010">Riddler</a> — Sat Jun 16, 2007 6:31 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Zircon]]></name></author>
		<updated>2007-06-16T05:11:21-04:00</updated>

		<published>2007-06-16T05:11:21-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=73584#p73584</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=73584#p73584"/>
		<title type="html"><![CDATA[[SOLVED] Question about the bantype &quot;BLACKLIST&quot;]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=73584#p73584"><![CDATA[
It s lamer.tcl done by  acenoid on 2001. U can find this script in the archives section of the TCL scripts <a href="http://www.egghelp.org/tclhtml/3478-4-0-0-1-lamer-tcl.htm" class="postlink">http://www.egghelp.org/tclhtml/3478-4-0 ... er-tcl.htm</a><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8115">Zircon</a> — Sat Jun 16, 2007 5:11 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[iamdeath]]></name></author>
		<updated>2007-06-16T04:08:40-04:00</updated>

		<published>2007-06-16T04:08:40-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=73581#p73581</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=73581#p73581"/>
		<title type="html"><![CDATA[[SOLVED] Question about the bantype &quot;BLACKLIST&quot;]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=73581#p73581"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code># What Channels should I work on? Ex. #octagon #eggdrop # Leave empty to enable on all channels the bot is on.set lmrchn ""# How long (in minutes) do you want to ban offender(s)# (default 2)set lmrbt "2880"# Flags of users who are protected (default "bomn|omn")set lmrflg "bomnf|omnfE"# Kick-Reasonset lmrrsn "Blacklist host, you may take a deep breath.!"# Announce Cleanup in the channel? (default 0)set lmrtlk "0"# And what do we want to tell them?# Note: Announce must be 1 for this.set lmrtxt "Processing..."# Enable logging? (default 0)set lmrlog "0"## End of the configuration. ##set lmr(version) "V1.6"set lmr(rdate) "Sat 01 Dec 01"bind pub m|E !loser lmr:kbproc lmr:kb {nick uhost hand chan who} {   global lmrbt lmrchn lmrflg lmrrsn lmrtlk lmrtxt lmrlog botnick   if {(($lmrchn == "") || ([lsearch -exact $lmrchn [string tolower $chan]] != -1)) } {      if {[botisop $chan] &amp;&amp; [isvoice $nick $chan]} {         if { $who != "" } {            if { $lmrtlk == "1" } { putserv "PRIVMSG $chan $lmrtxt" -next}            foreach targets $who {                  set bwho [nick2hand $targets $chan]               set bmatch [matchattr $bwho $lmrflg $chan]               set bonchan [onchan $targets $chan]               if { [string tolower $targets] != [string tolower $botnick] &amp;&amp; $bmatch != "1" &amp;&amp; $bonchan == "1" } {                   if { $lmrtlk == "1" } { putserv "PRIVMSG $chan $lmrtxt" -next; incr lmrtlk}                  set bhost [getchanhost $targets $chan]    set banmask "*!*@[lindex [split $bhost @] 1]"                  putserv "MODE $chan +b $banmask"                  newchanban $chan $banmask $nick $lmrrsn $lmrbt                  putkick $chan $targets $lmrrsn               }            }            if { $lmrtlk &gt;= "1" } { set lmrtlk "1" }                        if { $lmrlog == "1" } { putlog "LMR: called by $nick ($hand) on $chan. ($who)" }         }      }   }}putlog "LMR: Lamer.tcl $lmr(version) - $lmr(rdate) by acenoid (ace@clan-octagon.de) loaded sucessfully."</code></pre></div>I don't know who wrote this tcl and when did he write it.. But I have modified this TCL and giving it you not under my name. The owner is different I simply modified it to be used on my purposes. Anyway it is a nice blacklisting TCL, you may change it on your way.<br><br>Thanks<br>iamdeath<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5982">iamdeath</a> — Sat Jun 16, 2007 4:08 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2007-06-15T09:03:40-04:00</updated>

		<published>2007-06-15T09:03:40-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=73567#p73567</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=73567#p73567"/>
		<title type="html"><![CDATA[[SOLVED] Question about the bantype &quot;BLACKLIST&quot;]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=73567#p73567"><![CDATA[
Read about [newban] and [newchanban] in Tcl-commands.doc (in your eggdrop's /doc directory). One is for global bans and the other is for channel-specific bans.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Fri Jun 15, 2007 9:03 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Riddler]]></name></author>
		<updated>2009-11-28T20:10:30-04:00</updated>

		<published>2007-06-14T23:00:13-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=73559#p73559</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=73559#p73559"/>
		<title type="html"><![CDATA[[SOLVED] Question about the bantype &quot;BLACKLIST&quot;]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=73559#p73559"><![CDATA[
Hello guys, I have a little question ... I want to make a blacklist ban command ( someting like .black &lt;nick | *!*@host&gt; [reason] ) and I don`t know what eggdrop command to use...<br><blockquote class="uncited"><div>newban</div></blockquote>or <br><blockquote class="uncited"><div>newchanban (without setting a ban time)</div></blockquote>the result will be something like this:<br><blockquote class="uncited"><div>&lt;me&gt; .black *!*test*@*<br>* |Eggdrop sets mode: +b *!*test*@*<br>&lt;me&gt; .iban *!*test*@*<br>-|Eggdrop- Ban INFO: *!*test*@* , <span style="color:red">Expire: 0 seconds</span> , (me) (BLACKLIST) Banned! <br>-|Eggdrop- End Ban-INFO searching ...</div></blockquote>this is just an example .... I`m saw this type of command on a channel... its a interesting command...the ban will never expire from the bots internal banlist .....all I need to know is what type of command to use so that example will work...<br><br>any hints.. ?  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_eek.gif" width="15" height="15" alt=":shock:" title="Shocked"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9010">Riddler</a> — Thu Jun 14, 2007 11:00 pm</p><hr />
]]></content>
	</entry>
	</feed>
