mIRC Home    About    Download    Register    News    Help

Print Thread
#247320 28/07/14 05:16 PM
Joined: Jul 2006
Posts: 4,149
W
Wims Offline OP
Hoopy frood
OP Offline
Hoopy frood
W
Joined: Jul 2006
Posts: 4,149
Originally Posted By: /help isignore
isignore -- if v1 is a user in your ignore list with the ignore switch v2 (v2 optional)
This is not working on 7.34, even this page documents it will work, it might have worked in the past but as of mIRC 7.34, you must specify the type and not the switch:
Code:
if (foobar isignore c)
;must be for example:
if (foobar isignore channel)

Last edited by Wims; 28/07/14 05:19 PM.

#mircscripting @ irc.swiftirc.net == the best mIRC help channel
Wims #247327 29/07/14 10:17 PM
Joined: Dec 2002
Posts: 5,420
Hoopy frood
Offline
Hoopy frood
Joined: Dec 2002
Posts: 5,420
Thanks for your bug report. As far as I can tell, this behaviour has been in place for a long time. It may be that isignore was updated at some point but the help file/online wikis were not. I have checked the ignore routine (it is pretty old code and has not been touched for at least a decade) and it looks like I should be able to update it to handle both switches and types without any side effects. This should be in the next version.


Link Copied to Clipboard