| View previous topic :: View next topic |
| Author |
Message |
dandenison84
Joined: 30 Dec 2011 Posts: 39
|
Posted: Mon Jan 23, 2012 6:26 pm Post subject: gag and newlines |
|
|
#action {%1 CHATS %2}
{
#line log $chatlog {%0};
#line gag;
} {9};
This works just fine, except I get a blank newline whenever there is a chat message in the main window. putting the gag before the #line doesn't make any diff.
Is there someway I can block the newline? |
|
| Back to top |
|
 |
Scandum Site Admin
Joined: 03 Dec 2004 Posts: 3281
|
Posted: Mon Jan 23, 2012 11:01 pm Post subject: |
|
|
It's probably the blank line before the prompt. Some MUDs have config options to remove it.
If all else fails you can try #gag {^$} |
|
| Back to top |
|
 |
dandenison84
Joined: 30 Dec 2011 Posts: 39
|
Posted: Tue Jan 24, 2012 6:50 am Post subject: |
|
|
| Thanks, I'll give it a go. |
|
| Back to top |
|
 |
|