Introduction
Introduction Statistics Contact Development Disclaimer Help
use TOK_CMD more safely - ii - irc it, simple FIFO based irc client
git clone git://git.suckless.org/ii
Log
Files
Refs
README
LICENSE
---
commit e1af846735f8a7ff7acfd9ddacb7cfd8e494a998
parent 62963ef5b632876aa8604c83980ab27ddf911f4d
Author: [email protected] <unknown>
Date: Thu, 1 Feb 2007 11:04:47 +0100
use TOK_CMD more safely
Diffstat:
M ii.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/ii.c b/ii.c
@@ -351,7 +351,7 @@ static void proc_server_cmd(char *buf) {
} else if(!strncmp("PART", argv[TOK_CMD], 5)) {
snprintf(message, PIPE_BUF, "-!- %s(%s) has left %s", argv[TOK…
} else if(!strncmp("MODE", argv[TOK_CMD], 5))
- snprintf(message, PIPE_BUF, "-!- %s changed mode/%s -> %s %s",…
+ snprintf(message, PIPE_BUF, "-!- %s changed mode/%s -> %s %s",…
else if(!strncmp("QUIT", argv[TOK_CMD], 5))
snprintf(message, PIPE_BUF, "-!- %s(%s) has quit \"%s\"", argv…
else if(!strncmp("NICK", argv[TOK_CMD], 5))
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.