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

	<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>2010-07-10T17:07:51-04:00</updated>

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

		<entry>
		<author><name><![CDATA[nml375]]></name></author>
		<updated>2008-07-17T08:44:11-04:00</updated>

		<published>2008-07-17T08:44:11-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=84037#p84037</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=84037#p84037"/>
		<title type="html"><![CDATA[Eggdrop to flood at free will]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=84037#p84037"><![CDATA[
nano does have a search'n'replace feature, albeit somewhat hidden.<br>Default binding is F14 or Meta-R (depending on your terminal setup, this <strong class="text-strong">might</strong> be Esc-r).<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8052">nml375</a> — Thu Jul 17, 2008 8:44 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Demolution]]></name></author>
		<updated>2008-07-17T05:36:19-04:00</updated>

		<published>2008-07-17T05:36:19-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=84034#p84034</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=84034#p84034"/>
		<title type="html"><![CDATA[Eggdrop to flood at free will]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=84034#p84034"><![CDATA[
i use 'nano'<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10048">Demolution</a> — Thu Jul 17, 2008 5:36 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[nml375]]></name></author>
		<updated>2008-07-16T10:01:34-04:00</updated>

		<published>2008-07-16T10:01:34-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=84008#p84008</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=84008#p84008"/>
		<title type="html"><![CDATA[Eggdrop to flood at free will]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=84008#p84008"><![CDATA[
<blockquote class="uncited"><div>...<br><br>Does linux have what windows notepad has - replace "this" with "that"? Makes it much more easier.</div></blockquote>Depends on which editor you are using..<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8052">nml375</a> — Wed Jul 16, 2008 10:01 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Demolution]]></name></author>
		<updated>2008-07-16T05:58:21-04:00</updated>

		<published>2008-07-16T05:58:21-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=84005#p84005</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=84005#p84005"/>
		<title type="html"><![CDATA[Eggdrop to flood at free will]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=84005#p84005"><![CDATA[
Ah, thanks speechles <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><br><br>Got it working, but quite annoying to edit the CONF files, but i guess this is the only way.<br><br>Does linux have what windows notepad has - replace "this" with "that"? Makes it much more easier.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10048">Demolution</a> — Wed Jul 16, 2008 5:58 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[speechles]]></name></author>
		<updated>2010-07-10T17:07:51-04:00</updated>

		<published>2008-07-15T18:05:12-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=83992#p83992</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=83992#p83992"/>
		<title type="html"><![CDATA[Eggdrop to flood at free will]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=83992#p83992"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>proc putnow { args } {   putdccraw 0 [expr {[string length [lindex $args 0]] +2}] "[lindex $args 0]\r\n"}# uses args and lindex to keep the -next of putquick from causing errors# it is eliminated as it will be the second lindex position of args. It is also# no longer possible for -next to be of any use, and is why we eliminate it.# This allows eggdrop to serve messages instantly without a queue system.# The expr+2 is to allow room for the newline which may be required on# some ircds.</code></pre></div>Add this procedure to your script and change all PUTQUICK, PUTHELP and PUTSERV to PUTNOW and watch what happens.<br><br>Uses information from <a href="http://forum.egghelp.org/viewtopic.php?t=15645&amp;start=4" class="postlink">this post</a> of SirFz's<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8138">speechles</a> — Tue Jul 15, 2008 6:05 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Demolution]]></name></author>
		<updated>2008-07-15T05:39:55-04:00</updated>

		<published>2008-07-15T05:39:55-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=83988#p83988</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=83988#p83988"/>
		<title type="html"><![CDATA[Eggdrop to flood at free will]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=83988#p83988"><![CDATA[
Hi guys,<br><br><br>I'm trying to figure out how to make the eggdorop bot flood, currently using UnrealIRCD and i've set modes to the bot as +ago - so it can flood without getting "excess flood" quit crap.<br><br>Does anyone know where to go from here... i've tried googling and searched on these forums - yet 90% are like anti-spam or anti-flood protection which is fair enough.<br><br>I'm just setting up a trivia and i'm afraid the moment it floods lots (i want it to flood), it'll flood quit.<br><br>I know this is stupid to ask around here, but i dunno where else to go.<br><br><br>Thanks,<br><br>Demolution<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10048">Demolution</a> — Tue Jul 15, 2008 5:39 am</p><hr />
]]></content>
	</entry>
	</feed>
