diff options
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); |
