diff options
author | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-09-26 17:04:39 +0000 |
---|---|---|
committer | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-09-26 17:04:39 +0000 |
commit | cae372d1ebfa1469f1c654cc831435ab00e6c256 (patch) | |
tree | fc8f87bffd45458d4ef3b804a402d60a990a9fb0 /include/inspircd.h | |
parent | 5334998f271f3d4f6f5d2fc026417ee799d61a8b (diff) |
Remove deprecated -nolimit and -notraceback options
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5338 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/inspircd.h')
-rw-r--r-- | include/inspircd.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/inspircd.h b/include/inspircd.h index dfc36a720..8c897305f 100644 --- a/include/inspircd.h +++ b/include/inspircd.h @@ -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 |