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

	<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>2006-12-17T20:30:52-04:00</updated>

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

		<entry>
		<author><name><![CDATA[mavericku]]></name></author>
		<updated>2006-12-17T20:30:52-04:00</updated>

		<published>2006-12-17T20:30:52-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=69024#p69024</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=69024#p69024"/>
		<title type="html"><![CDATA[a little help please...]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=69024#p69024"><![CDATA[
thank you very much <strong class="text-strong">nml375</strong> .<br>thanks to <strong class="text-strong">rosc2112</strong> as well for the tips.<br><br>Cheers mates<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6346">mavericku</a> — Sun Dec 17, 2006 8:30 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[nml375]]></name></author>
		<updated>2006-12-17T10:50:03-04:00</updated>

		<published>2006-12-17T10:50:03-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=69006#p69006</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=69006#p69006"/>
		<title type="html"><![CDATA[a little help please...]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=69006#p69006"><![CDATA[
This would sum all bans on all channels, providing a summary similar to your request...<br><div class="codebox"><p>Code: </p><pre><code>bind dcc - listbanners list_bannersproc list_banners {hand idx txt} { array set b_tmp {} foreach ban [banlist] {  set banner [lindex $ban 5]  if {![info exists b_tmp($banner)]} {   set b_tmp($banner) 1  } {   incr b_tmp($banner)  } } foreach channel [channels] {  foreach ban [banlist $channel] {   set banner [lindex $ban 5]   if {![info exists b_tmp($banner)]} {    set b_tmp($banner) 1   } {    incr b_tmp($banner)   }  } } foreach {banner bans} [array get b_tmp] {  putidx $idx "$banner = $bans bans" }}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8052">nml375</a> — Sun Dec 17, 2006 10:50 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[rosc2112]]></name></author>
		<updated>2006-12-16T21:59:27-04:00</updated>

		<published>2006-12-16T21:59:27-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=69001#p69001</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=69001#p69001"/>
		<title type="html"><![CDATA[a little help please...]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=69001#p69001"><![CDATA[
banlist [channel]<br>    Returns: a list of global bans, or, if a channel is specified, a<br>      list of channel-specific bans. Each entry is a sublist containing:<br>      hostmask, comment, expiration timestamp, time added, last time<br>      active, and creator. The three timestamps are in unixtime format.<br>    Module: channels<br><br><br>Easy to make, just use [lindex] to extract the creator's name field, then count the number of matches.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7395">rosc2112</a> — Sat Dec 16, 2006 9:59 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[mavericku]]></name></author>
		<updated>2006-12-16T21:26:08-04:00</updated>

		<published>2006-12-16T21:26:08-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=69000#p69000</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=69000#p69000"/>
		<title type="html"><![CDATA[a little help please...]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=69000#p69000"><![CDATA[
Cheers guys,<br><br>i have another problem on which i need your help, if possible.<br>I`m in need of a script that will show this :<br><br>at the command of :<div class="codebox"><p>Code: </p><pre><code> .listbanners </code></pre></div>to show <div class="codebox"><p>Code: </p><pre><code>$hand1 = 1231 bans $hand2 = 21 bans$hand3 = 12 bans</code></pre></div>accordingly to the bots banlist for a specific channel ...<br>it is a script that shows the users who banned more.<br><br><br>hope i was explicit with my request<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6346">mavericku</a> — Sat Dec 16, 2006 9:26 pm</p><hr />
]]></content>
	</entry>
	</feed>
