mIRC Homepage
Posted By: nexux Generate the event /me - 07/04/17 07:03 PM
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
Posted By: SykO Re: Generate the event /me - 07/04/17 07:33 PM
use:

Code:
/describe <nick|channel> <message>
© mIRC Discussion Forums