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

	<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>2007-01-15T19:48:39-04:00</updated>

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

		<entry>
		<author><name><![CDATA[nml375]]></name></author>
		<updated>2007-01-15T19:48:39-04:00</updated>

		<published>2007-01-15T19:48:39-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=69648#p69648</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=69648#p69648"/>
		<title type="html"><![CDATA[change say bot]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=69648#p69648"><![CDATA[
To split it to 5 nicks a line, store the output from the [userlist] to a temporary variable, run a for-loop, and use lrange to extract 5 list items from the variable. Rest would be pretty much like the code in the other thread...<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8052">nml375</a> — Mon Jan 15, 2007 7:48 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[user]]></name></author>
		<updated>2007-01-15T19:40:03-04:00</updated>

		<published>2007-01-15T19:40:03-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=69647#p69647</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=69647#p69647"/>
		<title type="html"><![CDATA[change say bot]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=69647#p69647"><![CDATA[
Your code doesn't make sense and your question has already been answered: <a href="http://forum.egghelp.org/viewtopic.php?t=12948" class="postlink">http://forum.egghelp.org/viewtopic.php?t=12948</a><br><br>(i miss the post merge button  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_sad.gif" width="15" height="15" alt=":(" title="Sad">)<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2878">user</a> — Mon Jan 15, 2007 7:40 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[pilouuu]]></name></author>
		<updated>2007-01-15T19:17:32-04:00</updated>

		<published>2007-01-15T19:17:32-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=69646#p69646</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=69646#p69646"/>
		<title type="html"><![CDATA[change say bot]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=69646#p69646"><![CDATA[
not possible? :/<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7153">pilouuu</a> — Mon Jan 15, 2007 7:17 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[pilouuu]]></name></author>
		<updated>2007-01-14T11:11:27-04:00</updated>

		<published>2007-01-14T11:11:27-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=69639#p69639</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=69639#p69639"/>
		<title type="html"><![CDATA[change say bot]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=69639#p69639"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>bind pub -|- "\!list" gf_fgproc gf_fg {nick uhost hand chan text} {if { [userlist |amnovf $chan] == "" } {foreach user [userlist B|] {set usersnick [hand2nick $user]if { $usersnick == "" } {putserv "NOTICE $nick :1Nickname: $usersnick"} else {putserv "NOTICE $nick :1Nickname: $usersnick"}}putserv "NOTICE $nick :The end"}}</code></pre></div><br>code complete...<br><br>the bot say only list user whit flags B ( expl: Admin or Botlist )<br>the code functions.<br><br>Just change say : &lt;bot&gt; nicklist1<br>                          &lt;bot&gt; nicklist2 etc etc<br><br>By<br><br>&lt;bot&gt; nicklist 1 nicklist 2 nicklist 3 etc etc (5 by line)<br><br>thx<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7153">pilouuu</a> — Sun Jan 14, 2007 11:11 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[metroid]]></name></author>
		<updated>2007-01-13T13:31:14-04:00</updated>

		<published>2007-01-13T13:31:14-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=69623#p69623</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=69623#p69623"/>
		<title type="html"><![CDATA[change say bot]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=69623#p69623"><![CDATA[
Indent your code properly next time or I won't even bother opening topics created by you.<br><br>Also, this code doesn't make much sense to me, it only executes if there is NO-ONE in the userlist for the channel, and then it proceeds to list an imaginary flag.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5078">metroid</a> — Sat Jan 13, 2007 1:31 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[pilouuu]]></name></author>
		<updated>2007-01-13T07:42:43-04:00</updated>

		<published>2007-01-13T07:42:43-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=69620#p69620</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=69620#p69620"/>
		<title type="html"><![CDATA[change say bot]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=69620#p69620"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>proc gf_fg {nick uhost hand chan text} {if { [userlist |amnovf $chan] == "" } {foreach user [userlist B|] {set usersnick [hand2nick $user]if { $usersnick == "" } {putserv "NOTICE $nick :1Nickname: $usersnick"} else {putserv "NOTICE $nick :1Nickname: $usersnick"}}putserv "NOTICE $nick :1Fthe end"}}</code></pre></div>Hi<br><br>the bot say:<br><br>nickname: bla<br>nickname: bla2<br>nickname: bla3<br><br>possible to change for<br>nickname: bla bla2 bla3<br><br>max 5 user by line<br><br>thx for help<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7153">pilouuu</a> — Sat Jan 13, 2007 7:42 am</p><hr />
]]></content>
	</entry>
	</feed>
