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

	<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-04-26T17:58:00-04:00</updated>

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

		<entry>
		<author><name><![CDATA[MC_8]]></name></author>
		<updated>2003-04-26T17:58:00-04:00</updated>

		<published>2003-04-26T17:58:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=19471#p19471</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=19471#p19471"/>
		<title type="html"><![CDATA[Anyone have codes/procs to see who was the last user?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=19471#p19471"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>bind chjn - * proc_nameproc proc_name {botname handle channel flag idx uhost} {  global array_name  set handle [string tolower $handle]  set botname [string tolower $botname]  set array_name($handle@$botname) [list [clock seconds] $uhost] ;# Whatever else you want in the list.}proc get_handle_of_last_logged_in {} {  global array_name  set temp ""  foreach {user value} [array get array_name] {    lappend temp [list [lindex $value 0] [lindex [split $user @] 0]]  }  set temp [lsort -dictionary -index 0 $temp]  return [lindex [lindex $temp end] 1]}</code></pre></div>Hope that helps.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3080">MC_8</a> — Sat Apr 26, 2003 5:58 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[CcL]]></name></author>
		<updated>2003-04-18T12:21:37-04:00</updated>

		<published>2003-04-18T12:21:37-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=19229#p19229</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=19229#p19229"/>
		<title type="html"><![CDATA[Anyone have codes/procs to see who was the last user?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=19229#p19229"><![CDATA[
anyone out there have the codes to see who was the last user who logon the botnet? i would really appreciate help. thank you!<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2967">CcL</a> — Fri Apr 18, 2003 12:21 pm</p><hr />
]]></content>
	</entry>
	</feed>
