Mercurial > prosody-hg
diff plugins/mod_admin_adhoc.lua @ 4780:4b8f2b91826c
mod_admin_adhoc: Small style fix
| author | Matthew Wild <mwild1@gmail.com> |
|---|---|
| date | Sat, 28 Apr 2012 16:21:57 +0100 |
| parents | bd6dc94d60e9 |
| children | 58714123f600 |
line wrap: on
line diff
--- a/plugins/mod_admin_adhoc.lua Sat Apr 28 16:21:19 2012 +0100 +++ b/plugins/mod_admin_adhoc.lua Sat Apr 28 16:21:57 2012 +0100 @@ -24,7 +24,7 @@ local array = require "util.array"; local modulemanager = require "modulemanager"; -module:depends"adhoc"; +module:depends("adhoc"); local adhoc_new = module:require "adhoc".new; function add_user_command_handler(self, data, state)
