]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/inspircd.h
Report invalid command name when invalid command is given in negotiation phase
[user/henk/code/inspircd.git] / include / inspircd.h
index dfc36a720b4b6734639c144daa9ee52f24c6738e..8c897305f074cb43c9533a7fe4374468d6dc1a63 100644 (file)
@@ -245,9 +245,8 @@ class InspIRCd : public classbase
        void Start();
 
        /** Set up the signal handlers
-        * @param SEGVHandler create a handler for segfaults (deprecated)
         */
-       void SetSignals(bool SEGVHandler);
+       void SetSignals();
 
        /** Daemonize the ircd and close standard input/output streams
         * @return True if the program daemonized succesfully