Skip to content

Commit

Permalink
remove require of process
Browse files Browse the repository at this point in the history
  • Loading branch information
chee committed Mar 30, 2016
1 parent a768db1 commit 4cb7d26
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mods/echo.js
@@ -1,5 +1,4 @@
#!/usr/bin/env node
var process = require('process')
message = process.argv.splice(2).join(' ')

if (message.indexOf('&echo') == 0) {
Expand Down

0 comments on commit 4cb7d26

Please sign in to comment.