summaryrefslogtreecommitdiffstats
path: root/mbbsd
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd')
-rw-r--r--mbbsd/edit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/edit.c b/mbbsd/edit.c
index 7e499d3e..34ab3488 100644
--- a/mbbsd/edit.c
+++ b/mbbsd/edit.c
@@ -1040,7 +1040,7 @@ addsignature(FILE * fp, int ifuseanony)
") \n¡» From: %s\n", fromhost);
return;
}
- if (ifuseanony) {
+ if (!ifuseanony) {
num = showsignature(fpath, &i);
if (num){
msg[34] = ch = isdigit(cuser.signature) ? cuser.signature : 'X';