Software /
code /
prosody
Changeset
4780:4b8f2b91826c
mod_admin_adhoc: Small style fix
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Sat, 28 Apr 2012 16:21:57 +0100 |
parents | 4778:127de6eec433 |
children | 4781:51ed468662a1 |
files | plugins/mod_admin_adhoc.lua |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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)