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

	<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>2012-09-17T13:36:21-04:00</updated>

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

		<entry>
		<author><name><![CDATA[gamer12]]></name></author>
		<updated>2012-09-17T13:05:13-04:00</updated>

		<published>2012-09-17T13:05:13-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=100027#p100027</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=100027#p100027"/>
		<title type="html"><![CDATA[[SOLVED] Public Command List Channel Members]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=100027#p100027"><![CDATA[
thanks alot both of you!<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12058">gamer12</a> — Mon Sep 17, 2012 1:05 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2012-09-17T00:25:23-04:00</updated>

		<published>2012-09-17T00:25:23-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=100025#p100025</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=100025#p100025"/>
		<title type="html"><![CDATA[[SOLVED] Public Command List Channel Members]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=100025#p100025"><![CDATA[
Here's a better version, one that the bot won't flood itself off while trying to paste the entire list of channel members.<div class="codebox"><p>Code: </p><pre><code>bind pub o|o !call pub:callproc pub:call {nick uhost hand chan text} {# create the list with channel users (not bot's user's)set chanList [chanlist $chan]# remove botnick from list set pos [lsearch -nocase $chanList $::botnick]set chanList [lreplace $chanList $pos $pos] # paste 25 (or how many you wish) nicks per linewhile {[llength $chanList] != 0} {puthelp "PRIVMSG $chan :[join [lrange $chanList 0 25]]"set chanList [lrange $chanList 25 end]}}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Mon Sep 17, 2012 12:25 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Football]]></name></author>
		<updated>2012-09-16T13:37:40-04:00</updated>

		<published>2012-09-16T13:37:40-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=100023#p100023</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=100023#p100023"/>
		<title type="html"><![CDATA[[SOLVED] Public Command List Channel Members]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=100023#p100023"><![CDATA[
Someone wrote this script for me a while ago:<div class="codebox"><p>Code: </p><pre><code>bind pub o|o .call call:proc proc call:proc {nick uhost hand chan arg} {  global botnick# check if user has access to bot or not  set nicklist [chanlist $chan]# removing botnick from list  set notbot [lsearch $nicklist $botnick]  set nicklist [lreplace $nicklist $notbot $notbot]# removing nickname that triggered event  set notnick [lsearch $nicklist $nick]  set nicklist [lreplace $nicklist $notnick $notnick]  puthelp "PRIVMSG $chan :$nicklist"  puthelp "PRIVMSG $chan :&gt;&gt;&gt;&gt;&gt; \0030,4$arg\003"}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10393">Football</a> — Sun Sep 16, 2012 1:37 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[gamer12]]></name></author>
		<updated>2012-09-17T13:36:21-04:00</updated>

		<published>2012-09-16T13:24:43-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=100021#p100021</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=100021#p100021"/>
		<title type="html"><![CDATA[[SOLVED] Public Command List Channel Members]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=100021#p100021"><![CDATA[
aaa<br><br><span style="color:red">Edit: Original request for a script which lists members of a channel on public command. This thread is now locked. Sir_FZ</span><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12058">gamer12</a> — Sun Sep 16, 2012 1:24 pm</p><hr />
]]></content>
	</entry>
	</feed>
