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

	<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>2003-03-25T06:02:00-04:00</updated>

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

		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2003-03-25T06:02:00-04:00</updated>

		<published>2003-03-25T06:02:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=18219#p18219</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=18219#p18219"/>
		<title type="html"><![CDATA[cycle]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=18219#p18219"><![CDATA[
No, that code is secure, for the following reasons<br><br>1: You havn't done any list/string conversion, or command evaluation with timers, exec or eval.<br><br>2: It is a DCC command. A user must have allready passed the authentication system, to be able to use it.<br><br>It could however, go a slight step further.<br><br>1: Use only the PART command. Eggdrop will rejoin itself, when the IRC server confirms the part. Thus the bot only sends two JOINs.<br><br>2: Check the incoming argument is a valid channel, before partings, and avoiding errornouse commands to the server.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Tue Mar 25, 2003 6:02 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[tainted]]></name></author>
		<updated>2003-03-24T22:16:16-04:00</updated>

		<published>2003-03-24T22:16:16-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=18212#p18212</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=18212#p18212"/>
		<title type="html"><![CDATA[cycle]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=18212#p18212"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>bind dcc o hop hop_cycleproc hop_cycle {h i a} {putserv "PART $a"putserv "JOIN $a"}</code></pre></div>That should do it, though it will only cycle that single bot. If you need to cycle the entire net (yuck?) it will require a bit more work.<br><br>NOTE: that script is insecure, most likely allowing any +o user to execute any tcl code they choose. I'm far too tired to go any further on it, but that should get you started. <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=1256">tainted</a> — Mon Mar 24, 2003 10:16 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Pitchat]]></name></author>
		<updated>2003-03-24T18:51:39-04:00</updated>

		<published>2003-03-24T18:51:39-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=18208#p18208</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=18208#p18208"/>
		<title type="html"><![CDATA[cycle]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=18208#p18208"><![CDATA[
hi is it possible to make the eggdrop cycle a channel on demand ? <br><br>exemple by a dcc command like .hop and /or a public command !hop or both .<br><br>thoses commands should be available only to +o users<br><br>i know theres is the +cycle settings but it is not what i`m looking for<br><br>thanks<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2723">Pitchat</a> — Mon Mar 24, 2003 6:51 pm</p><hr />
]]></content>
	</entry>
	</feed>
