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

	<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>2008-12-30T10:09:11-04:00</updated>

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

		<entry>
		<author><name><![CDATA[garfwen]]></name></author>
		<updated>2008-12-30T10:09:11-04:00</updated>

		<published>2008-12-30T10:09:11-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=86600#p86600</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=86600#p86600"/>
		<title type="html"><![CDATA[Need help: extra characters after close-quote]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=86600#p86600"><![CDATA[
Yeah...  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_rolleyes.gif" width="15" height="15" alt=":roll:" title="Rolling Eyes"> <br><div class="codebox"><p>Code: </p><pre><code>putquick "privmsg $chan :Error. The ident is longer as 6 vars."</code></pre></div>Ty.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9777">garfwen</a> — Tue Dec 30, 2008 10:09 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[tsukeh]]></name></author>
		<updated>2008-12-30T10:01:11-04:00</updated>

		<published>2008-12-30T10:01:11-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=86599#p86599</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=86599#p86599"/>
		<title type="html"><![CDATA[Need help: extra characters after close-quote]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=86599#p86599"><![CDATA[
check this line...<div class="codebox"><p>Code: </p><pre><code>putquick "privmsg $chan "Error. The ident is longer as 6 vars."</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5911">tsukeh</a> — Tue Dec 30, 2008 10:01 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[garfwen]]></name></author>
		<updated>2008-12-30T09:28:04-04:00</updated>

		<published>2008-12-30T09:28:04-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=86598#p86598</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=86598#p86598"/>
		<title type="html"><![CDATA[Need help: extra characters after close-quote]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=86598#p86598"><![CDATA[
Tcl error [addbnc]: extra characters after close-quote<br><div class="codebox"><p>Code: </p><pre><code>proc addbnc {nick host hand chan arg} {global dbset ident [lindex [split $arg] 0]        if {[string match *.users.quakenet.org* $host]} {                set auth [lindex [split [lindex [split $host @] 1] .] 0]                 set getauth [::mysql::sel $db "SELECT id FROM users WHERE auth='$auth'" -list]if { $getauth != "" } {              putserv "PRIVMSG $chan : You already asked for a bnc! "                          } else {                    set getident [::mysql::sel $db "SELECT id FROM users WHERE ident='$ident'" -list]       if { $getident != "" } {              putserv "PRIVMSG $chan : Theres already a bouncer with that ident, please choose another."                          } else {                                    if {[string length $ident] &gt; 6} {                                          putquick "privmsg $chan "Error. The ident is longer as 6 vars."                                     } else {                                    set time "Date"                                    putquick "privmsg $chan :OK, your request has been send. You'll have to wait to know your result(this can take 30 seconds or 30mins). DO NOT RENAME NOW!"                                    set result [::mysql::exec $db "INSERT INTO users (nick,auth,ident,time,standing,level) VALUES('$nick','$auth','$ident','$time','Waiting','1')"]                                    set getid [::mysql::sel $db "SELECT id FROM users WHERE auth='$auth'" -list]                                    putquick "privmsg $chan :New bouncer requested. (ID: $getid). /msg q whois #$auth : to accept: .accept $getid ; to decline .decline $getid"                          }                      }                    }         } else {            putserv "privmsg $chan : You are not \002authed\002 (on Q bot), or have not set \002mode +x\002. (\002//mode \$me +x\002)"   }}</code></pre></div><br>What is wrong  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_question.gif" width="15" height="15" alt=":?:" title="Question">    <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_sad.gif" width="15" height="15" alt=":(" title="Sad"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9777">garfwen</a> — Tue Dec 30, 2008 9:28 am</p><hr />
]]></content>
	</entry>
	</feed>
