From WikiChip
Difference between revisions of "mirc/commands/tip"
< mirc‎ | commands

m (Bot: Automated text replacement (-<small>Note: Individual switches were not taken into consideration.</small> +))
(Compatibility)
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
{{mirc title|/tip Command}}
 
The '''/tip command''' can be used to change the text of an active balloon tip or close it instantly.
 
The '''/tip command''' can be used to change the text of an active balloon tip or close it instantly.
  
Line 31: Line 32:
  
 
== Compatibility ==
 
== Compatibility ==
Added:
+
{{mIRC compatibility|6.3}}
 
 
Added On:
 
 
 
 
 
  
 
== See also ==
 
== See also ==
Line 44: Line 41:
 
{{mIRC command list}}
 
{{mIRC command list}}
  
[[Category:MIRC commands]]
+
[[Category:mIRC commands|tip command - mIRC]]

Latest revision as of 07:21, 11 August 2019

The /tip command can be used to change the text of an active balloon tip or close it instantly.

Synopsis[edit]

/tip -c <name/N>
/tip -t <name/N> [text]

Switches[edit]

  • -c - Close the balloon tip
  • -t - change the tip's text

Parameters[edit]

  • <name/N> - The name or the Nth active balloon tip.
  • [text] - The new text for the tip.

Example[edit]

; /tip_countdown <seconds>
;
alias tip_countdown {
  ; create balloon tip
  noop $tip(counter, Count Down, x, $$1) 
  update_counter
}
alias update_counter {
  if ($tip(counter)) {
    var %seconds = $tip(counter).delay
    ; update the text
    tip -t counter %seconds $+(second, $iif(%seconds > 1, s),!)
    .timer -m 1 500 update_counter
  }
}

Compatibility[edit]

Added: mIRC v6.3
Added on: 16 Aug 2007
Note: Unless otherwise stated, this was the date of original functionality.
Further enhancements may have been made in later versions.


See also[edit]

[Expand]
v · d · e mIRC commands list