Skip to content

Commit

Permalink
Added !exit command
Browse files Browse the repository at this point in the history
  • Loading branch information
EnKrypt committed Sep 16, 2016
1 parent 812c742 commit aae55e3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions commands/exit.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
'use strict';

module.exports = function(bot, from, args, out) {
process.exit(0);
}

0 comments on commit aae55e3

Please sign in to comment.