dunirc
dunirc copied to clipboard
dunirc.js script error
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! 👍
I still can't get the e, my messages aren't encrypted, possibly becuase I use webircgateway
How to fix this e problem?