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

	<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-04-10T10:56:19-04:00</updated>

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

		<entry>
		<author><name><![CDATA[De Kus]]></name></author>
		<updated>2006-04-10T10:56:19-04:00</updated>

		<published>2006-04-10T10:56:19-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=61802#p61802</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=61802#p61802"/>
		<title type="html"><![CDATA[Blowfish weird problem]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=61802#p61802"><![CDATA[
I see only one thing that might cause an TCL error, but none that could cause your described problem.<br>always use full parameter names. Some TCL compilations (at least I believe its a configure thing of TCL install) dont like even unique shortcuts. Try using -nocase instead of -noc <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile">.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2382">De Kus</a> — Mon Apr 10, 2006 10:56 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ka0n]]></name></author>
		<updated>2006-04-07T19:34:52-04:00</updated>

		<published>2006-04-07T19:34:52-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=61733#p61733</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=61733#p61733"/>
		<title type="html"><![CDATA[Blowfish weird problem]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=61733#p61733"><![CDATA[
Hi guys,<br><br>I've create this procedure that handles outgoing msg to diff chans and i want my bot to switch between 2 blowkeys, #chan and #chan-ops, in chan i use blowkey "LOL" and in #chan-ops "101". With windrop (1.6.18+nosharefix) everything seems to run smooth and easy but in *nix (tried with 1.16.17 and 1.6.18RC1) all the problems come up. The same script doesn't work there, it always uses the blokey "LOL" in both chans. <br><br>Here is the proc.<div class="codebox"><p>Code: </p><pre><code>set blow_key "LOL"set blow_key_op_chan "101"set chans "#chan #chan2"set admin_chan "#chan-ops"proc msg_out {who what} {global admin_chan blow_key blow_key_op_chanif {![string match -noc "*$admin_chan*" $who]} {set what [encrypt $blow_key $what]} else {set what [encrypt $blow_key_op_chan $what]}putserv "privmsg $who :+OK $what"}proc testing {nick host hand arg} {global admin_chanmsg_out "$admin_chan" "testing"}</code></pre></div>Anyone got ideas?<br><br>Thanks for the help guys!<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4436">ka0n</a> — Fri Apr 07, 2006 7:34 pm</p><hr />
]]></content>
	</entry>
	</feed>
