mIRC Home    About    Download    Register    News    Help

Print Thread
S
Serio
Serio
S
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......... -.-

Joined: Feb 2011
Posts: 469
K
Pan-dimensional mouse
Offline
Pan-dimensional mouse
K
Joined: Feb 2011
Posts: 469
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?

C
CatEyes
CatEyes
C
Where do you enter this string in MIRC?

Joined: Feb 2006
Posts: 180
C
Vogon poet
Offline
Vogon poet
C
Joined: Feb 2006
Posts: 180
In the edit box (where you type text in mIRC).

C
CatEyes
CatEyes
C
sorry, don't know what the 'edit box' is:(

Joined: Feb 2003
Posts: 3,412
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Feb 2003
Posts: 3,412
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-



Link Copied to Clipboard