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

	<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>2013-05-16T10:16:31-04:00</updated>

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

		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2012-05-03T00:52:44-04:00</updated>

		<published>2012-05-03T00:52:44-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=99325#p99325</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=99325#p99325"/>
		<title type="html"><![CDATA[mass hl/slap script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=99325#p99325"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>proc massslap {nick uhost hand chan text args} {# dump only 25 nicks per lineset chanList [chanlist $chan]while {[llength $chanList] != 0} {puthelp "PRIVMSG $chan :[join [lrange $chanList 0 25]]"set chanList [lrange $chanList 25 end]}}</code></pre></div>Right now it's set to dump 25 nicks per line, adjust it to your needs.<br><br>Oh, and you don't need:<div class="codebox"><p>Code: </p><pre><code>set lista "${lista} $userraw" </code></pre></div>use <em class="text-italics"><a href="http://www.tcl.tk/man/tcl8.5/TclCmd/lappend.htm" class="postlink">lappend</a></em> instead.<br><br>If you want to remove the bot from the list then add this:<div class="codebox"><p>Code: </p><pre><code>set pos [lsearch $chanList $::botnick]set chanList [lreplace $chanList $pos $pos]</code></pre></div>before the <em class="text-italics">while</em> loop.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Thu May 03, 2012 12:52 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[elbandido]]></name></author>
		<updated>2013-05-16T10:16:31-04:00</updated>

		<published>2012-05-02T14:00:13-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=99320#p99320</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=99320#p99320"/>
		<title type="html"><![CDATA[mass hl/slap script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=99320#p99320"><![CDATA[
As<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=11984">elbandido</a> — Wed May 02, 2012 2:00 pm</p><hr />
]]></content>
	</entry>
	</feed>
