]> jfr.im git - irc/quakenet/newserv.git/blobdiff - core/main.c
CHANSERV: remove E type escapes
[irc/quakenet/newserv.git] / core / main.c
index dfbd7dfe234c366800d6edd1b20cc26e48870219..a9adc188bc0dad1cb0ccd34ed7d23a2b3c81b0e2 100644 (file)
@@ -67,6 +67,7 @@ int main(int argc, char **argv) {
 
   /* Loading the modules will bring in the bulk of the code */
   initmodules();
+  signal(SIGPIPE, SIG_IGN);
   signal(SIGINT, siginthandler);
   signal(SIGUSR1, sigusr1handler);
   signal(SIGHUP, sighuphandler);