Stop adding tearline

This commit is contained in:
Michiel Broek 2004-08-30 13:17:36 +00:00
parent f2090c5f0a
commit 87f7c526de
2 changed files with 1 additions and 2 deletions

View File

@ -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

View File

@ -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);