Stop adding tearline
This commit is contained in:
parent
f2090c5f0a
commit
87f7c526de
@ -46,6 +46,7 @@ v0.61.4 11-Aug-2004
|
||||
mbmsg:
|
||||
Fixed counter in log that should show the number of linked
|
||||
messages.
|
||||
With the post command no tearline is added anymore.
|
||||
|
||||
mbsebbs:
|
||||
The exec_nosuid function for doors now also has a extra small
|
||||
|
@ -236,8 +236,6 @@ int Post(char *To, long Area, char *Subj, char *File, char *Flavor)
|
||||
* Finish the message
|
||||
*/
|
||||
aka = calloc(40, sizeof(char));
|
||||
MsgText_Add2((char *)"");
|
||||
MsgText_Add2(TearLine());
|
||||
|
||||
if (msgs.Aka.point)
|
||||
sprintf(aka, "(%d:%d/%d.%d)", msgs.Aka.zone, msgs.Aka.net, msgs.Aka.node, msgs.Aka.point);
|
||||
|
Reference in New Issue
Block a user