<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.eggheads.org/index.php?action=history&amp;feed=atom&amp;title=MinutelyWho</id>
	<title>MinutelyWho - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.eggheads.org/index.php?action=history&amp;feed=atom&amp;title=MinutelyWho"/>
	<link rel="alternate" type="text/html" href="https://wiki.eggheads.org/index.php?title=MinutelyWho&amp;action=history"/>
	<updated>2026-05-02T18:35:33Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.38.4</generator>
	<entry>
		<id>https://wiki.eggheads.org/index.php?title=MinutelyWho&amp;diff=120&amp;oldid=prev</id>
		<title>Geo: Add minutely who example</title>
		<link rel="alternate" type="text/html" href="https://wiki.eggheads.org/index.php?title=MinutelyWho&amp;diff=120&amp;oldid=prev"/>
		<updated>2022-09-19T20:49:34Z</updated>

		<summary type="html">&lt;p&gt;Add minutely who example&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Sometimes it can be beneficial to send a frequent /who to a channel on a server that supports WHOX queries, in order to obtain additional information that may not be available via an extended server capability (a common use case is retrieving account information for channel users). Here is an example script that performs a /who to obtain account information every minute (and Eggdrop automatically updates its internal list using this information):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
bind cron - * updatewho&lt;br /&gt;
&lt;br /&gt;
proc updatewho {args} {&lt;br /&gt;
  foreach chan [channels] {&lt;br /&gt;
    if {[botonchan $chan]} {&lt;br /&gt;
      # The exact same WHO query eggdrop sends on-join&lt;br /&gt;
      putserv &amp;quot;WHO $chan c%chnufat,222&amp;quot;&lt;br /&gt;
    }&lt;br /&gt;
  }&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Be warned, excessive /who's might piss off opers on smaller servers :)&lt;/div&gt;</summary>
		<author><name>Geo</name></author>
	</entry>
</feed>