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-commands.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vchat-commands.c') diff --git a/vchat-commands.c b/vchat-commands.c index 7d41c0c..5f54733 100755 --- a/vchat-commands.c +++ b/vchat-commands.c @@ -178,7 +178,7 @@ privatemessagetx ( unsigned char *tail ) { /* show message in private window */ snprintf (tmpstr, TMPSTRSIZE, getformatstr(FS_TXPRIVMSG), tail, mesg); - writepriv (tmpstr); + writepriv (tmpstr, 0); /* note we messaged someone */ ul_msgto(tail); -- cgit v1.2.3