Project

General

Profile

Actions

$+ » History » Revision 1

Revision 1/3 | Next »
Per Amundsen, 08/14/2015 02:08 PM


Added in 1.9.0

$+

Used to combine two items to remove any spaces between them.

Example

; Combines your nick twice without any spaces.
//echo -ag $me $+ $me

$+(n1,...,nN)

Combines all of the specified parameters, the same as using $+ in between each item.

Parameters

n1,...,nN - Any number of items to combine.

Example

; Combine your nick multiple times without any spaces.
//echo -ag $+($me,$me,$me,$me,$me,$me,$me)

Updated by Per Amundsen over 8 years ago · 1 revisions

Also available in: PDF HTML TXT