mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Jul 2008
Posts: 3
1
1k2k3 Offline OP
Self-satisified door
OP Offline
Self-satisified door
1
Joined: Jul 2008
Posts: 3
My popup.ini looks like.

Quote:
[cpopup]
n0=Channel Modes:/channel

[bpopup]
n0= Commands
n1=Join channel:/join #$$?="Enter channel name:"
n2=Part channel:/part #$$?="Enter channel name:"
n3=Query user:/query $$?="Enter nickname and message:"
n4=Send notice:/notice $$?="Enter nickname and message:"
n5=Whois user:/whois $$?="Enter nickname:"
n6=Send CTCP
n7=.Ping:/ctcp $$?="Enter nickname:" ping
n8=.Time:/ctcp $$?="Enter nickname:" time
n9=.Version:/ctcp $$?="Enter nickname:" version
n11=Set Away
n12=.On:/away $$?="Enter away message:"
n13=.Off:/away
n14=Invite user:/invite $$?="Enter nickname and channel:"
n15=Ban user:/ban $$?="Enter channel and nickname:"
n16=Kick user:/kick $$?="Enter channel and nickname:"
n17=Ignore user:/ignore $$?="Enter nickname:"
n18=Unignore user:/ignore -r $$?="Enter nickname:"
n19=Change nick:/nick $$?="Enter new nickname:"
n20=Quit IRC:/quit

[mpopup]
n0=Server
n1=.Lusers:/lusers
n2=.Motd:/motd
n3=.Time:/time
n4=Names
n5=.#mIRC:/names #mirc
n6=.#irchelp: /names #irchelp
n7=.names ?:/names #$$?="Enter a channel name:"
n8=Join
n9=.#mIRC:/join #mirc
n10=.#irchelp:/join #irchelp
n11=.join ?:/join #$$?="Enter a channel to join:"
n12=Channel
n13=.Try double-clicking in a channel window!:
n14=Other
n15=.Whois ?:/whois $$?="Enter a nickname:"
n16=.Query:/query $$?="Enter a nickname:"
n17=.Nickname:/nick $$?="Enter your new nickname:"
n18=.Away
n19=..Set Away...:/away $$?="Enter your away message:"
n20=..Set Back:/away
n21=.List Channels:/list
n22=-
n23=Edit Notes:/run notepad.exe notes.txt
n24=Quit IRC:/quit Leaving

[qpopup]
n0=Info:/uwho $$1
n1=Whois:/whois $$1
n2=Query:/query $$1
n3=-
n4=Ignore:/ignore $$1 1 | /closemsg $$1
n5=-
n6=CTCP
n7=.Ping:/ctcp $$1 ping
n8=.Time:/ctcp $$1 time
n9=.Version:/ctcp $$1 version
n10=DCC
n11=.Send:/dcc send $$1
n12=.Chat:/dcc chat $$1

[lpopup]
n2=Info:/uwho $1
n0=Whois:/whois $$1
n1=Query:/query $$1
n3=-
n4=Control
n5=.Ignore:/ignore $$1 1
n6=.Unignore:/ignore -r $$1 1
n6=.Op:/mode # +ooo $$1 $2 $3
n7=.Deop:/mode # -ooo $$1 $2 $3
n6=.Voice:/mode # +vvv $$1 $2 $3
n7=.Devoice:/mode # -vvv $$1 $2 $3
n8=.Kick:/kick # $$1
n9=.Kick (why):/kick # $$1 $$?="Reason:"
n10=.Ban:/ban $$1 2
n11=.Ban, Kick:/ban $$1 2 | /timer 1 3 /kick # $$1
n11=.Ban, Kick (why):/ban $$1 2 | /timer 1 3 /kick # $$1 $$?="Reason:"
n12=CTCP
n13=.Ping:/ctcp $$1 ping
n16=.Time:/ctcp $$1 time
n15=.Version:/ctcp $$1 version
n17=DCC
n18=.Send:/dcc send $$1
n19=.Chat:/dcc chat $$1
n20=-
n21=Slap!:/me slaps $$1 around a bit with a large trout


