Invalid Hash Method
DeMack opened this issue · 1 comments
DeMack commented
Line 1204 of index.js points to a method called Utils.stringHash(channel),
however that method doesn't exist in utils.js. The nearest method is md5Hash(key).
While trying to call the first method, messages don't get processed. Changing to the latter corrects the problem.