From 78a96055c428d1970ece93dfb01902ac0d1699bd Mon Sep 17 00:00:00 2001 From: brain Date: Sun, 4 Apr 2004 22:03:32 +0000 Subject: New documentation to document user/channel mode handling git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@380 e03df62e-2008-0410-955e-edbf42e46eb7 --- docs/module-doc/classExtMode.html | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) (limited to 'docs/module-doc/classExtMode.html') diff --git a/docs/module-doc/classExtMode.html b/docs/module-doc/classExtMode.html index 6ceacba06..805cd2f47 100644 --- a/docs/module-doc/classExtMode.html +++ b/docs/module-doc/classExtMode.html @@ -5,18 +5,18 @@

Public Member Functions | |
| ExtMode (char mc, int ty, bool d_on, int p_on, int p_off) | |
| ExtMode (char mc, int ty, bool oper, int p_on, int p_off) | |
Public Attributes | |
| char | modechar |
| int | type |
| bool | default_on |
| int | params_when_on |
| int | params_when_off |
| int | params_when_on |
| int | params_when_off |
| bool | needsoper |
@@ -40,7 +40,7 @@
Definition at line 25 of file modules.cpp.
-
00025 : modechar(mc), type(ty), default_on(d_on), params_when_on(p_on), params_when_off(p_off) { }; +00025 : modechar(mc), type(ty), needsoper(oper), params_when_on(p_on), params_when_off(p_off) { };
|
|
|
@@ -150,10 +150,10 @@ Definition at line 20 o
-Definition at line 24 of file modules.cpp. |
+Definition at line 23 of file modules.cpp.
|
@@ -174,7 +174,7 @@ Definition at line 24 o
-Definition at line 23 of file modules.cpp. |
+Definition at line 22 of file modules.cpp.
@@ -203,7 +203,7 @@ Definition at line 21 o
1.3-rc3
--
cgit v1.3.1-10-gc9f91