Status screen addition

By B00zez on Nov 13, 2012

Just a small piece, i threw together! to allow you chat in status window. I find it good to help, with debugging your code, through status window. And of course, /debug -p @debug ;) very useful.

Simply add this, into your remotes section and enjoy.

on *:INPUT:*: { 
  if ($active == Status Window) && (($left($1,1) !isin $readini($mircini,text,commandchar)) || ($ctrlenter)) {
    echo -s $1-
    halt
  }
}

Comments

Sign in to comment.
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.