summaryrefslogtreecommitdiff
path: root/docs/FAQ
diff options
context:
space:
mode:
authorrob rob@31f1291d-b8d6-0310-a050-a5561fc1590b <rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864>2005-05-02 19:02:12 +0000
committerrob rob@31f1291d-b8d6-0310-a050-a5561fc1590b <rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864>2005-05-02 19:02:12 +0000
commite0583918834a3f8683e430adf3923ea89d2a449a (patch)
treeff36ada734c3874d3be1a806e3a2b994386b54ed /docs/FAQ
parent49491770383e66f1b8074d8b0f80026e3086e9d8 (diff)
BUILD : 1.7.8 (753) BUGS : N/a NOTES : Merged anope-dev with trunk
git-svn-id: svn://svn.anope.org/anope/trunk@753 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@516 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'docs/FAQ')
-rw-r--r--docs/FAQ20
1 files changed, 20 insertions, 0 deletions
diff --git a/docs/FAQ b/docs/FAQ
index 7addb9910..8143987d2 100644
--- a/docs/FAQ
+++ b/docs/FAQ
@@ -95,6 +95,8 @@ List of Questions
34) How to auto voice all those whom join my #channel?
+35) How can i enable the OperServ RAW command?
+
List of answers
---------------
@@ -396,3 +398,21 @@ List of answers
/cs set #channel secure off
/cs set #channel xop off
/cs levels #channel set AUTOVOICE -1
+
+35) How can i enable the OperServ RAW command?
+
+ Enabling the OperServ RAW command is VERY dangerous and should
+ never be done on a real network without thinking about it very
+ well first. The RAW command can easily break your whole network
+ if used incorrectly, and thus you will receive NO SUPPORT if you
+ enable RAW on your network.
+
+ Before you enable RAW, be very sure you really want to enable it,
+ and keep in mind that you will NOT BE ABLE to receive ANY SUPPORT
+ anymore, because Anope's stability cannot be guaranteed if RAW is
+ enabled.
+
+ The RAW command comes bundled as a core module for operserv. To
+ load it, add the os_raw module to the list of OperServ core
+ modules. But be sure to keep in mind that when you enable the RAW
+ command, you CANNOT GET ANY SUPPORT for Anope anymore.