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

	<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>2004-10-04T19:26:59-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2004-10-04T19:26:59-04:00</updated>

		<published>2004-10-04T19:26:59-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=41556#p41556</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=41556#p41556"/>
		<title type="html"><![CDATA[from mirc.ini to eggdrop.tcl help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=41556#p41556"><![CDATA[
A suggestion; learn TCL and do it yourself. There are enough links on this site pointing to all the information you need.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Mon Oct 04, 2004 7:26 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2004-10-04T18:34:40-04:00</updated>

		<published>2004-10-04T18:34:40-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=41551#p41551</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=41551#p41551"/>
		<title type="html"><![CDATA[from mirc.ini to eggdrop.tcl help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=41551#p41551"><![CDATA[
zippped? That isn't zipped.. it's a regular .ini file for mirc and like 1/10th of it is ";;;;;;;;;;;;;;;" to divite some of the sections....<p>Statistics: Posted by Guest — Mon Oct 04, 2004 6:34 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[awyeah]]></name></author>
		<updated>2004-10-04T01:45:34-04:00</updated>

		<published>2004-10-04T01:45:34-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=41532#p41532</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=41532#p41532"/>
		<title type="html"><![CDATA[from mirc.ini to eggdrop.tcl help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=41532#p41532"><![CDATA[
19kb file? Woah. Even that is zipped (wonder how much would it be when unzipped).<br><br>Sorry dude I don't have so much free time to write a 20kb script that also from translation from mIRC to tcl. If you would consider giving something to someone for the translation, then people *might* think about it!<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4875">awyeah</a> — Mon Oct 04, 2004 1:45 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2004-10-04T00:03:30-04:00</updated>

		<published>2004-10-04T00:03:30-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=41528#p41528</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=41528#p41528"/>
		<title type="html"><![CDATA[here is the scrip.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=41528#p41528"><![CDATA[
<a href="http://irc.bum-fight-krew.com:8080/services.ini" class="postlink">http://irc.bum-fight-krew.com:8080/services.ini</a><br><br>That is the full script. Could anyone translate that to a .tcl?  <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 Guest — Mon Oct 04, 2004 12:03 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[awyeah]]></name></author>
		<updated>2004-10-01T13:15:29-04:00</updated>

		<published>2004-10-01T13:15:29-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=41487#p41487</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=41487#p41487"/>
		<title type="html"><![CDATA[from mirc.ini to eggdrop.tcl help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=41487#p41487"><![CDATA[
It binds on text, meaning in tcl binding on a pub trigger, bind pub.<br>Wildcard * is specified so it can be a channel or a private message. # specifies a channel and ? a private message.<br><br>$1 = Public trigger<br>$2 = [lindex $arg 0]<br>$me = $botnick<br><br>Rest I hope you can determine yourself, heh.  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_mrgreen.gif" width="15" height="15" alt=":mrgreen:" title="Mr. Green"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4875">awyeah</a> — Fri Oct 01, 2004 1:15 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[YooHoo]]></name></author>
		<updated>2004-10-01T10:24:08-04:00</updated>

		<published>2004-10-01T10:24:08-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=41484#p41484</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=41484#p41484"/>
		<title type="html"><![CDATA[from mirc.ini to eggdrop.tcl help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=41484#p41484"><![CDATA[
<blockquote class="uncited"><div>Yea. well. i have more lines (like 35-40) but i dont think you would want to do all that? lol. it is basically the same way as the other two you just did for me. but. i dont want to flood this forum if noone will do it. If you dont mind and have free time, i CAN/WILL post it for you and for everyone that would like to have it. I dont mind sharing :-p. thanks in advanced</div></blockquote>I think this type of topic, mirc script conversion, bites  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_surprised.gif" width="15" height="15" alt=":o" title="Surprised">  I believe it would be better for <em class="text-italics">everyone</em> if instead of asking for a mirc script to be converted (which is inexact, time consuming, and a general pain in the keester <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=":wink:" title="Wink"> ) but rather just request the functions/commands/output/ect desired... it truly would benefit all, since as user pointed out, not all of us use mirc, nor care to learn its 1,000,000 <em class="text-italics">special</em> scripting rules that to me seem like they are coming straight out as Martian Standard  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=":wink:" title="Wink"> ffs, i still don't know what that damn script is <em class="text-italics">really</em> supposed to do.....<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2706">YooHoo</a> — Fri Oct 01, 2004 10:24 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2004-09-30T21:10:48-04:00</updated>

		<published>2004-09-30T21:10:48-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=41469#p41469</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=41469#p41469"/>
		<title type="html"><![CDATA[from mirc.ini to eggdrop.tcl help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=41469#p41469"><![CDATA[
Yea. well. i have more lines (like 35-40) but i dont think you would want to do all that? lol. it is basically the same way as the other two you just did for me. but. i dont want to flood this forum if noone will do it. If you dont mind and have free time, i CAN/WILL post it for you and for everyone that would like to have it. I dont mind sharing :-p. thanks in advanced<p>Statistics: Posted by Guest — Thu Sep 30, 2004 9:10 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[awyeah]]></name></author>
		<updated>2004-09-30T21:00:29-04:00</updated>

		<published>2004-09-30T21:00:29-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=41464#p41464</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=41464#p41464"/>
		<title type="html"><![CDATA[from mirc.ini to eggdrop.tcl help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=41464#p41464"><![CDATA[
By the way, if you are looking for a script which makes the bot join a channel and part a channel, you need to add that channel to the channel list to make it monitor it and remove it from the list to make the bot leave that channel.<br><br>Take a look at this:<br>(binds on private messages /msg)<br><br><a href="http://forum.egghelp.org/viewtopic.php?t=7349" class="postlink">http://forum.egghelp.org/viewtopic.php?t=7349</a><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4875">awyeah</a> — Thu Sep 30, 2004 9:00 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2004-09-30T20:56:10-04:00</updated>

		<published>2004-09-30T20:56:10-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=41463#p41463</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=41463#p41463"/>
		<title type="html"><![CDATA[k]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=41463#p41463"><![CDATA[
i understand that about the mirc, tcl stuff. that is why i want to get it converted :-p, but thanks for being kind and not rude like that other guy. appreaciate it. Thanks. Have a nice day. i have seen you help others on ALOT of other posts. keep up the good work.<p>Statistics: Posted by Guest — Thu Sep 30, 2004 8:56 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[awyeah]]></name></author>
		<updated>2004-09-30T20:56:55-04:00</updated>

		<published>2004-09-30T20:52:54-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=41462#p41462</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=41462#p41462"/>
		<title type="html"><![CDATA[from mirc.ini to eggdrop.tcl help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=41462#p41462"><![CDATA[
Remember:<br>We do not help you just because you need help, or for the sake of it, nor do you pay us we only do it if we have free time.<br><br>mIRC scripting is crap and bullshit for what I would say, because it cannot be utilized anywhere else other than in mIRC itself, but tcl can be so its basically of no use to me. It has all the functions avaliable and defined in the library you just have to make use of them nothing big.<br><br>user:<br>$1/$parm1 is like [lindex $text 0]<br>$2/$spam2 is like [lindex $text 1]<br><br>Here's the translated code. Although the logic seems sucky, but then again I don't care, it's been translated into TCL.<br><div class="codebox"><p>Code: </p><pre><code>#Usage: -assign|-unassign &lt;#channel&gt;</code></pre></div><div class="codebox"><p>Code: </p><pre><code>bind msg - "-assign" assignbind msg - "-unassign" unassignproc assign {nick uhost hand text} { global botnick if {([lindex $text 0] != "") &amp;&amp; ([string equal "#" [string index [lindex $text 0] 0]])} {  putserv "INVITE $botnick [string tolower [lindex $text 0]]"  putserv "JOIN [string tolower [lindex $text 0]]"  putserv "NOTICE $nick :I am now monitoring [string tolower [lindex $text 0]] for you, for a list of commands type -cmds"  #timersop 1 3 os raw mode $2 +a $me  #what does this do, huh?   return 0  }}proc unassign {nick uhost hand text} { global botnick if {([lindex $text 0] != "") &amp;&amp; ([string equal "#" [string index [lindex $text 0] 0]])} {  putserv "PART [string tolower [lindex $text 0]]"  putserv "NOTICE $nick :I am not monitoring [string tolower [lindex $text 0]] for you, anymore $nick."  putserv "NOTICE $nick :To re-assign me type /msg $botnick -assign #chan"  putserv "PART [string tolower [lindex $text 0]] Help I'm being unassigned by $nick!"   return 0  }}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4875">awyeah</a> — Thu Sep 30, 2004 8:52 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2004-09-30T20:51:49-04:00</updated>

		<published>2004-09-30T20:51:49-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=41461#p41461</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=41461#p41461"/>
		<title type="html"><![CDATA[ok]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=41461#p41461"><![CDATA[
oh ok. so posting in 3 forums, going to irc channels isnt eager to get my problem solved? i WILL NOT sit there and let someone talk [censored] to me. I am not a lil bi**h and take that stuff. If you don't like me, Like what i do, then DON'T worry about me. thanks.<br><br>P.S. you ARE an idiot.<p>Statistics: Posted by Guest — Thu Sep 30, 2004 8:51 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[user]]></name></author>
		<updated>2004-09-30T20:41:18-04:00</updated>

		<published>2004-09-30T20:41:18-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=41460#p41460</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=41460#p41460"/>
		<title type="html"><![CDATA[Re: um?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=41460#p41460"><![CDATA[
<blockquote class="uncited"><div><span style="color:red"><strong class="text-strong">WTF? how do i have an attitude with that last message? i asked a simple question. (i mean.. i had a freikin ":-p". To me that is a sign of being nice, and joking) Your the only idiot with an attitude. So STFU. Thanks. Appreciate it. I can careless if your the "owner". I did nothing to get treated that way. What comes around goes around. Remember that. (not a threat, i mean in the way of if you talk to me that way, ill do it back. So please don't be surprised if im not the only one.</strong></span></div></blockquote><img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_lol.gif" width="15" height="15" alt=":lol:" title="Laughing"> That's what i'm talking about (you stopped by an irc channel i'm on yesterday) You don't seem that eager to solve your problem, because you spend far more time talking about how everybody else are idiots etc. <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=2878">user</a> — Thu Sep 30, 2004 8:41 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2004-09-30T20:21:44-04:00</updated>

		<published>2004-09-30T20:21:44-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=41459#p41459</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=41459#p41459"/>
		<title type="html"><![CDATA[um?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=41459#p41459"><![CDATA[
<span style="color:red"><strong class="text-strong">WTF? how do i have an attitude with that last message? i asked a simple question. (i mean.. i had a freikin ":-p". To me that is a sign of being nice, and joking) Your the only idiot with an attitude. So STFU. Thanks. Appreciate it. I can careless if your the "owner". I did nothing to get treated that way. What comes around goes around. Remember that. (not a threat, i mean in the way of if you talk to me that way, ill do it back. So please don't be surprised if im not the only one.</strong></span><p>Statistics: Posted by Guest — Thu Sep 30, 2004 8:21 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[user]]></name></author>
		<updated>2004-09-30T19:48:12-04:00</updated>

		<published>2004-09-30T19:48:12-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=41458#p41458</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=41458#p41458"/>
		<title type="html"><![CDATA[you keep asking the question in a STUPID way.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=41458#p41458"><![CDATA[
Hi there mr. attitude problem. How about telling us what the script does instead of assuming everybody knows that mirc crap? Or do you want the tcl version to behave just as stupid as the mirc version? (parting twice, no sanity checks etc...)<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2878">user</a> — Thu Sep 30, 2004 7:48 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2004-09-30T19:21:27-04:00</updated>

		<published>2004-09-30T19:21:27-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=41456#p41456</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=41456#p41456"/>
		<title type="html"><![CDATA[from mirc.ini to eggdrop.tcl help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=41456#p41456"><![CDATA[
i kinda need help with converting my mirc bot script to an eggdrop bot. i dont know TCL at all, and dont have time right now to learn it with school and all. <div class="codebox"><p>Code: </p><pre><code>on *:TEXT:*:*:{  if ($1 == -assign) { invite $me $2 | join $2 | notice $nick I am now monitoring $2 for you, for a list of commands type -cmds | timersop 1 3 os raw mode $2 +a $me }   if ($1 == -unassign) { part $2 | notice $nick I am not monitoring $2 for you anymore $nick $+ . | notice $nick To re-assign me type /msg BLASSON -assign #chan | part $2 Help! I'm being unassigned by $nick $+ ! } </code></pre></div>there is 2 lines, basically how the entire thing is.. some guy told me it is basic tcl stuff and told me it shouldn't be too hard to do. ill give anyone a free ssh acct if they help me out. just as long as you keep it clean :-p. Thanks.<p>Statistics: Posted by Guest — Thu Sep 30, 2004 7:21 pm</p><hr />
]]></content>
	</entry>
	</feed>
