summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorPaul Schoenfelder <paulschoenfelder@gmail.com>2013-12-05 17:05:19 -0600
committerPaul Schoenfelder <paulschoenfelder@gmail.com>2013-12-05 17:05:19 -0600
commit711e5ecf7cef099131575bb79c44cf603a1bf84b (patch)
tree90a7c5627ed57d7ab8eeb144df45c18e7e38dc9e /mix.exs
parentInitial commit (diff)
Basic skeleton of the API. GenEvent based connection event handlers may not be the best way to do this
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mix.exs b/mix.exs
index 830a13a..88f71c3 100644
--- a/mix.exs
+++ b/mix.exs
@@ -10,7 +10,7 @@ defmodule ExIrc.Mixfile do
# Configuration for the OTP application
def application do
- []
+ [mod: {ExIrc.App, []}]
end
# Returns the list of dependencies in the format: