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-protocol.c | |
| parent | 00c4316e69b9a61a7fe8eb7d06247d491055d10e (diff) | |
Bell on PM // Match username && username:
Diffstat (limited to 'vchat-protocol.c')
| -rwxr-xr-x | vchat-protocol.c | 4 |
1 files changed, 2 insertions, 2 deletions
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) | |||
| 385 | { | 385 | { |
| 386 | while(*message && *message!=' ') message++; | 386 | while(*message && *message!=' ') message++; |
| 387 | snprintf(tmpstr,TMPSTRSIZE,getformatstr(FS_ERR),message+1); | 387 | snprintf(tmpstr,TMPSTRSIZE,getformatstr(FS_ERR),message+1); |
| 388 | writepriv( tmpstr); | 388 | writepriv( tmpstr, 0); |
| 389 | 389 | ||
| 390 | } | 390 | } |
| 391 | 391 | ||
| @@ -935,7 +935,7 @@ parsemsg (unsigned char *message) | |||
| 935 | str2++; | 935 | str2++; |
| 936 | if (str2[0] == ' ') str2++; | 936 | if (str2[0] == ' ') str2++; |
| 937 | snprintf(tmpstr,TMPSTRSIZE,getformatstr(FS_RXPRIVMSG),str1,str2); | 937 | snprintf(tmpstr,TMPSTRSIZE,getformatstr(FS_RXPRIVMSG),str1,str2); |
| 938 | writepriv (tmpstr); | 938 | writepriv (tmpstr, 1); |
| 939 | ul_msgfrom(str1); | 939 | ul_msgfrom(str1); |
| 940 | } | 940 | } |
| 941 | /* message starts with a number? must be a servermessage */ | 941 | /* message starts with a number? must be a servermessage */ |
