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

	<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>2017-03-18T04:36:49-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Landslyde]]></name></author>
		<updated>2017-03-18T04:36:49-04:00</updated>

		<published>2017-03-18T04:36:49-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=105950#p105950</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=105950#p105950"/>
		<title type="html"><![CDATA[TCL script stopped working]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=105950#p105950"><![CDATA[
Fixed it.<br><br>Had to go down from v1.8 to 1.6.21<br><br>Crazy<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12386">Landslyde</a> — Sat Mar 18, 2017 4:36 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[juanamores]]></name></author>
		<updated>2017-03-18T03:02:06-04:00</updated>

		<published>2017-03-18T03:02:06-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=105947#p105947</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=105947#p105947"/>
		<title type="html"><![CDATA[TCL script stopped working]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=105947#p105947"><![CDATA[
Try like this:<div class="codebox"><p>Code: </p><pre><code>bind pub - .kiss pub_kissproc pub_kiss {nick host handle channel text} {   if {![llength $text]} {   set notext1 [encoding convertfrom utf-8 "\002\0034♡\0039♡\0036°¨°·¸\0037¸·°¨\0039°·¸¸\0034·°¨°\00312·¸¸·\0033°¨°·\00312¸¸\00313·\0033°¨ \0034­­♡♡\0036¨°·¸\0037¸·°¨\0039°·¸¸\0034·°¨°\00312·¸¸·\0033°¨°·\00312¸¸\00313·\0033°¨°\0032♡\0034♡"]   set notext2 [encoding convertfrom utf-8 "\002\00312♡\0035♡ \002\0037$nick \00312blows a million \002\00313♡♡♡♡ \0034KISSES \00313♡♡♡♡ \002\00312to $channel \002\0035♡\00312♡"]   set notext3 [encoding convertfrom utf-8 "\002\00311♡\0037♡\0032¸¸·°\0036¨°·¸\0037¸·°¨\0039°·¸¸\0034·°¨°\00312·¸¸·\0033°¨°·\00312¸¸\0039­­ ♡♡\0032¸¸·°\0036¨°·¸\0037¸·°¨\0039°·¸¸\0034·°¨°\00312·¸¸·\0033°¨°·\00312¸¸\0035♡\0037♡"]      putquick "PRIVMSG $channel :$notext1"      putquick "PRIVMSG $channel :$notext2"      putquick "PRIVMSG $channel :$notext3"   return 1   } else {   set yestext1 [encoding convertfrom utf-8 "\002\0034♡\0039♡\0034♡\0039♡\0036°¨°·¸\0037¸·°¨\0039°·¸¸\0034·°¨°\00312·¸¸·\0033°¨°·\00312¸¸\00313·\0033°¨ \0034­­♡♡\0036¨°·¸\0037¸·°¨\0039°·¸¸\0034·°¨°\00312·¸¸·\0033°¨°·\00312¸¸\00313·\0033°¨°\0032♡\0034♡\0032♡\0034♡"]   set yestext2 [encoding convertfrom utf-8 "\002\00313♡♡ \0033$nick \002gives \002[join [split $text]] \002a deep, smokin' hot \002\00313♡♡ \002\00312\}\{ \002\0034 KISS \002\0030 \}\{\002\00313 ♡♡"]   set yestext3 [encoding convertfrom utf-8 "\002\0039♡\0034♡\0039♡\0034♡\0036°¨°·¸\0037¸·°¨\0039°·¸¸\0034·°¨°\00312·¸¸·\0033°¨°·\00312¸¸\00313·\0033°¨ \0034­­♡♡\0036¨°·¸\0037¸·°¨\0039°·¸¸\0034·°¨°\00312·¸¸·\0033°¨°·\00312¸¸\00313·\0033°¨°\0034♡\0032♡\0034♡\0032♡"]      putquick "PRIVMSG $channel :$yestext1"      putquick "PRIVMSG $channel :$yestext2"      putquick "PRIVMSG $channel :$yestext3"   return 1   }}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12499">juanamores</a> — Sat Mar 18, 2017 3:02 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Landslyde]]></name></author>
		<updated>2017-03-18T01:42:02-04:00</updated>

		<published>2017-03-18T01:42:02-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=105946#p105946</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=105946#p105946"/>
		<title type="html"><![CDATA[TCL script stopped working]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=105946#p105946"><![CDATA[
Are there any TCL files i cld be missing on my server for processing the ASCII characters? I get no error msgs at all. It just simply wont work.<br><br>UPDATE:<br><br>In testing, i can send those ascii chars to the screen fine. But my bot can't. I removed the ascii stuff and replaced with text and all went well. So what cld be causing the bot to NOT be able to send that to the channels? Any ideas?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12386">Landslyde</a> — Sat Mar 18, 2017 1:42 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Landslyde]]></name></author>
		<updated>2017-03-17T23:16:25-04:00</updated>

		<published>2017-03-17T23:16:25-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=105945#p105945</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=105945#p105945"/>
		<title type="html"><![CDATA[TCL script stopped working]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=105945#p105945"><![CDATA[
It shows no error at all. I have three eggdrops and this fails on all three of them. The IRC network is my own, so I'll look at the config now to see what might be loaded that wasn't  loaded before. Thank you for your input, juanamores.<br><br>irc.xtremeirc.net:6667<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12386">Landslyde</a> — Fri Mar 17, 2017 11:16 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[juanamores]]></name></author>
		<updated>2017-03-17T12:55:48-04:00</updated>

		<published>2017-03-17T12:55:48-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=105939#p105939</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=105939#p105939"/>
		<title type="html"><![CDATA[TCL script stopped working]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=105939#p105939"><![CDATA[
I just tried it on running eggdrop 1.6.21 and work perfect.<br><br>What error shown the partyline?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12499">juanamores</a> — Fri Mar 17, 2017 12:55 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Landslyde]]></name></author>
		<updated>2017-03-17T03:03:39-04:00</updated>

		<published>2017-03-17T03:03:39-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=105937#p105937</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=105937#p105937"/>
		<title type="html"><![CDATA[TCL script stopped working]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=105937#p105937"><![CDATA[
This use to work. I stopped using it for a while but loaded it today, and now it won't do anything.<br><div class="codebox"><p>Code: </p><pre><code>bind pub - .kiss pub_kissproc pub_kiss {nick host handle channel text} {if {![llength $text]} { putquick "PRIVMSG $channel :\002\0034♡\0039♡\0036°¨°·¸\0037¸·°¨\0039°·¸¸\0034·°¨°\00312·¸¸·\0033°¨°·\00312¸¸\00313·\0033°¨ \0034­­♡♡\0036¨°·¸\0037¸·°¨\0039°·¸¸\0034·°¨°\00312·¸¸·\0033°¨°·\00312¸¸\00313·\0033°¨°\0032♡\0034♡"putquick "PRIVMSG $channel :\002\00312♡\0035♡ \002\0037$nick \00312blows a million \002\00313♡♡♡♡ \0034KISSES \00313♡♡♡♡ \002\00312to $channel \002\0035♡\00312♡"putquick "PRIVMSG $channel :\002\00311♡\0037♡\0032¸¸·°\0036¨°·¸\0037¸·°¨\0039°·¸¸\0034·°¨°\00312·¸¸·\0033°¨°·\00312¸¸\0039­­ ♡♡\0032¸¸·°\0036¨°·¸\0037¸·°¨\0039°·¸¸\0034·°¨°\00312·¸¸·\0033°¨°·\00312¸¸\0035♡\0037♡"return 1} else {putquick "PRIVMSG $channel :\002\0034♡\0039♡\0034♡\0039♡\0036°¨°·¸\0037¸·°¨\0039°·¸¸\0034·°¨°\00312·¸¸·\0033°¨°·\00312¸¸\00313·\0033°¨ \0034­­♡♡\0036¨°·¸\0037¸·°¨\0039°·¸¸\0034·°¨°\00312·¸¸·\0033°¨°·\00312¸¸\00313·\0033°¨°\0032♡\0034♡\0032♡\0034♡"putquick "PRIVMSG $channel :\002\00313♡♡ \0033$nick \002gives \002[join [split $text]] \002a deep, smokin' hot \002\00313♡♡ \002\00312\}\{ \002\0034 KISS \002\0030 \}\{\002\00313 ♡♡"putquick "PRIVMSG $channel :\002\0039♡\0034♡\0039♡\0034♡\0036°¨°·¸\0037¸·°¨\0039°·¸¸\0034·°¨°\00312·¸¸·\0033°¨°·\00312¸¸\00313·\0033°¨ \0034­­♡♡\0036¨°·¸\0037¸·°¨\0039°·¸¸\0034·°¨°\00312·¸¸·\0033°¨°·\00312¸¸\00313·\0033°¨°\0034♡\0032♡\0034♡\0032♡"return 1}}</code></pre></div>This is running on a v1.8 eggdrop. I can't figure out why it doesn't work now. Any ideas?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12386">Landslyde</a> — Fri Mar 17, 2017 3:03 am</p><hr />
]]></content>
	</entry>
	</feed>
