Fixed @fgp token processing
This commit is contained in:
parent
8a72d0da3e
commit
b706f2ce90
@ -285,7 +285,7 @@ char* TokenXlat(int mode, char* input, GMsg* msg, GMsg* oldmsg, int __origarea)
|
|||||||
continue;
|
continue;
|
||||||
if(tokenxchg(dst, "@fname", strbtrim(strtmp(msg->By())), 34))
|
if(tokenxchg(dst, "@fname", strbtrim(strtmp(msg->By())), 34))
|
||||||
continue;
|
continue;
|
||||||
if(tokenxchg(dst, "fpgp", *msg->iorig ? msg->iorig : msg->By()))
|
if(tokenxchg(dst, "@fpgp", *msg->iorig ? msg->iorig : msg->By()))
|
||||||
continue;
|
continue;
|
||||||
if(tokenxchg(dst, "@ffname", strlword(msg->By())))
|
if(tokenxchg(dst, "@ffname", strlword(msg->By())))
|
||||||
continue;
|
continue;
|
||||||
|
Reference in New Issue
Block a user