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

	<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-01-10T06:50:36-04:00</updated>

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

		<entry>
		<author><name><![CDATA[unb0rn]]></name></author>
		<updated>2009-01-10T06:50:36-04:00</updated>

		<published>2009-01-10T06:50:36-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=86824#p86824</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=86824#p86824"/>
		<title type="html"><![CDATA[Script to say all nicks from chan]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=86824#p86824"><![CDATA[
works like a charm, thank you very much <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=";)" title="Wink"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10194">unb0rn</a> — Sat Jan 10, 2009 6:50 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[speechles]]></name></author>
		<updated>2009-01-09T20:57:31-04:00</updated>

		<published>2009-01-09T20:57:31-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=86816#p86816</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=86816#p86816"/>
		<title type="html"><![CDATA[Script to say all nicks from chan]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=86816#p86816"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code># add your channels this is to work in below. Must be at least one, but can be any amount.# remember to add them between the double-quotes (" ")set channelz [split [string tolower "#channel1 #channel2 #etc"]]bind pub -|- !nick spam:nicklistproc spam:nicklist {nick uhost hand chan text} {if {![string length $text]} {set text $chan} elseif {![validchan $text]} {putserv "privmsg $chan :Invalid channel name ($text)."return}if {[lsearch -exact $::channelz [string tolower $text]]} {putserv "privmsg $chan :ALL NICKS FROM CHANNEL ($text):"putserv "privmsg $chan :[join [chanlist $chan] ", "]"}}</code></pre></div>If you type "!nick" it will give you the nicklist of the channel it is typed in. If you type "!nick #channel" you will get the nicklist of that channel instead.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8138">speechles</a> — Fri Jan 09, 2009 8:57 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[unb0rn]]></name></author>
		<updated>2009-01-09T20:29:53-04:00</updated>

		<published>2009-01-09T20:29:53-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=86815#p86815</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=86815#p86815"/>
		<title type="html"><![CDATA[Script to say all nicks from chan]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=86815#p86815"><![CDATA[
Hello, can someone help me with this?<br>I need a script to say all the nicks from a channel, when i use some trigger like for example: !nick<br>and when i use that trigger, he says all the nicks from the channel, from where i used it, and it says something like for example:<br><br>me: !nick<br>eggdrop: ALL NICKS FROM CHANNEL<br>eggdrop: nick, nick1, nick2, nick3 ....etc<br><br><br>Can someone help me out please?<br><br>Thank you in advance<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10194">unb0rn</a> — Fri Jan 09, 2009 8:29 pm</p><hr />
]]></content>
	</entry>
	</feed>
