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

	<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>2005-07-30T11:09:44-04:00</updated>

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

		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2005-07-30T11:09:44-04:00</updated>

		<published>2005-07-30T11:09:44-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=53535#p53535</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=53535#p53535"/>
		<title type="html"><![CDATA[Blowfish decrypt]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=53535#p53535"><![CDATA[
<blockquote class="uncited"><div>with <blockquote class="uncited"><div>putserv "PRIVMSG $chan :arg = $arg"</div></blockquote>its ok but the bot no reply, example:<br><blockquote class="uncited"><div>set key "keytest"<br><br>bind pub - !test pub:test<br>bind pub - "#test *" decryptall<br><br>proc pub:test { nick uhost handle channel arg } {<br>putquick "PRIVMSG $channel :HELLO"<br>}<br><br>proc decryptall { nick uhost handle chan arg } { <br>global key <br>set arg [decrypt $key [string range $arg 4 9999]] <br>putserv "PRIVMSG $chan :arg = $arg"<br>}</div></blockquote>but i f i wrote !test, the bot dont reply "HELLO"  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_rolleyes.gif" width="15" height="15" alt=":roll:" title="Rolling Eyes"></div></blockquote>bot's own output doesn't get echoed back to it (only to other channel members, not to message originator), so the bind doesn't get triggered; you cannot test your scripts this way<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Sat Jul 30, 2005 11:09 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[RaZ]]></name></author>
		<updated>2005-07-30T08:37:06-04:00</updated>

		<published>2005-07-30T08:37:06-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=53527#p53527</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=53527#p53527"/>
		<title type="html"><![CDATA[Blowfish decrypt]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=53527#p53527"><![CDATA[
fixed!<br><br>set proc [pub:test $nick $uhost $handle $channel [string range $arg 0 9999]]<br><br><br><br>Thanks<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6536">RaZ</a> — Sat Jul 30, 2005 8:37 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[RaZ]]></name></author>
		<updated>2005-07-30T05:31:01-04:00</updated>

		<published>2005-07-30T05:31:01-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=53525#p53525</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=53525#p53525"/>
		<title type="html"><![CDATA[Blowfish decrypt]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=53525#p53525"><![CDATA[
with <blockquote class="uncited"><div>putserv "PRIVMSG $chan :arg = $arg"</div></blockquote>its ok but the bot no reply, example:<br><blockquote class="uncited"><div>set key "keytest"<br><br>bind pub - !test pub:test<br>bind pub - "#test *" decryptall<br><br>proc pub:test { nick uhost handle channel arg } {<br>putquick "PRIVMSG $channel :HELLO"<br>}<br><br>proc decryptall { nick uhost handle chan arg } { <br>global key <br>set arg [decrypt $key [string range $arg 4 9999]] <br>putserv "PRIVMSG $chan :arg = $arg"<br>}</div></blockquote>but i f i wrote !test, the bot dont reply "HELLO"  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_rolleyes.gif" width="15" height="15" alt=":roll:" title="Rolling Eyes"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6536">RaZ</a> — Sat Jul 30, 2005 5:31 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2005-07-30T02:55:09-04:00</updated>

		<published>2005-07-30T02:55:09-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=53521#p53521</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=53521#p53521"/>
		<title type="html"><![CDATA[Blowfish decrypt]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=53521#p53521"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>putserv "PRIVMSG $chan :arg = $arg"</code></pre></div>You obviously didn't read the posted code correctly. There's no mention of [eval]. Replace that line with the one above.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Sat Jul 30, 2005 2:55 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2005-07-29T22:12:43-04:00</updated>

		<published>2005-07-29T22:12:43-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=53502#p53502</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=53502#p53502"/>
		<title type="html"><![CDATA[Blowfish decrypt]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=53502#p53502"><![CDATA[
what is that [eval] supposed to do?<br><br>you are confused with Tcl syntax, square brackets mean command substitution, and $nick is not a Tcl command<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Fri Jul 29, 2005 10:12 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[RaZ]]></name></author>
		<updated>2005-07-29T21:07:15-04:00</updated>

		<published>2005-07-29T21:07:15-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=53500#p53500</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=53500#p53500"/>
		<title type="html"><![CDATA[Blowfish decrypt]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=53500#p53500"><![CDATA[
Hello,<br><br>I've use this to decrypt <a href="http://forum.egghelp.org/viewtopic.php?t=4269" class="postlink">http://forum.egghelp.org/viewtopic.php?t=4269</a> but my bot no responding in channel with this code:<br><blockquote class="uncited"><div>set key "keytest" <br>bind pub - "#test *" decryptall<br><br>proc decryptall { nick uhost handle chan arg } { <br>global key <br>set arg [decrypt $key [string range $arg 4 9999]]<br>eval [$nick $uhost $handle $chan $arg]<br>}</div></blockquote>Please, help me, i'm noobie  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_redface.gif" width="15" height="15" alt=":oops:" title="Embarassed"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6536">RaZ</a> — Fri Jul 29, 2005 9:07 pm</p><hr />
]]></content>
	</entry>
	</feed>
