mIRC Homepage
Posted By: Serio no more /j or right click on nicks - 11/08/13 06:15 PM
the above subject is the problem im having, /j is not so much of a problem as an annoyance, but being unable to right-click nicks to op, deop, voice, devoice, ban, etc is y biggest problem.
also for some reason my atuo-perform isnt working correctly......... -.-
Posted By: KindOne Re: no more /j or right click on nicks - 11/08/13 07:01 PM
Enter this into mIRC to restore the right clicking:

Code:
//var %x = $qt($mircdirscripts\popups.ini), %y = $qt($scriptdirpopups.ini), %z = $iif($exists(%x), %x, $iif($exists(%y), %y)) | if (!%z || (!$ini(%z, lpopup, 0))) echo -a * Error restoring popups | else { tokenize 32 -ps -pc -pq -pn -pm | load $* %z | echo -a * Popups Restored }


If you get "Error restoring popups", then the file is missing and you need to reinstall mIRC.

Did you shutdown the computer while mIRC was running?
Did you kill the mIRC process?
Posted By: CatEyes Re: no more /j or right click on nicks - 01/03/14 04:41 PM
Where do you enter this string in MIRC?
Posted By: Crinul Re: no more /j or right click on nicks - 01/03/14 04:50 PM
In the edit box (where you type text in mIRC).
Posted By: CatEyes Re: no more /j or right click on nicks - 01/03/14 04:52 PM
sorry, don't know what the 'edit box' is:(
Posted By: sparta Re: no more /j or right click on nicks - 01/03/14 08:51 PM
Anywhere you can type in mirc, status window, any channel or any chat windows. And for /j join # you need to make a alias. Type the text below in any window. (This will add a alias so you only need to type /j channel-name)

/!alias j join #$$1 $2-

© mIRC Discussion Forums