- 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:
Andreas Bielawski
2016-08-03 16:32:24 +02:00
parent 5f010ca1ee
commit 83a637bc29
4 changed files with 5 additions and 5 deletions

View File

@ -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")()