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

	<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>2007-07-15T10:12:58-04:00</updated>

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

		<entry>
		<author><name><![CDATA[FarCry]]></name></author>
		<updated>2007-07-15T10:12:58-04:00</updated>

		<published>2007-07-15T10:12:58-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=74445#p74445</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=74445#p74445"/>
		<title type="html"><![CDATA[Ty]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=74445#p74445"><![CDATA[
Thx<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9142">FarCry</a> — Sun Jul 15, 2007 10:12 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[awyeah]]></name></author>
		<updated>2007-07-14T14:23:35-04:00</updated>

		<published>2007-07-14T14:23:35-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=74429#p74429</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=74429#p74429"/>
		<title type="html"><![CDATA[WOW version]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=74429#p74429"><![CDATA[
Well my dear, FarCry, either you have all the info stored as global variables in a script, or wherever you get them from: for the date of release, versions etc, you can add that in the ctcp version.<br><br>Here is an example:<div class="codebox"><p>Code: </p><pre><code>set warcraft(version) "v4.25.b"set warcraft(date) "1st January 2007"set ctcp-version "Warcraft $::warcraft(version) - Released: $::warcraft(date)"</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4875">awyeah</a> — Sat Jul 14, 2007 2:23 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[FarCry]]></name></author>
		<updated>2007-07-13T11:08:56-04:00</updated>

		<published>2007-07-13T11:08:56-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=74404#p74404</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=74404#p74404"/>
		<title type="html"><![CDATA[WOW version]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=74404#p74404"><![CDATA[
<blockquote class="uncited"><div><div class="codebox"><p>Code: </p><pre><code>set ctcp-version "World of Warcraft Europian/North America: Version x.x.x(2.1.3) xxxx(6666) Release: Month date year(July 12 2007)"</code></pre></div>You just have to edit the code so that it displays the date accordingly to everyday.<br><br>Something like this?<div class="codebox"><p>Code: </p><pre><code>[clock format [clock seconds] -format "%a %d %b %Y at %I:%M:%S%p"]</code></pre></div>Check: <a href="http://www.tcl.tk/man/tcl8.3/TclCmd/clock.htm" class="postlink">http://www.tcl.tk/man/tcl8.3/TclCmd/clock.htm</a> for a more detailed info.<br><br>Btw, I'm a die hard fan of DOTA myself <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":D" title="Very Happy"></div></blockquote>Nope not this only date of release of this patch )<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9142">FarCry</a> — Fri Jul 13, 2007 11:08 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[awyeah]]></name></author>
		<updated>2007-07-13T03:31:07-04:00</updated>

		<published>2007-07-13T03:31:07-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=74397#p74397</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=74397#p74397"/>
		<title type="html"><![CDATA[WOW version]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=74397#p74397"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>set ctcp-version "World of Warcraft Europian/North America: Version x.x.x(2.1.3) xxxx(6666) Release: Month date year(July 12 2007)"</code></pre></div>You just have to edit the code so that it displays the date accordingly to everyday.<br><br>Something like this?<div class="codebox"><p>Code: </p><pre><code>[clock format [clock seconds] -format "%a %d %b %Y at %I:%M:%S%p"]</code></pre></div>Check: <a href="http://www.tcl.tk/man/tcl8.3/TclCmd/clock.htm" class="postlink">http://www.tcl.tk/man/tcl8.3/TclCmd/clock.htm</a> for a more detailed info.<br><br>Btw, I'm a die hard fan of DOTA myself <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=4875">awyeah</a> — Fri Jul 13, 2007 3:31 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[FarCry]]></name></author>
		<updated>2007-07-11T14:35:10-04:00</updated>

		<published>2007-07-11T14:35:10-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=74361#p74361</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=74361#p74361"/>
		<title type="html"><![CDATA[WOW version]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=74361#p74361"><![CDATA[
Hmm i have a question how to create TCL script use World of Warcraft game<br>to validate VERSION like that <br>type !wow -eu/na version<br>&lt;WoWbot&gt;World of Warcraft Europian/North America: Version x.x.x(2.1.3) xxxx(6666) Realease: Month date year(July 12 2007)<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9142">FarCry</a> — Wed Jul 11, 2007 2:35 pm</p><hr />
]]></content>
	</entry>
	</feed>
