mIRC Home    About    Download    Register    News    Help

Print Thread
#260366 07/04/17 07:03 PM
Joined: Nov 2014
Posts: 27
N
nexux Offline OP
Ameglian cow
OP Offline
Ameglian cow
N
Joined: Nov 2014
Posts: 27
I have a problem with a code and I do not generate the event /me


Code:
on *:DIALOG:mensajes:sclick:1:{
  if ($me isop $active) {
    me $$?="Send text"
  }
}


Reply error:

* /me: cannot use /me in this window (line 46, mensajes.mrc)

And my dialog is:

Code:
dialog mensajes {
  title "mensajes"
  size -1 -1 528 20
  option pixels
  button "me", 1, 4 2 40 16, flat
  button "amsg", 2, 50 2 40 16, flat
  button "ame", 3, 98 2 40 16, flat
  button "Notice", 4, 146 2 40 16, flat
  button "memo", 5, 194 2 40 16, flat
  button "whois", 6, 242 2 40 16, flat
  button "nick?", 7, 486 2 40 16, flat
  text "Cambiar tu nick:", 8, 404 4 80 16
  button "whois a nick", 9, 288 2 72 16, flat
}


But not working

My idea is to touch the button, write the message and show on the channel, and the same for the ame, amsg and notice

Greetings and thanks for reading

Joined: Jul 2014
Posts: 34
S
Ameglian cow
Offline
Ameglian cow
S
Joined: Jul 2014
Posts: 34
use:

Code:
/describe <nick|channel> <message>


Link Copied to Clipboard