• Home
  • Servers
  • Chat
  • Channels
  • Commands
  • Forum
  • FAQ
  • Software
  • Quotes
Topic Options
Rate This Topic
#4652 - 03/31/09 02:57 AM Can't right click on mIRC
iDestroyed007 Offline
n00b

Registered: 12/09/08
Posts: 11
Loc: New Zealand
Hi. I'm having problem with mIRC ATM. It seems after I installed NNS, the stand-alone mIRC app can't be right clicked on the channel window, etc. Now because it was really messed up to use it for the first time, I've uninstalled NNS it and reinstalled mIRC. After the reinstallation, I can't right click on a channel to check the modes and can't check the user details again. Next day, I tried. Same thing. brickwall

Can anyone resolve this problem? Thanks.


Edited by iDestroyed007 (03/31/09 02:57 AM)

Top
Sponsored Links
Sponsored Links
Member
*****

Registered: 27/08/04
Posts: 10136
Loc: Mountain View, CA
Top
#4653 - 03/31/09 03:05 AM Re: Can't right click on mIRC [Re: iDestroyed007]
Firebucket Offline
newbie

Registered: 06/07/08
Posts: 39
Loc: Australia
This could be a problem with your mIRC directory. NNS is just an 'add-on' to your existing mIRC (from my experience). NNS creates a separate mIRC App Data directory, meaning a new mirc.ini (mIRC's configuration file) is made. When you uninstalled NNS, mIRC is still probably reading from your NNS directory, which has no scripts left. To find out where your mIRC.ini etc. is stored, type //echo -a $mircdir in mIRC, and go to that folder. There may be something in their (like another mirc.ini) causing mIRC to read something it shouldn't. Let us know what's there, and we'll guide you through it. smile

FB

Top
#4654 - 03/31/09 03:11 AM Re: Can't right click on mIRC [Re: iDestroyed007]
FordLawnmower Offline
Over 100 posts

Registered: 02/15/09
Posts: 111
Loc: Ohio
That sucks iDestroyed. Sounds like you have lost your default popups of the nicklist. Or NNS deleted them. Easy to fix.
Click alt+r then click popups. Click View, then nicklist.
paste this in the box.
Code:
$iif($snick(#,0) == 1,$1)
.-
.Info:/uwho $1
.Whois:/whois $$1
.Query:/query $$1
-
Control
.Ignore:/ignore $$1 1
.Unignore:/ignore -r $$1 1
.Op:/mode # +ooo $$1 $2 $3
.Deop:/mode # -ooo $$1 $2 $3
.Voice:/putmode  # +vvvvv $$1 $2 $3 $4
.Devoice:/putmode # -vvvvv $$1 $2 $3 $4
.Kick:/kick # $$1
.Kick (why):/kick # $$1 $$?="Reason:"
.Ban:/ban $$1 2
.Ban, Kick:/ban $$1 2 | /timer 1 3 /kick # $$1
.Ban, Kick (why):/ban $$1 2 | /timer 1 3 /kick # $$1 $$?="Reason:"
CTCP
.Ping:/ctcp $$1 ping
.Time:/ctcp $$1 time
.Version:/ctcp $$1 version
DCC
.Send:/dcc send $$1
.Chat:/dcc chat $$1
-
Slap!:/me slaps $$1 around a bit with a large trout

click ctrl+s
Now click view , then query.
paste this in the box
Code:
Info:/uwho $$1
Whois:/whois $$1
Query:/query $$1
-
Ignore:/ignore $$1 1 | /closemsg $$1
-
CTCP
.Ping:/ctcp $$1 ping
.Time:/ctcp $$1 time
.Version:/ctcp $$1 version
DCC
.Send:/dcc send $$1
.Chat:/dcc chat $$1

click ctrl+s
last click view, then channel and paste this in the box
Code:
Channel Modes:/channel

click ctrl+s
All done smile


Edited by FordLawnmower (03/31/09 03:35 AM)
_________________________
If you already know everything, You can never learn anything :P

Top
#4655 - 03/31/09 03:15 AM Re: Can't right click on mIRC [Re: iDestroyed007]
Firebucket Offline
newbie

Registered: 06/07/08
Posts: 39
Loc: Australia
Quote:
I can't right click on a channel to check the modes and can't check the user details again.


FordLawnmower ^ He's having problems with the channel list, also.

I would provide my popups, but mine are extremely modified. But, I do suggest you try the WyldRyde Channel Management Script, which is available at http://www.wyldryde.org/wrcm.mrc - I use it in conjunction with many other scripts to manage channels & users.

Also, in Ford's channel script above, an alias /putmode is used (under the Voicing section) and is not declared either, meaning it would not work properly.

FB


Edited by Firebucket (03/31/09 03:19 AM)

Top
#4656 - 03/31/09 03:22 AM Re: Can't right click on mIRC [Re: Firebucket]
FordLawnmower Offline
Over 100 posts

Registered: 02/15/09
Posts: 111
Loc: Ohio
When you right click on the channel window Firebucket, your PopuPs are what popup. And the solution I have given is to rewrite them. I don't need a channel management script. ;/
No idea why you would think that.
_________________________
If you already know everything, You can never learn anything :P

Top
#4657 - 03/31/09 03:25 AM Re: Can't right click on mIRC [Re: FordLawnmower]
Firebucket Offline
newbie

Registered: 06/07/08
Posts: 39
Loc: Australia
I'm offering it to iDestroyed wink

The two scripts above are for the nicklist & queries wink When I right click on the channel window, I have the scripts I've either assigned with a menu channel {, or in the Popups tab under Channel.

FB

Top
#4658 - 03/31/09 03:29 AM Re: Can't right click on mIRC [Re: Firebucket]
FordLawnmower Offline
Over 100 posts

Registered: 02/15/09
Posts: 111
Loc: Ohio
Fine Firebucket -- The default popups for the channel are
Code:
Channel Modes:/channel

It's rather insignificant, thats why I didn't include it.
My diagnosis is still correct. He lost his popups.ini
_________________________
If you already know everything, You can never learn anything :P

Top
#4659 - 03/31/09 03:46 AM Re: Can't right click on mIRC [Re: FordLawnmower]
iDestroyed007 Offline
n00b

Registered: 12/09/08
Posts: 11
Loc: New Zealand
K, trying it. smile

Top
#4660 - 03/31/09 05:01 AM Re: Can't right click on mIRC [Re: iDestroyed007]
iDestroyed007 Offline
n00b

Registered: 12/09/08
Posts: 11
Loc: New Zealand
Cool! Done it and it worked normal! laugh

Thanks Water!! cool

Top


Moderator:  Jeff, mandy, usrbingeek