diff options
author | erdgeist <> | 2004-02-01 15:37:21 +0000 |
---|---|---|
committer | erdgeist <> | 2004-02-01 15:37:21 +0000 |
commit | 599760ac5c011c9ffc1515264ad08ca7dea98b44 (patch) | |
tree | b92116102e8ff97f6dc1affee6a5a1e8ecf4e200 /vchat-commands.c | |
parent | 00c4316e69b9a61a7fe8eb7d06247d491055d10e (diff) |
Bell on PM // Match username && username:
Diffstat (limited to 'vchat-commands.c')
-rwxr-xr-x | vchat-commands.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 ) { | |||
178 | 178 | ||
179 | /* show message in private window */ | 179 | /* show message in private window */ |
180 | snprintf (tmpstr, TMPSTRSIZE, getformatstr(FS_TXPRIVMSG), tail, mesg); | 180 | snprintf (tmpstr, TMPSTRSIZE, getformatstr(FS_TXPRIVMSG), tail, mesg); |
181 | writepriv (tmpstr); | 181 | writepriv (tmpstr, 0); |
182 | 182 | ||
183 | /* note we messaged someone */ | 183 | /* note we messaged someone */ |
184 | ul_msgto(tail); | 184 | ul_msgto(tail); |