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

	<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>2021-05-08T00:28:09-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Arnold_X-P]]></name></author>
		<updated>2021-05-08T00:28:09-04:00</updated>

		<published>2021-05-08T00:28:09-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=109868#p109868</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=109868#p109868"/>
		<title type="html"><![CDATA[Bots script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=109868#p109868"><![CDATA[
<blockquote class="uncited"><div>Really short:<div class="codebox"><p>Code: </p><pre><code>bind msg n bots getbotsproc getbots {nick uhost handle text} {   foreach lbot [botlist] {      putserv "PRIVMSG $nick :[lindex $lbot 0] is connected to [lindex $lbot 1]"   }}</code></pre></div></div></blockquote>use the code and it doesn't work....and it does not generate any error<br><br><br><strong class="text-strong">but it works this way for me</strong><div class="codebox"><p>Code: </p><pre><code>bind msg n bots getbotsproc getbots {nick uhost handle text} {   foreach lbot [split botlist] {      putserv "PRIVMSG $nick :[lindex $lbot 0] is connected to [lindex $lbot 1]"   }}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8327">Arnold_X-P</a> — Sat May 08, 2021 12:28 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[willyw]]></name></author>
		<updated>2021-05-07T07:32:01-04:00</updated>

		<published>2021-05-07T07:32:01-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=109853#p109853</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=109853#p109853"/>
		<title type="html"><![CDATA[Bots script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=109853#p109853"><![CDATA[
If you don't want the extra info, and are ok with just the bare list of bots on the botnet,  experiment with substituting:<br><div class="codebox"><p>Code: </p><pre><code>putserv "privmsg $nick :[bots]"</code></pre></div>for<br><div class="codebox"><p>Code: </p><pre><code>   foreach lbot [botlist] {      putserv "PRIVMSG $nick :[lindex $lbot 0] is connected to [lindex $lbot 1]"   } </code></pre></div><br>Reference:<br><a href="https://docs.eggheads.org/mainDocs/tcl-commands.html#bots" class="postlink">https://docs.eggheads.org/mainDocs/tcl- ... .html#bots</a><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10420">willyw</a> — Fri May 07, 2021 7:32 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[CrazyCat]]></name></author>
		<updated>2021-05-07T07:08:25-04:00</updated>

		<published>2021-05-07T07:08:25-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=109852#p109852</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=109852#p109852"/>
		<title type="html"><![CDATA[Bots script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=109852#p109852"><![CDATA[
Really short:<div class="codebox"><p>Code: </p><pre><code>bind msg n bots getbotsproc getbots {nick uhost handle text} {   foreach lbot [botlist] {      putserv "PRIVMSG $nick :[lindex $lbot 0] is connected to [lindex $lbot 1]"   }}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=691">CrazyCat</a> — Fri May 07, 2021 7:08 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[l.kleijn]]></name></author>
		<updated>2021-05-07T06:50:02-04:00</updated>

		<published>2021-05-07T06:50:02-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=109851#p109851</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=109851#p109851"/>
		<title type="html"><![CDATA[Bots script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=109851#p109851"><![CDATA[
I'm searching for a script that when i type '/msg botnick bots'<br><br>That i get a list with all linked bots.<br>Can someone help me with this ?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12392">l.kleijn</a> — Fri May 07, 2021 6:50 am</p><hr />
]]></content>
	</entry>
	</feed>
