Fixed: rostermanager.lua now returns the module

This commit is contained in:
Waqas Hussain 2008-10-08 21:10:18 +05:00
parent 99d8d3327b
commit 0af37d5e1e

View file

@ -24,3 +24,5 @@ function getroster(username, host)
}
-- return datamanager.load(username, host, "roster") or {};
end
return _M;