Introduction
Introduction Statistics Contact Development Disclaimer Help
fixed part message - sic - simple irc client
git clone git://git.suckless.org/sic
Log
Files
Refs
README
LICENSE
---
commit 93842a5fe06992cb0738db02fe20f67d83f1849b
parent 1f1228547cbfa796a84d8e461fff09ac8f50752d
Author: Anselm R. Garbe <[email protected]>
Date: Thu, 8 Feb 2007 15:10:47 +0100
fixed part message
Diffstat:
M sic.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/sic.c b/sic.c
@@ -74,7 +74,7 @@ parsein(char *msg) {
if(!strncmp(msg + 1, "j ", 2) && (msg[3] == '#'))
snprintf(bufout, sizeof bufout, "JOIN %s\r\n", &msg[3]);
else if(!strncmp(msg + 1, "l ", 2))
- snprintf(bufout, sizeof bufout, "PART %s :sic - 300 LOC are to…
+ snprintf(bufout, sizeof bufout, "PART %s :sic - 250 LOC are to…
else if(!strncmp(msg + 1, "m ", 2)) {
if((p = strchr(&msg[3], ' ')))
*(p++) = 0;
You are viewing proxied material from suckless.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.