From WikiChip
Difference between revisions of "mirc/identifiers/$knick"
m (PatrolBot moved page $knick identifier - mIRC to mirc/identifiers/$knick: per new naming convention) |
m |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
− | The '''$knick''' identifier refers to the nickname of a user who has been kicked from a channel. This can also be the local mIRC client nickname if an [[On me - mIRC|ON ME]] kick event is being monitored. | + | {{mirc title|$knick Identifier}}The '''$knick''' identifier refers to the nickname of a user who has been kicked from a channel. This can also be the local mIRC client nickname if an [[On me - mIRC|ON ME]] kick event is being monitored. |
+ | |||
== Synopsis == | == Synopsis == | ||
Line 20: | Line 21: | ||
{{mIRC compatibility|2.1a}} | {{mIRC compatibility|2.1a}} | ||
− | == See | + | == See also == |
* [[On ban - mIRC|ON BAN]] | * [[On ban - mIRC|ON BAN]] | ||
* [[On join - mIRC|ON JOIN]] | * [[On join - mIRC|ON JOIN]] | ||
Line 29: | Line 30: | ||
{{mIRC identifier list}} | {{mIRC identifier list}} | ||
− | [[Category: | + | [[Category:mIRC identifiers|knick]] |
Latest revision as of 16:09, 20 September 2017
Commands & Identifiers
Basics
Events
Matching Tools
Data Storage
Control Structures
GUI Scripting
Sockets
Advanced Scripting
Additional Resources
Security
Other
The $knick identifier refers to the nickname of a user who has been kicked from a channel. This can also be the local mIRC client nickname if an ON ME kick event is being monitored.
Synopsis[edit]
$knick
Parameters[edit]
None
Example[edit]
Send a notice to a kicked user with information about the kick:
ON *:KICK:#: { .notice $knick You were kicked from $chan by $nick for the following reason: $iif($1-,$1-,No reason given) }
The following is an example of the above code:
You were kicked from #BreakingBad by WalterWhite for the following reason: Stop mass-highlighting!
Compatibility[edit]
Added: mIRC v2.1a
Added on: 28 Feb 1995
Note: Unless otherwise stated, this was the date of original functionality.
Further enhancements may have been made in later versions.
See also[edit]
mIRC identifier list