mIRC Home    About    Download    Register    News    Help

Print Thread
#272945 31/10/24 01:39 PM
Joined: Oct 2024
Posts: 2
E
enagy Offline OP
Bowl of petunias
OP Offline
Bowl of petunias
E
Joined: Oct 2024
Posts: 2
Dear all,
Currently when I click on a user in a channel, inside CTCP menu there are three options: ping, time and version. Is there a way to add a "chat" option? So as to make /ctcp xxx chat?
Thank you very much in advance!

Joined: Feb 2011
Posts: 462
K
Pan-dimensional mouse
Offline
Pan-dimensional mouse
K
Joined: Feb 2011
Posts: 462
I think you want to use the "DCC -> Chat" Option when you right click on the nick?

If you want to make a "CTCP -> Chat" do that then you can edit the menu:

Tools -> Script Editor -> Popups (Tab) -> View -> Nickname list.

Example:

Code
CTCP
.Chat:/dcc chat $$1
.Ping:/ctcp $$1 ping
.Time:/ctcp $$1 time
.Version:/ctcp $$1 version

Joined: Oct 2024
Posts: 2
E
enagy Offline OP
Bowl of petunias
OP Offline
Bowl of petunias
E
Joined: Oct 2024
Posts: 2
Thank you very much.

I followed the path you wrote and added:

.Chat:/ctcp $$1 chat

Bellow CTCP.

The menu appears and works great.

Thank you!


Link Copied to Clipboard