summaryrefslogtreecommitdiff
path: root/docs/BUGS
diff options
context:
space:
mode:
Diffstat (limited to 'docs/BUGS')
-rw-r--r--docs/BUGS5
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/BUGS b/docs/BUGS
index 898894af2..4474f2d7d 100644
--- a/docs/BUGS
+++ b/docs/BUGS
@@ -1,4 +1,4 @@
-Reported Bugs from Mantis: http://www.anope.org/bug
+Reported Bugs from Bugzilla: http://bugs.anope.org
===================================================
.- Strange Segfault on expiring nicknames. Almost arbitrary, very hard
@@ -13,3 +13,6 @@ Reported Bugs from Mantis: http://www.anope.org/bug
timed events (nick kills, database saving, etc.) until the next message
comes in from Services' uplink server.
+.- Due to the usage of execve() once we SIGHUP from the shell, we can only
+ do it once, after that execve() resets our signals.
+