diff options
Diffstat (limited to 'memoserv.c')
-rw-r--r-- | memoserv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/memoserv.c b/memoserv.c index ab87c1c62..2e39f4425 100644 --- a/memoserv.c +++ b/memoserv.c @@ -1298,7 +1298,7 @@ void rsend_notify(User * u, Memo * m, const char *chan) } /* Send notification */ - memo_send(u, m->sender, text, 0); + memo_send(u, m->sender, text, 2); /* Notify recepient of the memo that a notification has been sent to the sender */ |