Software /
code /
prosody
Comparison
util/prosodyctl/shell.lua @ 10871:e5dee71d0ebb
prosodyctl+util.prosodyctl.*: Start breaking up the ever-growing prosodyctl
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Tue, 02 Jun 2020 08:01:21 +0100 |
parent | 10869:c91697b81349 |
child | 10873:813e632431e6 |
comparison
equal
deleted
inserted
replaced
10870:3f1889608f3e | 10871:e5dee71d0ebb |
---|---|
124 end | 124 end |
125 server.loop(); | 125 server.loop(); |
126 end | 126 end |
127 | 127 |
128 return { | 128 return { |
129 start = start; | 129 shell = start; |
130 }; | 130 }; |