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

	<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>2004-12-15T16:42:24-04:00</updated>

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

		<entry>
		<author><name><![CDATA[DeadC]]></name></author>
		<updated>2004-12-15T16:42:24-04:00</updated>

		<published>2004-12-15T16:42:24-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=44050#p44050</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=44050#p44050"/>
		<title type="html"><![CDATA[Botnet + Request Script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=44050#p44050"><![CDATA[
I'm using StormBot and have writed this script for request script:<br><br>i have a request bot that check everything then he do this command <br>-----------------------------------------------------<br>putbot $::requestbot "Request $::channel $::nick1" <br>-----------------------------------------------------<br>and on all bots that can be requested this is on:<br>-----------------------------------------------------<br><br>bind bot - Request bot:grant<br><br>proc bot:grant {bot command paras} {<br>global botnick<br><br>set chan [lindex $paras 0]<br>set nick [lindex $paras 1]<br><br>channel add $chan<br><br>adduser $nick<br>                chattr $nick +p|+nmof $chan<br>save<br><br>return<br>}<br>-----------------------------------------------------<br>+p|+nmof = stormbots ChanOwner<br>-----------------------------------------------------<br><br>when this is done $nick should msg the bot with "pass yourpass"<br><br>and here stormbot going in and $nick should then msg "login yourpass"<br><br><br>but when $nick msg the bot "pass yourpass" its dont works...<br><br>did anyone have a another egggdrop request or something like this?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5791">DeadC</a> — Wed Dec 15, 2004 4:42 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[YooHoo]]></name></author>
		<updated>2004-12-15T14:18:40-04:00</updated>

		<published>2004-12-15T14:18:40-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=44046#p44046</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=44046#p44046"/>
		<title type="html"><![CDATA[Re: Botnet + Request Script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=44046#p44046"><![CDATA[
<blockquote class="uncited"><div>How can i get this to works so i can do a bot to join a channel and add a chanowner  for the channel.</div></blockquote>There is a script already written that might suit your purpose, called <a href="http://zclix.com/sb/downloads.asp" class="postlink">initchan.tcl</a>...<br><strong class="text-strong">Functions:<br>Users:</strong><br>/msg bot INITCHAN #channel CODE [optional: email]<br><br><strong class="text-strong">Admins: [can do "!initchan" in channel, or /msg bot initchan]</strong><br>!initchan add #channel &lt;code&gt; [email]<br>!initchan del #channel-or-wildcard<br>!initchan list #channel-or-wildcard<br>!initchan clear<br> <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_mrgreen.gif" width="15" height="15" alt=":mrgreen:" title="Mr. Green"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2706">YooHoo</a> — Wed Dec 15, 2004 2:18 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[CrazyCat]]></name></author>
		<updated>2004-12-15T14:10:32-04:00</updated>

		<published>2004-12-15T14:10:32-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=44044#p44044</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=44044#p44044"/>
		<title type="html"><![CDATA[Botnet + Request Script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=44044#p44044"><![CDATA[
little more help: search in tcl-command.doc for putbot and putallbots<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=691">CrazyCat</a> — Wed Dec 15, 2004 2:10 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2004-12-15T10:40:30-04:00</updated>

		<published>2004-12-15T10:40:30-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=44039#p44039</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=44039#p44039"/>
		<title type="html"><![CDATA[Botnet + Request Script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=44039#p44039"><![CDATA[
never use IRC as communication medium for eggdrop bots; always use the botnet, that's what it was designed and implemented for<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Wed Dec 15, 2004 10:40 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[DeadC]]></name></author>
		<updated>2004-12-15T10:14:27-04:00</updated>

		<published>2004-12-15T10:14:27-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=44038#p44038</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=44038#p44038"/>
		<title type="html"><![CDATA[Botnet + Request Script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=44038#p44038"><![CDATA[
I have 6 bots in a botnet and now i whant people to request a bot. Then i have done a Eggdrop Request script, but the bots can not sending /msg botnick commands to a another eggdrop. <br><br>How can i get this to works so i can do a bot to join a channel and add a chanowner  for the channel.<br><br>I have a bot with the name Request that should do all works.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5791">DeadC</a> — Wed Dec 15, 2004 10:14 am</p><hr />
]]></content>
	</entry>
	</feed>
