Blowfish problem
Added by shinagora shinagora over 4 years ago
Hello,
With the last update of AdiIRC [3.8 - 64 bit], i have a problem on script blowfish (https://github.com/flakes/mirc_fish_10).
Error code :
* /if: invalid format (line 49, fish_10.ini)
The code of line is :
if ($left(%msg, 3) == +OK || $left(%msg, 4) == mcps || (%action == ACTION && ($mid(%msg,9,3) == +OK || $mid(%msg,9,4) == mcps)) {
How to fix that please ?
Replies (2)
RE: Blowfish problem - Added by Per Amundsen over 4 years ago
You can find the latest version of the fish script here https://github.com/AdiIRC/fish10/blob/master/src/fish_10.ini, it has a fix for this issue.
RE: Blowfish problem - Added by shinagora shinagora over 4 years ago
i have update the file fish_10.ini and its ok now.
Thank you very much !