Public Member Functions | |
ExtMode (char mc, int ty, bool oper, int p_on, int p_off) | |
Public Attributes | |
char | modechar |
int | type |
int | params_when_on |
int | params_when_off |
bool | needsoper |
bool | list |
|
Definition at line 175 of file modules.cpp.
00175 : modechar(mc), type(ty), needsoper(oper), params_when_on(p_on), params_when_off(p_off) { }; |
|
Definition at line 174 of file modules.cpp. |
|
Definition at line 169 of file modules.cpp. |
|
Definition at line 173 of file modules.cpp. |
|
Definition at line 172 of file modules.cpp. |
|
Definition at line 171 of file modules.cpp. |
|
Definition at line 170 of file modules.cpp. |