Browse Source

Update to reflect recent API changes

Morten Brix Pedersen 24 years ago
parent
commit
6c066414c5
1 changed files with 6 additions and 2 deletions
  1. 6 2
      docs/dev/API

+ 6 - 2
docs/dev/API

@@ -64,5 +64,9 @@ topics        array          Each array element is a hash with the
 days          scalar         Number of days the reporting period spanned.
 days          scalar         Number of days the reporting period spanned.
 totallines    scalar         Total number of lines (normal, action, and
 totallines    scalar         Total number of lines (normal, action, and
                              third) seen in channel.
                              third) seen in channel.
-processtime   scalar         String describing the time elapsed while
-                             processing this channel.
+processtime   hash           A hash containing 'hours', 'mins' and 'secs',
+                             describing the time elapsed while processing
+                             this channel.
+nicks         hash           A hash containing all nicks a user had through
+                             a logfile. The keys are the nicks, and the values
+                             is an array with their alternative nicknames.