mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-08-01 23:41:57 +02:00
Yet more UserProps usage
This commit is contained in:
parent
4050affedf
commit
d11aca571e
6 changed files with 62 additions and 50 deletions
|
@ -480,7 +480,7 @@ exports.FullScreenEditorModule = exports.getModule = class FullScreenEditorModul
|
|||
}
|
||||
|
||||
Events.emit(Events.getSystemEvents().UserPostMessage, { user : this.client.user, areaTag : this.message.areaTag });
|
||||
return StatLog.incrementUserStat(this.client.user, 'post_count', 1, cb);
|
||||
return StatLog.incrementUserStat(this.client.user, UserProps.MessagePostCount, 1, cb);
|
||||
}
|
||||
|
||||
redrawFooter(options, cb) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue