mIRC Home    About    Download    Register    News    Help

Print Thread
Page 2 of 2 1 2
#110914 15/02/05 01:22 PM
D
deepee
deepee
D
Code:
on !*^:ACTION:*:#:{
  echo # $timestamp 15-10-- 6 $+ $nick $1-
  haltdef
}
The manual says: "you can't check this yourself", and it's true, I only see others' actions customized, mine are still standard. Is there another action like ON ACTION that includes my own actions?

#110915 15/02/05 01:29 PM
Joined: Jun 2003
Posts: 4,670
M
Hoopy frood
Offline
Hoopy frood
M
Joined: Jun 2003
Posts: 4,670
/help ON INPUT. Example:

on *:input:#:{
if ($1 == /me) {
echo -a You just did an action
halt
}
}


Regards,

#110916 15/02/05 01:40 PM
Joined: Feb 2004
Posts: 2,013
F
Hoopy frood
Offline
Hoopy frood
F
Joined: Feb 2004
Posts: 2,013
Imo the easiest and fullproof way is to make custom aliases for /me and /describe vs. an event that is triggered on anything you put in.

alias me !.me $$1- | echo -tc action $active * $me $1-
alias describe !.describe $$1- | echo -tc action $1 * $me $2-

#110917 15/02/05 01:41 PM
D
deepee
deepee
D
It doesn't do anything I'm afraid.

/edit: @mentality

/edit2: right, solution 2 works just fine, thanks. smile

Page 2 of 2 1 2

Link Copied to Clipboard