mIRC Home    About    Download    Register    News    Help

Print Thread
#214413 03/08/09 10:12 PM
Joined: Aug 2009
Posts: 5
A
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
A
Joined: Aug 2009
Posts: 5
Hi all,

I accidentally ignored *!*@* for channel text instead of CTCPs as I had intended. I tried to remove the entry with /ignore -r *!*@* and /ignore -r, but the command returned "*!*@* is not in ignore list" and "Ignore list cleared" respectively, but /ignore -l returns "* Ignore list: *!*@* (c)". Any idea how to remove this?

Joined: Jul 2006
Posts: 4,145
W
Hoopy frood
Offline
Hoopy frood
W
Joined: Jul 2006
Posts: 4,145
/ignore -r *!*@* should work, like /ignore -r should too
Do you have any "ignore" alias ? Try /!ignore -r


#mircscripting @ irc.swiftirc.net == the best mIRC help channel
Wims #214415 03/08/09 10:40 PM
Joined: Aug 2009
Posts: 5
A
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
A
Joined: Aug 2009
Posts: 5
No aliases or other scripts; this is a stock install. /!ignore -r behaved the exact same way as /ignore -r, and /ignore -l still shows the entry.

Joined: Jul 2006
Posts: 4,145
W
Hoopy frood
Offline
Hoopy frood
W
Joined: Jul 2006
Posts: 4,145
Which version of mirc are you using ? Can you reproduce this with a mirc 6.35, possibly a clean one ?


#mircscripting @ irc.swiftirc.net == the best mIRC help channel
Wims #214420 04/08/09 12:57 AM
Joined: Aug 2009
Posts: 5
A
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
A
Joined: Aug 2009
Posts: 5
The installed version is 6.35, but I installed a clean version in c:\mirc2 and could NOT reproduce the problem. My main install (the one with the problem) is, for all intents and purposes, a clean install as well: I do not script myself and do not use addons. The only thing I've changed are the fonts and colors.

I'm wondering now if there's a problem with the spaces in the directory. The install with the problem is in C:\Program Files (x86)\mIRC. Hmm.

Joined: Jul 2006
Posts: 4,145
W
Hoopy frood
Offline
Hoopy frood
W
Joined: Jul 2006
Posts: 4,145
I can't see how your directory could be a problem.
In your main install, type this in any editbox :
//echo -a $version $md5($mircexe,2) $script(0) $dll(0) $isalias(ignore)
and paste the result here.
At this point, it's hard to tell what can cause this, have you tried to unignore by using /abook -c ?

Last edited by Wims; 04/08/09 01:58 AM.

#mircscripting @ irc.swiftirc.net == the best mIRC help channel
Wims #214423 04/08/09 02:07 AM
Joined: Aug 2009
Posts: 5
A
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
A
Joined: Aug 2009
Posts: 5
6.35 2f63a83968f9586fe4fb48134253619c 1 0 $false

/abook -c did let me remove the entry and now /ignore -l shows a clear list. Still strange that the /ignore command didn't work like it was supposed to though.

Joined: Jul 2006
Posts: 4,145
W
Hoopy frood
Offline
Hoopy frood
W
Joined: Jul 2006
Posts: 4,145
You probably made a typo when using /!ignore, the only thing that could explain this would be that you have an on input catching /ignore or something like that.
Just for fun, have you retried this scenario and tried to use /ignore ?


#mircscripting @ irc.swiftirc.net == the best mIRC help channel
Wims #214425 04/08/09 03:11 AM
Joined: Aug 2009
Posts: 5
A
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
A
Joined: Aug 2009
Posts: 5
I don't know... it's working fine now, I know I didn't make a typo because I never received a "Unknown Command" error and since I don't script or use other's scripts I couldn't have a remote catching /ignore or /!ignore. Weird, but at least it's working now.


Link Copied to Clipboard