Well, the bot as it is, already has A LOT of features and options, so adding a counter to all those remotes is not really handy.

Specifying all possible commands is also difficult, since the bot is changing constantly. Adding new features / removing others.

How about something like:
Code:
on *:TEXT:*:*:{
  if ($nick == $me) && (me.input == $false) {
     inc remote-counter
  }
}


I know the (me.input == $false) doesnt exist.
But is there a way to make this work?
It would be solution for this I think.