$nick (remote): Difference between revisions

From Scriptwiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
 
Line 9: Line 9:
== See Also ==  
== See Also ==  
* [[$nick (nick)|$nick]] Nick and Address Identifiers
* [[$nick (nick)|$nick]] Nick and Address Identifiers
* [[$anick]] Retruns your alternate nickname.
* [[$anick|$anick (Alternative nick)]]
* [[$opnick|$opnick (Opped nick)]]
* [[$vnick|$vnick (Voiced nick)]]
* [[$knick|$knick (Kicked nick)]]
* [[$bnick|$bnick (Banned nick)]]
 
[[Category:Remote Identifiers]]
[[Category:Remote Identifiers]]

Latest revision as of 07:20, 2 July 2007

Returns the nickname of the user associated with an event.

$nick

It has no parameters.

on *:text:*help*:#mIRC:{ msg $chan $nick hold your horses, I'm coming. }

See Also