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

	<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-10-04T20:26:20-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2005-10-04T20:26:20-04:00</updated>

		<published>2005-10-04T20:26:20-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=56387#p56387</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=56387#p56387"/>
		<title type="html"><![CDATA[RAW 317 Idle response]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=56387#p56387"><![CDATA[
Thank you spock. It appears to have worked. <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":D" title="Very Happy"><br><br>Here's the code snippet. I am testing it in xchat before moving it to eggdrop.<br><div class="codebox"><p>Code: </p><pre><code># RPL_WHOISIDLEon 317 mywhois {      set whodata [split $_rest " "]      set idle [idle [lindex [split $whodata] 1]]      print ([network]-whois) "---\t\002      Idle\017: $idle, \002Signon\017: [clock format [lindex $whodata 2] -format "%a, %b %d %T"]"  complete EAT_ALL}proc idle s {return "[expr $s/3600]:[expr $s/60%60]:[expr $s%60]"}</code></pre></div>The resultant output:<blockquote class="uncited"><div><strong class="text-strong">Idle</strong>: 0:10:31, <strong class="text-strong">Signon</strong>: Tue, Oct 04 05:28:34</div></blockquote><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Tue Oct 04, 2005 8:26 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[spock]]></name></author>
		<updated>2005-10-04T15:00:38-04:00</updated>

		<published>2005-10-04T15:00:38-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=56384#p56384</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=56384#p56384"/>
		<title type="html"><![CDATA[RAW 317 Idle response]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=56384#p56384"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>bind raw - 317 raw:idleproc raw:idle { f k a } {  putlog [bla [lindex [split $a] 2]]  return 0}proc bla s {return "[expr $s/3600]:[expr $s/60%60]:[expr $s%60]"}</code></pre></div>dont know if this is what you were trying to do (im assuming your $whodata == $a in the example code above, in which case you would be adding 25200 to the target nickname of your whois.) <br>care to explain what that 25200 is for?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2369">spock</a> — Tue Oct 04, 2005 3:00 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2005-10-04T01:37:29-04:00</updated>

		<published>2005-10-04T01:37:29-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=56375#p56375</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=56375#p56375"/>
		<title type="html"><![CDATA[RAW 317 Idle response]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=56375#p56375"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code># RPL_WHOISIDLEset idle [clock format [expr 25200+[lindex $whodata 1]] -format "%T"]</code></pre></div>The above line to calculate the idle time of a user in the whois response is incorrect and every effort I have tried to correct this has failed. I am definitely missing something. Any assistance with getting the correct formula will be greatly appreciated. <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 Oct 04, 2005 1:37 am</p><hr />
]]></content>
	</entry>
	</feed>
