GroupList Event
Fired while group data transfers (during group listings).
Syntax
nntp.on('GroupList', [callback])
Callback
The 'callback' is called when the 'GroupList' event is emited.
function(e){ }
The argument 'e' has the following properties:
e.group e.firstArticle e.lastArticle e.canPost
Remarks
The GroupList event is fired for every group reported by the NewsServer when the ListGroups or ListNewGroups method is called.
The Group parameter shows the name of the group.
The FirstArticle and LastArticle parameters contain the article numbers for the first and last articles in the group.
The CanPost is True or False depending on whether article posting is allowed in the group specified by Group.