mIRC Home    About    Download    Register    News    Help

Print Thread
Page 2 of 2 1 2
#110914 15/02/05 01:22 PM
Joined: Feb 2005
Posts: 8
D
Nutrimatic drinks dispenser
Offline
Nutrimatic drinks dispenser
D
Joined: Feb 2005
Posts: 8
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: 5,024
M
Hoopy frood
Offline
Hoopy frood
M
Joined: Jun 2003
Posts: 5,024
/help ON INPUT. Example:

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


Regards,


Mentality/Chris
#110916 15/02/05 01:40 PM
Joined: Feb 2004
Posts: 2,019
Hoopy frood
Offline
Hoopy frood
Joined: Feb 2004
Posts: 2,019
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-


Gone.
#110917 15/02/05 01:41 PM
Joined: Feb 2005
Posts: 8
D
Nutrimatic drinks dispenser
Offline
Nutrimatic drinks dispenser
D
Joined: Feb 2005
Posts: 8
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