aboutsummaryrefslogtreecommitdiffstats
path: root/main.lua
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2008-11-23 04:54:44 +0000
committerMatthew Wild <mwild1@gmail.com>2008-11-23 04:54:44 +0000
commit63554918e90c5f711e199c6fd08021a1944b866f (patch)
tree3718e4642c8bf6026c2bca8dbab5c4b6bbb947e3 /main.lua
parent4b8333dc46c606dbb2e1b0eadcea15b04f5037eb (diff)
downloadprosody-63554918e90c5f711e199c6fd08021a1944b866f.tar.gz
prosody-63554918e90c5f711e199c6fd08021a1944b866f.zip
Add initial mod_console
Diffstat (limited to 'main.lua')
-rw-r--r--main.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/main.lua b/main.lua
index 97c97c5c..d93ce8f0 100644
--- a/main.lua
+++ b/main.lua
@@ -88,6 +88,8 @@ end
start("xmppclient", { ssl = global_ssl_ctx })
start("xmppserver", { ssl = global_ssl_ctx })
+start("console")
+
modulemanager.fire_event("server-started");
server.loop();