Skip to content

Commit

Permalink
Added missing module (refs #87)
Browse files Browse the repository at this point in the history
  • Loading branch information
timosmit committed Feb 6, 2019
1 parent d3dee0e commit a37ec76
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions luascripts/wolfadmin/admin/censor.lua
Expand Up @@ -15,6 +15,8 @@
-- You should have received a copy of the GNU General Public License
-- along with this program. If not, see <http://www.gnu.org/licenses/>.

local auth = wolfa_requireModule("auth.auth")

local admin = wolfa_requireModule("admin.admin")
local mutes = wolfa_requireModule("admin.mutes")
local history = wolfa_requireModule("admin.history")
Expand Down

0 comments on commit a37ec76

Please sign in to comment.