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

	<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-05-24T14:29:20-04:00</updated>

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

		<entry>
		<author><name><![CDATA[greenbear]]></name></author>
		<updated>2005-05-24T14:29:20-04:00</updated>

		<published>2005-05-24T14:29:20-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=49781#p49781</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=49781#p49781"/>
		<title type="html"><![CDATA[Help with mIRC &gt; TCL]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=49781#p49781"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>bind msg - !scrimhelp msg:scrimhelpbind pub - !scrimhelp pub:scrimhelpbind pub - !nmxscrim pub:nmxscrimbind msg - !setscrim msg:setscrimproc msg:scrimhelp {nick uhost hand text} { say:scrimhelp $nick}proc pub:scrimhelp {nick uhost hand chan text} { say:scrimhelp $nick}pub say:scrimhelp nick { puthelp "PRIVMSG $nick :\002\00301,15How to use ScrimBot:" puthelp "PRIVMSG $nick :\002\00301,15!setscript \[TagOfTeamRequestingScrimmage\] \[TimeYouWantToScrim\] \[ScrimOrTeamChannel\]" puthelp "PRIVMSG $nick :\002\00301,15A scrim request would look like this: !setscrim nmX 9cst #nmX" puthelp "PRIVMSG $nick :\002\00301,15A scrim request would look like this: !setscrim nmX 9cst #nmX" puthelp "PRIVMSG $nick :\002\00301,15A scrim request would look like this: !setscrim nmX 9cst #nmX" puthelp "PRIVMSG $nick :\002\00301,15IF YOU NEED TO HAVE MORE THAN ONE WORD FOR A PIECE OF INFORMATION DON'T USE A SPACE.\  Use a period or underscore. An example of a setscrim command with more than one "word" in a part of the setscrim command\  would be: \00304,15!setscrim nmX 9cst.or_later #nmx"}proc pub:nmxscrim {nick uhost hand chan text} { if [string eg -noc $chan #nmx-ictf] {  foreach c [channels] {   puthelp "PRIVMSG $c :\002\00301,15Scrim Request:\002 \037Team:\037\00304,15 nmX \00301,15\037Time:\037\00304,15\    Now! \00301,15\037Scrim Channel:\037\00304,15 #nmX \00301,15\037Requester:\037\00304,15 $nick"  } }}proc msg:setscrim {nick uhost hand text} { set team [lindex [split $text] 0] set when [lindex [split $text] 1] set where [lindex [split $text] 2] foreach c [channels]  puthelp "PRIVMSG $c :\002\00301,15Scrim Request:\002 \037Team:\037\00304,15 [join $team] \00301,15\037Time:\037\00304,15\   [join $when] \00301,15\037Scrim Channel:\037\00304,15 [join $where] \00301,15\037Requester:\037\00304,15 $nick" }} </code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=24">greenbear</a> — Tue May 24, 2005 2:29 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2005-05-24T10:40:00-04:00</updated>

		<published>2005-05-24T10:40:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=49767#p49767</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=49767#p49767"/>
		<title type="html"><![CDATA[Help with mIRC &gt; TCL]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=49767#p49767"><![CDATA[
Looks like help with <a href="http://forum.egghelp.org/viewtopic.php?p=40548" class="postlink">colour codes</a> also. <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=3646">Alchera</a> — Tue May 24, 2005 10:40 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[De Kus]]></name></author>
		<updated>2005-05-24T10:28:01-04:00</updated>

		<published>2005-05-24T10:28:01-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=49766#p49766</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=49766#p49766"/>
		<title type="html"><![CDATA[Help with mIRC &gt; TCL]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=49766#p49766"><![CDATA[
seems he only needs to lookup "bind" and "puthelp" in the TCL-Commands.doc. As far as i can see these will be (besides proc) the only TCL commands he will need ^-^.<br>The only real mistake that can be done by a newbie would be to forget to escape the [] braces in the text message <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=2382">De Kus</a> — Tue May 24, 2005 10:28 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2005-05-24T09:02:47-04:00</updated>

		<published>2005-05-24T09:02:47-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=49763#p49763</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=49763#p49763"/>
		<title type="html"><![CDATA[Help with mIRC &gt; TCL]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=49763#p49763"><![CDATA[
As none of us (as far as I know) can comprehend that mIRC stuff and you do, try <em class="text-italics">learning</em> <a href="http://www.tcl.tk/software/tcltk/" class="postlink">TCL</a>. Happy studies. <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=3646">Alchera</a> — Tue May 24, 2005 9:02 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[rexx]]></name></author>
		<updated>2005-05-24T07:02:08-04:00</updated>

		<published>2005-05-24T07:02:08-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=49755#p49755</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=49755#p49755"/>
		<title type="html"><![CDATA[Help with mIRC &gt; TCL]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=49755#p49755"><![CDATA[
<strong class="text-strong">if someone really can help me with this mirc script  i will glad  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"></strong><br><br><br>==============================================<br>on 1:TEXT:!scrimhelp:#: {<br>  //msg $nick 1,15How to Use ScrimBot:<br>  //msg $nick 1,15Private message ScrimBot in this format..<br>  //msg $nick 1,15!setscrim [TagOfTeamRequestingScrimmage] [TimeYouWantToScrim] [ScrimOrTeamChannel]<br>  //msg $nick 1,15A scrim request would look like this: !setscrim nmX 9cst #nmX<br>  //msg $nick 1,15A scrim request would look like this: !setscrim nmX 9cst #nmX<br>  //msg $nick 1,15A scrim request would look like this: !setscrim nmX 9cst #nmX<br>  //msg $nick 1,15IF YOU NEED TO HAVE MORE THAN ONE WORD FOR A PIECE OF INFORMATION DON'T USE A SPACE. Use a period or underscore. An example of a setscrim command with more than one "word" in a part of the setscrim command would be: 4,15!setscrim nmX 9cst.or_later #nmx<br>}<br><br>on 1:TEXT:!scrimhelp:?: {<br>  //msg $nick 1,15How to Use ScrimBot:<br>  //msg $nick 1,15Private message ScrimBot in this format..<br>  //msg $nick 1,15!setscrim [TagOfTeamRequestingScrimmage] [TimeYouWantToScrim] [ScrimOrTeamChannel]<br>  //msg $nick 1,15A scrim request would look like this: !setscrim nmX 9cst #nmX<br>  //msg $nick 1,15A scrim request would look like this: !setscrim nmX 9cst #nmX<br>  //msg $nick 1,15A scrim request would look like this: !setscrim nmX 9cst #nmX<br>  //msg $nick 1,15IF YOU NEED TO HAVE MORE THAN ONE WORD FOR A PIECE OF INFORMATION DON'T USE A SPACE. Use a period or underscore. An example of a setscrim command with more than one "word" in a part of the setscrim command would be: 4,15!setscrim nmX 9cst.or_later #nmx<br>}<br>on 1:TEXT:!setscrim*:?: {<br>  //amsg 1,15Scrim Request: Team:4,15 $2 1,15Time:4,15 $3 1,15Scrim Channel:4,15 $4 1,15Requester:4,15 $nick <br>}<br><br>on 1:TEXT:!nmxscrim:#nmx-ictf: {<br>  //amsg 1,15Scrim Request: Team:4,15 nmX 1,15Time:4,15 Now! 1,15Scrim Channel:4,15 #nmX 1,15Requester:4,15 $nick <br>}<br><br>===============================================<strong class="text-strong"></strong><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6264">rexx</a> — Tue May 24, 2005 7:02 am</p><hr />
]]></content>
	</entry>
	</feed>
