diff --git a/albot.coffee b/albot.coffee index b922087..bda6da7 100755 --- a/albot.coffee +++ b/albot.coffee @@ -11,7 +11,8 @@ Commands = require './lib/commands' initLoggerBefore = (fonction) -> _.wrap fonction, (f) -> Configuration.Winston.initLogger Program.verbose - f.apply null, arguments + properArgs = _.initial(_.rest(_.values(arguments))) + f.apply null, properArgs # Defining available options Program