Просмотр исходного кода

Update to reflect recent API changes

Morten Brix Pedersen 24 лет назад
Родитель
Сommit
6c066414c5
1 измененных файлов с 6 добавлено и 2 удалено
  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.
 totallines    scalar         Total number of lines (normal, action, and
                              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.