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

	<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>2006-08-30T08:54:45-04:00</updated>

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

		<entry>
		<author><name><![CDATA[nml375]]></name></author>
		<updated>2006-08-30T08:54:45-04:00</updated>

		<published>2006-08-30T08:54:45-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=65986#p65986</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=65986#p65986"/>
		<title type="html"><![CDATA[Problem with eggdrop on shell command line]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=65986#p65986"><![CDATA[
Thought so <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><br><br>A common practise is to indicate mandatory parameters by surrounding them with &lt;&gt;, optional parameters with [], and anything that's supposed to be written "as-is" without any characters around them.<br>This syntax is used in the documentation of eggdrop's extended tcl-commands (doc/tcl-commands.doc).<br><br>Side-note: Of course, these characters can be valid in a command-line (if say, pipe-redirections are desired). Generally, the documentation would make it somewhat obvious such is the case (tho there's always examples where this is not true aswell)<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8052">nml375</a> — Wed Aug 30, 2006 8:54 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[trashmasterfx]]></name></author>
		<updated>2006-08-30T08:03:04-04:00</updated>

		<published>2006-08-30T08:03:04-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=65985#p65985</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=65985#p65985"/>
		<title type="html"><![CDATA[Problem with eggdrop on shell command line]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=65985#p65985"><![CDATA[
ah okay <br><br>i thought that a should put the conffile name in &lt;&gt; because ist was writen in the instroctions^^<br><br>greatz<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8149">trashmasterfx</a> — Wed Aug 30, 2006 8:03 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2006-08-29T18:45:17-04:00</updated>

		<published>2006-08-29T18:45:17-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=65965#p65965</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=65965#p65965"/>
		<title type="html"><![CDATA[Problem with eggdrop on shell command line]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=65965#p65965"><![CDATA[
<blockquote class="uncited"><div>or use backslash to escape the special char <div class="codebox"><p>Code: </p><pre><code>./eggdrop -m \&lt;trashbot.conf\&gt;</code></pre></div></div></blockquote>What the? You do not need to do that; and who would? <br><br>The user simply misinterpreted the instructions and did not realise the &lt;&gt;'s were to be replaced.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Tue Aug 29, 2006 6:45 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[krimson]]></name></author>
		<updated>2006-08-29T15:07:32-04:00</updated>

		<published>2006-08-29T15:07:32-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=65956#p65956</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=65956#p65956"/>
		<title type="html"><![CDATA[Problem with eggdrop on shell command line]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=65956#p65956"><![CDATA[
or use backslash to escape the special char <div class="codebox"><p>Code: </p><pre><code>./eggdrop -m \&lt;trashbot.conf\&gt;</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7663">krimson</a> — Tue Aug 29, 2006 3:07 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[nml375]]></name></author>
		<updated>2006-08-29T15:27:13-04:00</updated>

		<published>2006-08-29T14:57:57-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=65955#p65955</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=65955#p65955"/>
		<title type="html"><![CDATA[Problem with eggdrop on shell command line]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=65955#p65955"><![CDATA[
I'd suggest you remove the &lt;&gt;, as these are interpreted as io-redirectors by most shells...<br>Proper command-line would be:<div class="codebox"><p>Code: </p><pre><code>./eggdrop -m trashbot.conf</code></pre></div><em class="text-italics">Edit: Using these and similar characters are generally <strong class="text-strong">NOT</strong> advisable, as their use generally results in issues like these. If you've named your file with them, I would strongly advise you to rename the file to not include them.</em><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8052">nml375</a> — Tue Aug 29, 2006 2:57 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[trashmasterfx]]></name></author>
		<updated>2006-08-29T14:43:21-04:00</updated>

		<published>2006-08-29T14:43:21-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=65954#p65954</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=65954#p65954"/>
		<title type="html"><![CDATA[Problem with eggdrop on shell command line]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=65954#p65954"><![CDATA[
hi <br><br>does somebody know what this line meens : syntax error near unexpected token `newline' . this is shown when i try to start the bot on my shell with the command : ./eggdrop -m &lt;trashbot.conf&gt; .<br><br>what can i do to get the bot working<br><br>greatz<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8149">trashmasterfx</a> — Tue Aug 29, 2006 2:43 pm</p><hr />
]]></content>
	</entry>
	</feed>
