From 599760ac5c011c9ffc1515264ad08ca7dea98b44 Mon Sep 17 00:00:00 2001 From: erdgeist <> Date: Sun, 1 Feb 2004 15:37:21 +0000 Subject: Bell on PM // Match username && username: --- vchat-protocol.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'vchat-protocol.c') diff --git a/vchat-protocol.c b/vchat-protocol.c index 4d1f333..a78d587 100755 --- a/vchat-protocol.c +++ b/vchat-protocol.c @@ -385,7 +385,7 @@ pmnotsent (unsigned char *message) { while(*message && *message!=' ') message++; snprintf(tmpstr,TMPSTRSIZE,getformatstr(FS_ERR),message+1); - writepriv( tmpstr); + writepriv( tmpstr, 0); } @@ -935,7 +935,7 @@ parsemsg (unsigned char *message) str2++; if (str2[0] == ' ') str2++; snprintf(tmpstr,TMPSTRSIZE,getformatstr(FS_RXPRIVMSG),str1,str2); - writepriv (tmpstr); + writepriv (tmpstr, 1); ul_msgfrom(str1); } /* message starts with a number? must be a servermessage */ -- cgit v1.2.3