Committer : isomer
CVSROOT : /cvsroot/undernet-ircu
Module : ircu2.10
Branch tags: u2_10_11_07
Commit time: 2004-03-19 23:23:46 UTC
Modified files:
Tag: u2_10_11_07
ChangeLog doc/readme.who
Log message:
Author: Entrope <[EMAIL PROTECTED]>
Log message:
* doc/readme.who: Describe the support for matching on and
showing account names.
---------------------- diff included ----------------------
Index: ircu2.10/ChangeLog
diff -u ircu2.10/ChangeLog:1.290.2.130.2.3 ircu2.10/ChangeLog:1.290.2.130.2.4
--- ircu2.10/ChangeLog:1.290.2.130.2.3 Fri Mar 19 15:17:23 2004
+++ ircu2.10/ChangeLog Fri Mar 19 15:23:36 2004
@@ -1,3 +1,8 @@
+2004-02-27 Entrope <[EMAIL PROTECTED]>
+
+ * doc/readme.who: Describe the support for matching on and
+ showing account names.
+
2004-02-16 Entrope <[EMAIL PROTECTED]>
* configure.in: Check for missing epoll functions.
Index: ircu2.10/doc/readme.who
diff -u ircu2.10/doc/readme.who:1.3 ircu2.10/doc/readme.who:1.3.20.1
--- ircu2.10/doc/readme.who:1.3 Sat Apr 1 15:51:18 2000
+++ ircu2.10/doc/readme.who Fri Mar 19 15:23:36 2004
@@ -59,6 +59,7 @@
i Numeric IP (the unresolved host)
s Servername (the canonic name of the server the guy is on)
r Info text (formerly "Realname")
+ a Account name
If no field-matching flags are specified they default to what old servers
used to do: nuhsr (= everything except the numeric IP)
@@ -97,6 +98,7 @@
s : Include server name
t : Include the querytype in the reply
u : Include userID with eventual ~
+ a : Include account name
And the ,<querytype> final option can be used to specify what you want the
server to say in the querytype field of the output, useful to filter the
@@ -111,7 +113,8 @@
:"source" 354 "target" ["querytype"] ["channel"] ["user"]
["IP"] ["host"] ["server"] ["nick"]
- ["flags"] ["hops"] ["idle"] [:"realname"]
+ ["flags"] ["hops"] ["idle"] ["account"]
+ [:"realname"]
Where only the fields specified in the %fields options are present.
----------------------- End of diff -----------------------