mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Aug 2013
Posts: 1
S
Serio Offline OP
Mostly harmless
OP Offline
Mostly harmless
S
Joined: Aug 2013
Posts: 1
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: 448
K
Pan-dimensional mouse
Offline
Pan-dimensional mouse
K
Joined: Feb 2011
Posts: 448
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?

Joined: Mar 2014
Posts: 8
C
Nutrimatic drinks dispenser
Offline
Nutrimatic drinks dispenser
C
Joined: Mar 2014
Posts: 8
Where do you enter this string in MIRC?

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

Joined: Mar 2014
Posts: 8
C
Nutrimatic drinks dispenser
Offline
Nutrimatic drinks dispenser
C
Joined: Mar 2014
Posts: 8
sorry, don't know what the 'edit box' is:(

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



if ($me != tired) { return } | else { echo -a Get a pot of coffee now $+($me,.) }

Link Copied to Clipboard