Skip to content

Latest commit

 

History

History
14 lines (14 loc) · 503 Bytes

edit2.txt

File metadata and controls

14 lines (14 loc) · 503 Bytes
 
Nov 18, 2000
Nov 18, 2000
1
2
3
4
5
6
7
8
9
10
11
12
13
14
'E':if ((mso) and (lastname<>'')) then
editmessage(cn)
else begin
loadmhead(cn,mheader);
if ((mheader.fromi.usernum=usernum) and
(allcaps(mheader.fromi.real)=
allcaps(thisuser.realname))) then
editmessage(cn)
else begin
nl;
print('You didn''t post this message!');
nl;
end;
end;