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

	<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>2003-10-26T19:16:28-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Kimmi]]></name></author>
		<updated>2003-10-26T19:16:28-04:00</updated>

		<published>2003-10-26T19:16:28-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=29041#p29041</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=29041#p29041"/>
		<title type="html"><![CDATA[Looking for a specific logging script....]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=29041#p29041"><![CDATA[
well thax... but didnt understand that last post... <br>but anyway... Im still looking for that logging script I asked about in the start of this topic, so if anyone has one and wana share please let me know...<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3560">Kimmi</a> — Sun Oct 26, 2003 7:16 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[GodOfSuicide]]></name></author>
		<updated>2003-10-26T16:16:36-04:00</updated>

		<published>2003-10-26T16:16:36-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=29032#p29032</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=29032#p29032"/>
		<title type="html"><![CDATA[Looking for a specific logging script....]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=29032#p29032"><![CDATA[
this is just the main concept how you would have to do the "encryption", and the proc is just for generating random strings / chars<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=1433">GodOfSuicide</a> — Sun Oct 26, 2003 4:16 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Kimmi]]></name></author>
		<updated>2003-10-26T15:48:03-04:00</updated>

		<published>2003-10-26T15:48:03-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=29031#p29031</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=29031#p29031"/>
		<title type="html"><![CDATA[Looking for a specific logging script....]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=29031#p29031"><![CDATA[
wow!<br><br>I just copy past this in my trivia.tcl and then I works my questions get "enrypted" ?? but what line du I copy it to..?? <br>I dont know anything of tcl-scriptins... but copy past I can do... judt need to know where to past...<br><br>thanx... GodOFSuicide...<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3560">Kimmi</a> — Sun Oct 26, 2003 3:48 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[GodOfSuicide]]></name></author>
		<updated>2003-10-26T12:08:49-04:00</updated>

		<published>2003-10-26T12:08:49-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=29026#p29026</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=29026#p29026"/>
		<title type="html"><![CDATA[Looking for a specific logging script....]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=29026#p29026"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>set temp [string index "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz" [rand 64]]</code></pre></div>$temp would contain a random character / number<br><br>or, for a whole string<div class="codebox"><p>Code: </p><pre><code>proc get_rand {length} {  set chars abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789  set count [string length $chars]  set rand ""  for {set i 0} {$i &lt; $length} {incr i} { append rand [string index $chars [rand $count]] }  return $rand}</code></pre></div>then just go throught every character of your string (the question), append (for example) a "\003010", add between 0 and X (i'd say 3, with the second proc you would do [get_rand [rand 4]]) random chars like the one in temp and add a "\003012" to it.<br><br>then everything with color 10 would be random and not relevant to the question, and everything in 12 belongs to the question.<br><br>i was thinking of some ways how to do it but i havent found a nice and clean way yet.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=1433">GodOfSuicide</a> — Sun Oct 26, 2003 12:08 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Kimmi]]></name></author>
		<updated>2003-10-26T10:02:54-04:00</updated>

		<published>2003-10-26T10:02:54-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=29022#p29022</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=29022#p29022"/>
		<title type="html"><![CDATA[Looking for a specific logging script....]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=29022#p29022"><![CDATA[
yep I get the ideea, but I dont know anything about how to make one. I dont have a 24/7 connection at home so cant run a mirc-triviaBOT. But I have a shell account and runs a quizbot. So gona need a tcl.. <br>and that sends me right back to where Iam. <br><br>but thanx for trying <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_razz.gif" width="15" height="15" alt=":P" title="Razz"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3560">Kimmi</a> — Sun Oct 26, 2003 10:02 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2003-10-26T09:35:28-04:00</updated>

		<published>2003-10-26T09:35:28-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=29019#p29019</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=29019#p29019"/>
		<title type="html"><![CDATA[Looking for a specific logging script....]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=29019#p29019"><![CDATA[
There should be a workaround to stop users from stealing your questions from the channel by adding some colours and some letters in the line so only when the line is coloured you can see the question but when is not you can't see/understand a damn thing. <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":D" title="Very Happy"> I've sow some mIRC trivia scripts doing this, haven't seen a tcl that will do this, yet. Sounds like a nice feature. <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"> Something like this, when is coloured the line will be seen like:<blockquote class="uncited"><div>&lt;|Quiz|&gt; 4906: &gt;&gt; Who had main caracter in the movie Erin Brokovich? </div></blockquote>and without them will be something like<blockquote class="uncited"><div>&lt;|Quiz|&gt; 4906: &gt;&gt; Wahwozheaedrsgmeawienrewaerawcrtrewrwwinwetrhtewewmoqvghdidedf aEagraeiagnagagrBagrreaoagkoagrvagicagrh?</div></blockquote>Hope you got my ideea <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=";)" title="Wink"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Sun Oct 26, 2003 9:35 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Kimmi]]></name></author>
		<updated>2003-10-26T09:18:17-04:00</updated>

		<published>2003-10-26T09:18:17-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=29016#p29016</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=29016#p29016"/>
		<title type="html"><![CDATA[Looking for a specific logging script....]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=29016#p29016"><![CDATA[
yes stealing questions, or in this case revenge <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_razz.gif" width="15" height="15" alt=":P" title="Razz"><br>I run #quiz.no and I got 4000questions. A dude in #quizno went around in Efent, and some other networks and stole all our questings, It sux seening the questions I wrote asked in his channel as his own questions. he got like 20000questions and I know he did not write the exatct same questions as we did. So I want to copy his. <br>I`ll never get him to stop serving out questions, but we could take he once he stole and share them.<br><br>well there U have the story behind my request or cry for help.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3560">Kimmi</a> — Sun Oct 26, 2003 9:18 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2003-10-26T02:53:34-04:00</updated>

		<published>2003-10-26T02:53:34-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=28969#p28969</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=28969#p28969"/>
		<title type="html"><![CDATA[Looking for a specific logging script....]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=28969#p28969"><![CDATA[
Oh, more like a stealing questions script. heh <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":D" title="Very Happy"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Sun Oct 26, 2003 2:53 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[strikelight]]></name></author>
		<updated>2003-10-26T02:41:52-04:00</updated>

		<published>2003-10-26T02:41:52-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=28967#p28967</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=28967#p28967"/>
		<title type="html"><![CDATA[Looking for a specific logging script....]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=28967#p28967"><![CDATA[
I think he is looking for a script to create a file of answers to the trivia bot questions, caesar. (ie. a cheat script).<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2005">strikelight</a> — Sun Oct 26, 2003 2:41 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2003-10-26T02:28:07-04:00</updated>

		<published>2003-10-26T02:28:07-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=28966#p28966</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=28966#p28966"/>
		<title type="html"><![CDATA[Looking for a specific logging script....]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=28966#p28966"><![CDATA[
That's a trivia script. Try the one that can be found <a href="http://eggdrop.za.net/" class="postlink">here</a>.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Sun Oct 26, 2003 2:28 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Kimmi]]></name></author>
		<updated>2003-10-25T17:06:49-04:00</updated>

		<published>2003-10-25T17:06:49-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=28950#p28950</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=28950#p28950"/>
		<title type="html"><![CDATA[Looking for a specific logging script....]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=28950#p28950"><![CDATA[
Hello<br><br>Im looking for a script that logs only some sertan things in a channel. <br>Like:<br><br>&lt;|Quiz|&gt; 4906: &gt;&gt; <span style="color:red">Who had main caracter in the movie Erin Brokovich?</span> <br>&lt;|Quiz|&gt; Hint: ***** *******  <br>&lt;|Quiz|&gt; Nobody got it right.. The answer was <span style="color:blue">julia roberts</span><br><br>I want the bot to logg and save a file like this:<br><span style="color:red">julia roberts?</span>|<span style="color:blue">Who had main caracter in the movie Erin Brokovich??</span><br><br>Anyone out there that has a script like that? Or can show me how to make one.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3560">Kimmi</a> — Sat Oct 25, 2003 5:06 pm</p><hr />
]]></content>
	</entry>
	</feed>
