From WikiChip
Difference between revisions of "mirc/commands/dline"
m |
m (Bot: Adding a template) |
||
Line 49: | Line 49: | ||
* [[/sline command - mIRC|/sline]] | * [[/sline command - mIRC|/sline]] | ||
* [[/window command - mIRC|/window]] | * [[/window command - mIRC|/window]] | ||
+ | {{mIRC command list}} | ||
− | [[Category: | + | [[Category:MIRC commands]] |
Revision as of 20:31, 3 July 2014
The dline command is used to delete lines of text from a custom window.
Synopsis
/dline <@name> <N[-N2]>
Switches
- -h - Highlights the window's node in the treebar if the window is minimized
- -l - Specify the action to take place on the side-listbox
Parameters
- <@name> - The name of the window
- <N[-N2]> - The range to be deleted, (negative values are NOT accepted)
Example
Alias Example { ;open a desktop custom window (listbox and with an editbox) Window -lde @Foo ;Add a line, line colored in yellow (8) Aline 8 @Foo Line A ;Add a line, color Dark Green (3), selected, clear old selection (x3) Aline -s 3 @Foo Line B Aline -s 3 @Foo Line C Aline -s 3 @Foo Line D ;Delete line 2 and 3 with range 2-3, only A D remain Dline @Foo 2-3 }
Compatibility
Added: mIRC v5.0
Added On: 02/04/97
Note: Individual switches were not taken into consideration.
See also
- List of commands
- List of identifiers
- $line
- $fline
- $sline
- /cline
- /dline
- /echo
- /iline
- /rline
- /sline
- /window
mIRC commands list