add email with optional message when kicking user from group

This commit is contained in:
Matteo Pagliazzi
2015-03-18 19:12:53 +01:00
parent 0722a17897
commit 9e540e86af
8 changed files with 128 additions and 82 deletions

View File

@@ -7173,7 +7173,6 @@ process.browser = true;
process.env = {};
process.argv = [];
process.version = ''; // empty string to avoid regexp issues
process.versions = {};
function noop() {}