- dkjson durch lua-cjson ausgetauscht. Bitte lua-cjson installieren!
- Surrogate unterstützt jetzt auch @-Namen (und dadurch auch Kanäle)
This commit is contained in:
@ -8,7 +8,7 @@ http = require('socket.http')
|
||||
https = require('ssl.https')
|
||||
socket = require('socket')
|
||||
URL = require('socket.url')
|
||||
json = require('dkjson')
|
||||
json = require "cjson"
|
||||
serpent = require("serpent")
|
||||
bindings = require('otouto.bindings')
|
||||
redis = (loadfile "./otouto/redis.lua")()
|
||||
|
Reference in New Issue
Block a user