projects
/
okuu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b39a1d1
)
i hope it works
author
Nishi
<nishi@nishi.boats>
Wed, 11 Sep 2024 16:08:33 +0000
(16:08 +0000)
committer
Nishi
<nishi@nishi.boats>
Wed, 11 Sep 2024 16:08:33 +0000
(16:08 +0000)
git-svn-id: file:///raid/svn-personal/okuu/trunk@12
7d206d2a
-66c2-044b-96de-
ba755a9b3ba8
Bot/bot.c
patch
|
blob
|
history
diff --git
a/Bot/bot.c
b/Bot/bot.c
index 4ff0b0abdd1b4cbc56c56e75e73c2a62e20db3fb..8da91cb2558aa40f639a3b5c586c7437c13ff65b 100644
(file)
--- a/
Bot/bot.c
+++ b/
Bot/bot.c
@@
-42,7
+42,7
@@
extern int ircport;
int ok_sock;
struct sockaddr_in ok_addr;
-void ok_close(int sock) { close(sock); }
+void ok_close(int sock) {
shutdown(sock, SHUT_RDWR);
close(sock); }
void ok_bot_kill(int sig) {
fprintf(stderr, "Shutdown\n");