summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/memoserv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/memoserv.c b/src/memoserv.c
index a1255f5bc..0b32cff83 100644
--- a/src/memoserv.c
+++ b/src/memoserv.c
@@ -611,7 +611,7 @@ static int read_memo(User * u, int index, MemoInfo * mi, const char *chan)
m->flags &= ~MF_UNREAD;
/* Check if a receipt notification was requested */
- if (m->flags && MF_RECEIPT) {
+ if (m->flags & MF_RECEIPT) {
rsend_notify(u, m, chan);
}