dunirc icon indicating copy to clipboard operation
dunirc copied to clipboard

dunirc.js script error

Open hesa2020 opened this issue 9 years ago • 1 comments

Hello, First of all thank you for this nice script, i got it working using websockify.js ( node.js version located in folder other/js ) on windows!

I noticed message wasnt showing or sending, so i took a look at my web console and saw an error at e.Match ... e wasnt defined, so i looked at your past commits and saw that e should be : var e = window.atob(content.data);

So i added it to the line 126, now it fixed the issue! YAY! 👍

hesa2020 avatar Oct 11 '16 21:10 hesa2020

I still can't get the e, my messages aren't encrypted, possibly becuase I use webircgateway

How to fix this e problem?

Miniontoby avatar Apr 15 '21 07:04 Miniontoby