summaryrefslogtreecommitdiff
path: root/docs/helpop.conf.example
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2004-05-15 12:08:56 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2004-05-15 12:08:56 +0000
commit5b639d8e57e42922b51998085ffe368f4a9f9ff1 (patch)
treeda1582c56a4f94e5ad8339ded249a0c3ddd001dc /docs/helpop.conf.example
parent998f74743f4edf551feb136293ca8681de16a6ad (diff)
Added +N via m_nonicks, restored some stuff from a firewall fuckup
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@813 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'docs/helpop.conf.example')
-rw-r--r--docs/helpop.conf.example10
1 files changed, 8 insertions, 2 deletions
diff --git a/docs/helpop.conf.example b/docs/helpop.conf.example
index 3e129adeb..583108b23 100644
--- a/docs/helpop.conf.example
+++ b/docs/helpop.conf.example
@@ -280,7 +280,7 @@
line9="i Make the channel invite only, must /INVITE users"
line10="k [key] Set the channel key (password) to [key]"
line11="l [limit] Set the maximum possible users to [limit]"
- line12="m Enable moderation. Only +vo can speak"
+ line12="m Enable moderation. Only +vo(h) can speak"
line13="n Only users who are members of the channel may message it"
line14="p Make channel private (hide from /LIST)"
line15="s Make channel secret (can't be used at the same time as +p)"
@@ -291,6 +291,12 @@
line20="C No CTCPs allowed to the channel"
line21="c mIRC colour codes blocked on the channel"
line22="K No /KNOCK allowed to channel (if knock module is loaded)"
- line23="L [channel] If the channel is full, redirect users to [channel]">
+ line23="L [channel] If the channel is full, redirect users to [channel]"
+ line24="N No nickchanges while on the channel"
+ line25="-------------"
+ line26="NOTE: A large number of these modes are dependent upon server-side modules"
+ line27="being loaded by a server/network administrator. The actual modes available"
+ line28="on your network may be very different to this list. Please consult your"
+ line29="help channel if you have any questions.">