diff options
author | Adam <Adam@anope.org> | 2010-12-23 18:39:54 -0500 |
---|---|---|
committer | Adam <Adam@anope.org> | 2010-12-23 18:39:54 -0500 |
commit | 3009540a00d392912affea5f2545134e2f657c01 (patch) | |
tree | 15be0334f0d50dd67e0ce86e4e9f6ea273225ae3 /include/language.h | |
parent | 265006b69176e1d8130284c63bcb50a1b67a426f (diff) |
Rewrote the ignore code. Adds creator and reason to /os ignore list.
Diffstat (limited to 'include/language.h')
-rw-r--r-- | include/language.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/language.h b/include/language.h index 4b04028f9..e40b93432 100644 --- a/include/language.h +++ b/include/language.h @@ -998,9 +998,6 @@ enum LanguageString OPER_SZLINE_VIEW_HEADER, OPER_SZLINE_CLEAR, OPER_SET_SYNTAX, - OPER_SET_IGNORE_ON, - OPER_SET_IGNORE_OFF, - OPER_SET_IGNORE_ERROR, OPER_SET_READONLY_ON, OPER_SET_READONLY_OFF, OPER_SET_READONLY_ERROR, @@ -1458,7 +1455,6 @@ enum LanguageString OPER_HELP_SET_DEBUG, OPER_HELP_SET_NOEXPIRE, OPER_HELP_SET_SUPERADMIN, - OPER_HELP_SET_IGNORE, OPER_HELP_SET_LIST, OPER_HELP_NOOP, OPER_HELP_JUPE, |