summaryrefslogtreecommitdiff
path: root/sic.c
diff options
context:
space:
mode:
authorarg@wmii.de <unknown>2006-07-20 09:42:01 +0200
committerarg@wmii.de <unknown>2006-07-20 09:42:01 +0200
commit7bcfa1ee638ec367cf6ebaf3e61293e18e706941 (patch)
tree85a4483a202c197c4d0ca123a4a3e47e989aeb21 /sic.c
parentbb52356d1556e76bedc5a838263a99df64d6a759 (diff)
downloadcic-7bcfa1ee638ec367cf6ebaf3e61293e18e706941.tar.gz
small fix
Diffstat (limited to 'sic.c')
-rw-r--r--sic.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sic.c b/sic.c
index 1dac693..7199c14 100644
--- a/sic.c
+++ b/sic.c
@@ -328,7 +328,6 @@ main(int argc, char *argv[])
trespond = time(NULL);
}
if(FD_ISSET(0, &rd)) {
- fprintf(stdout, "%s> ", channel);
if(getline(0, sizeof(bufin), bufin) == -1) {
perror("sic: broken pipe");
exit(EXIT_FAILURE);