m (Bot: Adding a template) |
Maroonbells (talk | contribs) m |
||
(4 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | {{ | + | {{mirc title|/linesep Command}} |
− | The '''/linesep | + | The '''/linesep''' command prints the line separator at a specified target. With no arguments, the line separator is printed to the active window. A line separator is only added if it would not be the first line and if the last line is not already the line separator.<br /> |
+ | The line separator can be changed by going into the options dialog (Alt+O) -> Other -> Line separator. If this option dialog shows the line separator is blank, /linesep does not add a blank line. You can also set the line separator to multiple characters like -/- and the entire string is used as the line separator. | ||
− | If your goal is to | + | If your goal is to simply enclose your text with a pair of line separator: |
Note that: | Note that: | ||
Line 10: | Line 11: | ||
== Synopsis == | == Synopsis == | ||
− | /linesep [window] | + | /linesep [ @window | #channel | query | -s | -a ] |
− | + | Note: default is -a if no parameter is used. | |
== Switches == | == Switches == | ||
* '''-s''' - Print the line separator in the status window | * '''-s''' - Print the line separator in the status window | ||
− | + | * '''-a''' - Print the line separator in the active window | |
+ | Note: This is an echo, so if active window is a -l listbox @window, the echo appears in Status Window. | ||
== Parameters == | == Parameters == | ||
* '''[window]''' - The target @window, #channel, or query | * '''[window]''' - The target @window, #channel, or query | ||
Line 34: | Line 36: | ||
; print another simple line | ; print another simple line | ||
aline @example Line B. | aline @example Line B. | ||
+ | |||
+ | The following /linesep command does nothing because the last line is already the line separator character. | ||
+ | //echo -a $readini($mircini,text,linesep) | /linesep -a | ||
+ | |||
}</syntaxhighlight> | }</syntaxhighlight> | ||
Line 47: | Line 53: | ||
{{mIRC command list}} | {{mIRC command list}} | ||
− | [[Category: | + | [[Category:mIRC commands|linesep command - mIRC]] |
Latest revision as of 23:17, 9 January 2018
The /linesep command prints the line separator at a specified target. With no arguments, the line separator is printed to the active window. A line separator is only added if it would not be the first line and if the last line is not already the line separator.
The line separator can be changed by going into the options dialog (Alt+O) -> Other -> Line separator. If this option dialog shows the line separator is blank, /linesep does not add a blank line. You can also set the line separator to multiple characters like -/- and the entire string is used as the line separator.
If your goal is to simply enclose your text with a pair of line separator:
Note that:
//linesep @x | echo @x Example Line. | linesep @x
Is equivalent to:
//echo -e @x Example Line.
Synopsis[edit]
/linesep [ @window | #channel | query | -s | -a ]
Note: default is -a if no parameter is used.
Switches[edit]
- -s - Print the line separator in the status window
- -a - Print the line separator in the active window
Note: This is an echo, so if active window is a -l listbox @window, the echo appears in Status Window.
Parameters[edit]
- [window] - The target @window, #channel, or query
Example[edit]
A simple line separator between two lines:
alias example { ; create our example window window -de @example -1 -1 400 400 ; print a simple line aline @example Line A. ; add a line separator linesep @example ; print another simple line aline @example Line B. The following /linesep command does nothing because the last line is already the line separator character. //echo -a $readini($mircini,text,linesep) | /linesep -a }
Compatibility[edit]
Added: mIRC v5.3
Added on: 13 Dec 1997
Note: Unless otherwise stated, this was the date of original functionality.
Further enhancements may have been made in later versions.