From WikiChip
$inpaste Identifier - mIRC
< mirc‎ | identifiers
Revision as of 19:28, 6 September 2015 by 83.204.154.100 (talk)

$inpaste returns $true if a user typed Control+V or Shift+Insert to paste text into an editbox, mainly useful when processing an on input event.

Synopsis

$inpaste

Paramters

None

Properties

None

Example

on *:input:*:{
echo -a $inpaste
}

Compatibility

Added: mIRC v5.8
Added on: 05 Sep 2000
Note: Unless otherwise stated, this was the date of original functionality.
Further enhancements may have been made in later versions.


See Also

on input $ctrlenter