You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/faq.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,13 +25,13 @@ To launch InspIRCd when your system starts you should place the following line i
25
25
26
26
If your system uses systemd you may also use our included systemd unit files:
27
27
28
-
```sh
28
+
```shq
29
29
sudo systemctl enable inspircd.service
30
30
```
31
31
32
32
### I have found a bug where should I report it?
33
33
34
-
Security bugs should be emailed privately to an InspIRCd core developer. All other bugs should be reported on our [issue tracker](https://github.com/inspircd/inspircd/issues).
34
+
Security bugs should be sent privately to a maintainer [following our security policy](https://github.com/inspircd/inspircd/blob/insp4/.github/SECURITY.md). All other bugs should be reported on our [issue tracker](https://github.com/inspircd/inspircd/issues).
35
35
36
36
Please do not use IRC for reporting bugs as your report may be buried and forgotten about.
0 commit comments