log topic move

This commit is contained in:
barisusakli
2014-10-10 15:44:02 -04:00
parent ffcb324d91
commit e052d8e5c1
2 changed files with 6 additions and 0 deletions

View File

@@ -62,6 +62,10 @@ var fs = require('fs'),
events.logWithUser(uid, 'restored post (pid ' + pid + ')');
};
events.logTopicMove = function(uid, tid) {
events.logWithUser(uid, 'moved topic (tid ' + tid + ')');
};
events.logTopicDelete = function(uid, tid) {
events.logWithUser(uid, 'deleted topic (tid ' + tid + ')');
};