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

	<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>2007-08-24T08:54:27-04:00</updated>

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

		<entry>
		<author><name><![CDATA[nml375]]></name></author>
		<updated>2007-08-24T08:54:27-04:00</updated>

		<published>2007-08-24T08:54:27-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=75475#p75475</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=75475#p75475"/>
		<title type="html"><![CDATA[Tcl error [pub:regler]: extra characters after close-quote]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=75475#p75475"><![CDATA[
This is the line to blame:<div class="codebox"><p>Code: </p><pre><code>privmsg $nick "5. Oppfør deg til all tid, og prøv å hold språk bruken til et "OK" nivå (Om ikke kan det ende med kick evt ban)"</code></pre></div>You'll have to escape any quotes (") within the string, such as:<div class="codebox"><p>Code: </p><pre><code>privmsg $nick "5. Oppfør deg til all tid, og prøv å hold språk bruken til et \"OK\" nivå (Om ikke kan det ende med kick evt ban)"</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8052">nml375</a> — Fri Aug 24, 2007 8:54 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[nyhusern]]></name></author>
		<updated>2007-08-24T01:18:04-04:00</updated>

		<published>2007-08-24T01:18:04-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=75468#p75468</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=75468#p75468"/>
		<title type="html"><![CDATA[Tcl error [pub:regler]: extra characters after close-quote]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=75468#p75468"><![CDATA[
Need help with a script i have modified to my use..<br><div class="codebox"><p>Code: </p><pre><code>#TRAX regler script av Nyhusernproc say {who what} {puthelp "PRIVMSG $who :$what"}proc notice {who what} {puthelp "NOTICE $who :$what"}proc cleanarg {arg} { set temp ""for {set i 0} {$i &lt; [string length $arg]} {incr i} {  set char [string index $arg $i]  if {($char != "\12") &amp;&amp; ($char != "\15")} {   append temp $char  } } set temp [string trimright $temp "\}"] set temp [string trimleft $temp "\{"]return $temp}bind pub - !regler pub:reglerproc pub:regler {nick uhost hand chan args} {global botnickset args [split [cleanarg $args]]if {[llength $args]&lt;1} {privmsg $nick "------\002Trax REGLER!\002-------------------------------------------"privmsg $nick "Regler for vår kanal"privmsg $nick "1. Aldri reklamer for andre kanaler(Dette vil ende med ban)"privmsg $nick "2. Aldri spørr etter idle deals (Dette kan ende med ban)"privmsg $nick "3. Aldri flood kanalen (Dette vil ende med ban kanskje til og med PERM ban)"privmsg $nick "4. Aldri mas på en @(OP). Vi vil svare deg når vi kan (Dette kan ende med kick evt ban)"privmsg $nick "5. Oppfør deg til all tid, og prøv å hold språk bruken til et "OK" nivå (Om ikke kan det ende med kick evt ban)"privmsg $nick "Det var det! Ha det hyggelig på vår IRC kanal MVH: TRAX Admins / Crew"privmsg $nick "---------------------------------------------------------"privmsg $nick "\002Husk at vi tar disse reglene veldig seriøst, og både oppfordrer og regner med at du vil følge dem!\002"privmsg $nick "------- skriv \002 !regler\002 for å få opp reglene engang til ----------"#end}}</code></pre></div>When I type !regler in channel i get this error Tcl error [pub:regler]: extra characters after close-quote<br><br>Yes the text is on norwegian, so if you need to understand what ive have wrote just tell me and i'll redo it with english language.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9251">nyhusern</a> — Fri Aug 24, 2007 1:18 am</p><hr />
]]></content>
	</entry>
	</feed>