But my right click function to automatically query a user within the chat (<NAME>) for example, I cannot right click a channel (#channel) to automatically join I must type /join #channel. And for users I have to type /query name.

The mIRC version I'm using is v6.31 laugh

Joined: Aug 2004
Posts: 7,252
R
Hoopy frood
Offline
Hoopy frood
R
Joined: Aug 2004
Posts: 7,252
In your lpopup section, the items aren't in order. Try setting them in order n0,n1,n2,... and see if that makes a difference.

Joined: Jul 2008
Posts: 3
1
1k2k3 Offline OP
Self-satisified door
OP Offline
Self-satisified door
1
Joined: Jul 2008
Posts: 3
nope still nothing

EDIT: like I can move my mouse over a channel or username and the mouse hand icon appears but if i attempt to double right click or something.. nothing will happen.

Last edited by 1k2k3; 16/07/08 06:56 AM.
Joined: Jul 2008
Posts: 2
S
Bowl of petunias
Offline
Bowl of petunias
S
Joined: Jul 2008
Posts: 2
I also have this problem and it just happened recently. I can't figure it out, anyone else have any clues?

Joined: Jan 2004
Posts: 2,127
Hoopy frood
Offline
Hoopy frood
Joined: Jan 2004
Posts: 2,127
Take a look at your [mpopup] section, where you have 3 n6's and 2 n7's. I'm too lazy to goof up my own popups.ini like this to see if this would cause your symptoms.

Also, your current

n13=.Try double-clicking in a channel window!:

should have a HALT after the colon. This menu choice probably doesn't appear in your popups right-click menu without it, does it?

Joined: Jul 2008
Posts: 3
1
1k2k3 Offline OP
Self-satisified door
OP Offline
Self-satisified door
1
Joined: Jul 2008
Posts: 3
I don't really understand what your trying to say?

can you just pop up your popups.ini and copy-paste what it has?

Joined: Jan 2004
Posts: 2,127
Hoopy frood
Offline
Hoopy frood
Joined: Jan 2004
Posts: 2,127
My popups look nothing like yours, I was just commenting on what was wrong with yours.

n13=.Try double-clicking in a channel window!:

is an invalid line, so it won't be displayed in your right-click menu. You need to add a command to the right of the colon:

n13=.Try double-clicking in a channel window!:halt

It looks like someone's been editing your popups.ini with notepad instead of using the alt-p window, but since notepad was used to screw it up, you need to use notepad while mirc isn't running to fix it. Each section of the file has lines beginning like n0= n1= etc. You earlier fixed the problem where n0=/n1=/ n2 weren't in the right order. However, you also have n6= and n7= repeating several times. You need to edit the file to renumber that section so you don't repeat the line index numbers.

Joined: Jul 2008
Posts: 2
S
Bowl of petunias
Offline
Bowl of petunias
S
Joined: Jul 2008
Posts: 2
Can you look at mine and tell me if something is up? Thanks for all the help!



Quote:

[cpopup]
n0=Channel Modes:/channel

[bpopup]
n0=Commands
n1=Join channel:/join #$$?="Enter channel name:"
n2=Part channel:/part #$$?="Enter channel name:"
n3=Query user:/query $$?="Enter nickname and message:"
n4=Send notice:/notice $$?="Enter nickname and message:"
n5=Whois user:/whois $$?="Enter nickname:"
n6=Send CTCP
n7=.Ping:/ctcp $$?="Enter nickname:" ping
n8=.Time:/ctcp $$?="Enter nickname:" time
n9=.Version:/ctcp $$?="Enter nickname:" version
n11=Set Away
n12=.On:/away $$?="Enter away message:"
n13=.Off:/away
n14=Invite user:/invite $$?="Enter nickname and channel:"
n15=Ban user:/ban $$?="Enter channel and nickname:"
n16=Kick user:/kick $$?="Enter channel and nickname:"
n17=Ignore user:/ignore $$?="Enter nickname:"
n18=Unignore user:/ignore -r $$?="Enter nickname:"
n19=Change nick:/nick $$?="Enter new nickname:"
n20=Quit IRC:/quit

[mpopup]
n0=Server
n1=.Lusers:/lusers
n2=.Motd:/motd
n3=.Time:/time
n4=Names
n5=.#mIRC:/names #mirc
n6=.#irchelp: /names #irchelp
n7=.names ?:/names #$$?="Enter a channel name:"
n8=Join
n9=.#mIRC:/join #mirc
n10=.#irchelp:/join #irchelp
n11=.join ?:/join #$$?="Enter a channel to join:"
n12=Query
n13=.query ?:/query $$?="Enter nickname to talk to:"
n14=Other
n15=.Whois ?:/whois $$?="Enter a nickname:"
n16=.Query:/query $$?="Enter a nickname:"
n17=.Nickname:/nick $$?="Enter your new nickname:"
n18=.Away
n19=..Set Away...:/away $$?="Enter your away message:"
n20=..Set Back:/away
n21=.List Channels:/list
n22=-
n23=Edit Notes:/run notepad.exe notes.txt
n24=Quit IRC:/quit Leaving

[qpopup]
n0=Info:/uwho $$1
n1=Whois:/whois $$1
n2=Query:/query $$1
n3=-
n4=Ignore:/ignore $$1 1 | /closemsg $$1
n5=-
n6=CTCP
n7=.Ping:/ctcp $$1 ping
n8=.Time:/ctcp $$1 time
n9=.Version:/ctcp $$1 version
n10=DCC
n11=.Send:/dcc send $$1
n12=.Chat:/dcc chat $$1

[lpopup]
n2=Info:/uwho $1
n0=Whois:/whois $$1
n1=Query:/query $$1
n3=-
n4=Control
n5=.Ignore:/ignore $$1 1
n6=.Unignore:/ignore -r $$1 1
n6=.Op:/mode # +ooo $$1 $2 $3
n7=.Deop:/mode # -ooo $$1 $2 $3
n6=.Voice:/mode # +vvv $$1 $2 $3
n7=.Devoice:/mode # -vvv $$1 $2 $3
n8=.Kick:/kick # $$1
n9=.Kick (why):/kick # $$1 $$?="Reason:"
n10=.Ban:/ban $$1 2
n11=.Ban, Kick:/ban $$1 2 | /timer 1 3 /kick # $$1
n11=.Ban, Kick (why):/ban $$1 2 | /timer 1 3 /kick # $$1 $$?="Reason:"
n12=CTCP
n13=.Ping:/ctcp $$1 ping
n16=.Time:/ctcp $$1 time
n15=.Version:/ctcp $$1 version
n17=DCC
n18=.Send:/dcc send $$1
n19=.Chat:/dcc chat $$1
n20=-
n21=Slap!:/me slaps $$1 around a bit with a large trout

Joined: Jan 2004
Posts: 2,127
Hoopy frood
Offline
Hoopy frood
Joined: Jan 2004
Posts: 2,127
It looks like this problem is inherited from the default install files of mirc itself. I did a fresh install of mirc 6.16, and i got something pretty similar.

If you edit popups.ini with notepad while mirc isn't running, you'll see each [section] having lines beginning like n0= n1= etc. For them to work correctly, each number should be in order, and they should appear only once.

Notice how your [lpopups] section has the n2= above the n0=, and you have 2 n6= lines followed by an n7= line, and then it repeats n6= and n7= again. You should re-number so there's not more than 1 line within each section having the same string to the left of the "=".

After getting rid of these dupes, see if your mirc starts behaving.

Joined: Feb 2006
Posts: 74
G
gbz Offline
Babel fish
Offline
Babel fish
G
Joined: Feb 2006
Posts: 74
Originally Posted By: maroon
It looks like this problem is inherited from the default install files of mirc itself. I did a fresh install of mirc 6.16, and i got something pretty similar.

This issue still occurs in the default popups.ini for mIRC 6.33. I created a bug report regarding this.


Link Copied to Clipboard