Skip to content

Commit

Permalink
OCD ordering/spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
atmos committed Dec 24, 2011
1 parent 7f61da6 commit f0cf411
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/robot.coffee
@@ -1,10 +1,11 @@
Fs = require 'fs'
Log = require 'log'
Path = require 'path'
Url = require 'url'
Fs = require 'fs'
Url = require 'url'
Log = require 'log'
Path = require 'path'
Connect = require 'connect'

Brain = require './brain'
User = require './user'
User = require './user'
Brain = require './brain'

HUBOT_DEFAULT_ADAPTERS = [ "campfire", "shell" ]

Expand All @@ -23,8 +24,7 @@ class Robot
@listeners = []
@loadPaths = []
@enableSlash = false
connect = require 'connect'
@connect = connect()
@connect = Connect()

@logger = new Log process.env.HUBOT_LOG_LEVEL or "info"

Expand Down

0 comments on commit f0cf411

Please sign in to comment.