Hello
I've been using this blowcrypt script for encryption in the channel since eggdrop version 1.8.
The script always worked without errors. I have now updated from Eggdrop version 1.9.1 to version 1.9.4. and now the script suddenly doesn't work anymore.
The blowcrypt still works with version 1.9.1 and is therefore guaranteed that it works.
Link to blowcrypt script https://github.com/kniffy/blowcrypt/blo ... x-bc36.zip
the output in the channel is exactly the same without blowfish for both eggdrop versions
without key on mirc
<~xxx> !test
<@testbot191> +OK kry5i1b0gE107h0XY0J2sYs0eY9/41e9TZx1bhwJs1GyhUE188bMd190vdz/
<@testbot194> +OK kry5i1b0gE107h0XY0J2sYs0eY9/41e9TZx1bhwJs1GyhUE188bMd190vdz/
wit key on mirc
<~xxx> !test
<@testbot191> xxx-xxx@netadmin.xxx.net-*-#test-
testbot194 does not respond to the command
Unfortunately, I'm not good enough at Tcl to find the error.
it will not give an error. The commands are no longer recognized and the text is not encrypted or decrypted
when the script is loaded you can run a test with !test. for the Mirc you also need fish script, of course, so that you can save the channel key
download: https://syndicode.org/fish_10/
edit: I just tested it with version 1.9.3. the script still works perfectly there