This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

Newline command for PUTDCC

Old posts that have not been replied to for several years.
Locked
X
Xerxes

Post by Xerxes »

How can I get the bot to display each of the commands listed here on a new line? I tried it with n, but nothing seems to work.

[example]
putdcc $idx "Line 1"
putdcc $idx ""
putdcc $idx "Line 2"
[/example]
p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

Try using

Code: Select all

putdcc $idx "commandr"
putdcc $idx "What ya know, another liner"
Locked