mIRC Home    About    Download    Register    News    Help

Print Thread
#272945 31/10/24 01:39 PM
Joined: Oct 2024
Posts: 1
E
enagy Offline OP
Mostly harmless
OP Offline
Mostly harmless
E
Joined: Oct 2024
Posts: 1
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


Link Copied to Clipboard