flakes / mirc_fish_10

"FiSH 10" - a blowfish encryption script for mIRC 7, compatible to previous FiSH scripts and other clients! Come visit us in #fish10 on EFNet!
https://syndicode.org/fish_10/
86 stars 16 forks source link

Messages are decrypted incorrectly on win7 #22

Closed newgre closed 13 years ago

newgre commented 13 years ago

If a message is sent in a query between one computer running latest WinXP and latest Win7 (both english) there appears to be a bug on the side of the Win7 mirc client: every message ends with an  printed in blue color.

Both sides use a clean mirc v7.1 + newest mirc_fish_10.

flakes commented 13 years ago

It's the cryptmark that has been saved using the wrong encoding in blow.ini. You can change it to a charset-neutral character like + or use $chr() to set a valid UTF-8 character.

flakes commented 13 years ago

Closing.

newgre commented 13 years ago

Actually, I used the default blow.ini so this needs to be fixed in your distribution as well.