Skip to content

Commit

Permalink
Added sugar interface draft
Browse files Browse the repository at this point in the history
  • Loading branch information
rayfranco committed Dec 25, 2012
1 parent c084f22 commit 1b182c3
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/sugar.coffee
@@ -1 +1,6 @@
# Here will be the sugars interface
class Sugar
constructor: (@fatbot)
@on: null
if: (msg) ->
return true
do: (msg) ->

0 comments on commit 1b182c3

Please sign in to comment.