OSDN Git Service

fix a typo
[webchat/WebChat.git] / ipban.js
index 5f2eca9..cd71581 100644 (file)
--- a/ipban.js
+++ b/ipban.js
@@ -1,5 +1,5 @@
 //IPBAN\83N\83\89\83X
-module.exports.IpBanCollecion = function()
+module.exports = function()
 {
        var config = require("./configure.js");
        var MySQLPool = new require("./mysql_pool.js");