mIRC Homepage
Posted By: DoofyMC DOT/stroke in the end of every line - 21/11/19 08:31 AM
Hi,
since I updated to mIRC 7.57 in every line (chats and pms) in the end there is a blue stroke. But not in my written texts.
For example:
<user a> hello -
<me> hello again
<user a> how are you? -



How can I remove this dot/stroke?
Posted By: Raccoon Re: DOT/stroke in the end of every line - 22/11/19 05:54 AM
Sounds like a script that you have installed, or they have installed.

Make sure you don't have any scripts loaded that you did not write yourself.

Then ask the other user(s) to uninstall the script(s) they have installed.
Posted By: maroon Re: DOT/stroke in the end of every line - 22/11/19 10:48 AM
If this stops after you disable remote events by pasting: /remote off
and then re-starts after you enable them by pasting: /remote on
then this is almost certainly a script doing this, and you would just need to discover which one is doing that.

If it still happens while remote events are disabled, it's possible this could be caused by a DLL. You can see which dll's are currently loaded inside mIRC by pasting the following command:

//var %i 1 | while ($dll(%i)) { echo -a %i : $v1 | inc %i }
Posted By: DoofyMC Re: DOT/stroke in the end of every line - 25/11/19 09:20 AM
remote off and on does not help.

so, these DDL's are loaded:
fish_inject.dll
fish_10.dll

Perhaps they make it.
Posted By: maroon Re: DOT/stroke in the end of every line - 25/11/19 11:07 AM
Yes, that sounds like the 'crypt mark' which alerts you to the fact that this is the decryption of and encrypted message. Somewhere in the FiSH menu is a place to change or disable that. It should be a right-click menu in channel and/or query window. If you can't figure it out, ask in the fish channel
Posted By: DoofyMC Re: DOT/stroke in the end of every line - 25/11/19 03:23 PM
Originally Posted by maroon
Yes, that sounds like the 'crypt mark' which alerts you to the fact that this is the decryption of and encrypted message. Somewhere in the FiSH menu is a place to change or disable that. It should be a right-click menu in channel and/or query window. If you can't figure it out, ask in the fish channel


That is the solution! Thanks a lot.
© mIRC Discussion Forums