summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Changes1
-rw-r--r--Changes.lang1
-rw-r--r--lang/cat.l6
-rw-r--r--lang/de.l6
-rw-r--r--lang/en_us.l6
-rw-r--r--lang/es.l6
-rw-r--r--lang/fr.l6
-rw-r--r--lang/gr.l6
-rw-r--r--lang/hun.l6
-rw-r--r--lang/it.l6
-rw-r--r--lang/nl.l6
-rw-r--r--lang/pl.l6
-rw-r--r--lang/pt.l6
-rw-r--r--lang/ru.l6
-rw-r--r--lang/tr.l6
-rw-r--r--src/operserv.c1
-rw-r--r--version.log6
17 files changed, 86 insertions, 1 deletions
diff --git a/Changes b/Changes
index 24c6e4179..e39c2622e 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,7 @@ Anope Version S V N
-------------------
Provided by Anope Dev. <dev@anope.org> - 2005
01/16 A Ulines Servers are now except from NOJOIN bans [#281]
+01/16 F Help for /OS SET IGNORE. [#271]
01/16 F Updated language files to show the correct vhost character [#278]
01/16 F Disables UseRDB when MysqlSecure is enabled [#276]
01/16 F BS bots no longer flood resetting modes if its the same mode. [#263]
diff --git a/Changes.lang b/Changes.lang
index a63103348..9c17b0e9c 100644
--- a/Changes.lang
+++ b/Changes.lang
@@ -1,6 +1,7 @@
Anope Version S V N
-------------------
*** New Strings:
+ OPER_HELP_SET_IGNORE
*** Mod Strings:
HOST_OFF_UNREAL
*** Del Strings:
diff --git a/lang/cat.l b/lang/cat.l
index 2746fba20..1c3511332 100644
--- a/lang/cat.l
+++ b/lang/cat.l
@@ -5649,6 +5649,12 @@ OPER_HELP_SET_SQL
be used to disable and enable SQL should your SQL server go down
while services are running.
+OPER_HELP_SET_IGNORE
+ Syntax: SET IGNORE {ON | OFF}
+
+ Setting this will toggle Anope's usage of the IGNORE system
+ on or off.
+
OPER_HELP_SET_LIST
Syntax: SET LIST
diff --git a/lang/de.l b/lang/de.l
index e87a69b7a..652389762 100644
--- a/lang/de.l
+++ b/lang/de.l
@@ -5850,6 +5850,12 @@ OPER_HELP_SET_SQL
be used to disable and enable SQL should your SQL server go down
while services are running.
+OPER_HELP_SET_IGNORE
+ Syntax: SET IGNORE {ON | OFF}
+
+ Setting this will toggle Anope's usage of the IGNORE system
+ on or off.
+
OPER_HELP_SET_LIST
Syntax: SET LIST
diff --git a/lang/en_us.l b/lang/en_us.l
index 5c686d99d..ef44b1c4e 100644
--- a/lang/en_us.l
+++ b/lang/en_us.l
@@ -5419,6 +5419,12 @@ OPER_HELP_SET_SQL
be used to disable and enable SQL should your SQL server go down
while services are running.
+OPER_HELP_SET_IGNORE
+ Syntax: SET IGNORE {ON | OFF}
+
+ Setting this will toggle Anope's usage of the IGNORE system
+ on or off.
+
OPER_HELP_SET_LIST
Syntax: SET LIST
diff --git a/lang/es.l b/lang/es.l
index 5b703da66..23286aa5e 100644
--- a/lang/es.l
+++ b/lang/es.l
@@ -5630,6 +5630,12 @@ OPER_HELP_SET_SQL
be used to disable and enable SQL should your SQL server go down
while services are running.
+OPER_HELP_SET_IGNORE
+ Syntax: SET IGNORE {ON | OFF}
+
+ Setting this will toggle Anope's usage of the IGNORE system
+ on or off.
+
OPER_HELP_SET_LIST
Syntax: SET LIST
diff --git a/lang/fr.l b/lang/fr.l
index 902812f80..abcbe9cb9 100644
--- a/lang/fr.l
+++ b/lang/fr.l
@@ -5674,6 +5674,12 @@ OPER_HELP_SET_SQL
be used to disable and enable SQL should your SQL server go down
while services are running.
+OPER_HELP_SET_IGNORE
+ Syntax: SET IGNORE {ON | OFF}
+
+ Setting this will toggle Anope's usage of the IGNORE system
+ on or off.
+
OPER_HELP_SET_LIST
Syntax: SET LIST
diff --git a/lang/gr.l b/lang/gr.l
index 1c1d4cd21..343c6adf1 100644
--- a/lang/gr.l
+++ b/lang/gr.l
@@ -5548,6 +5548,12 @@ OPER_HELP_SET_SQL
be used to disable and enable SQL should your SQL server go down
while services are running.
+OPER_HELP_SET_IGNORE
+ Syntax: SET IGNORE {ON | OFF}
+
+ Setting this will toggle Anope's usage of the IGNORE system
+ on or off.
+
OPER_HELP_SET_LIST
Syntax: SET LIST
diff --git a/lang/hun.l b/lang/hun.l
index 7d71df455..2a82088c9 100644
--- a/lang/hun.l
+++ b/lang/hun.l
@@ -5443,6 +5443,12 @@ OPER_HELP_SET_SQL
be used to disable and enable SQL should your SQL server go down
while services are running.
+OPER_HELP_SET_IGNORE
+ Syntax: SET IGNORE {ON | OFF}
+
+ Setting this will toggle Anope's usage of the IGNORE system
+ on or off.
+
OPER_HELP_SET_LIST
Syntax: SET LIST
diff --git a/lang/it.l b/lang/it.l
index a0f811efc..f2756b624 100644
--- a/lang/it.l
+++ b/lang/it.l
@@ -5695,6 +5695,12 @@ OPER_HELP_SET_SQL
be used to disable and enable SQL should your SQL server go down
while services are running.
+OPER_HELP_SET_IGNORE
+ Syntax: SET IGNORE {ON | OFF}
+
+ Setting this will toggle Anope's usage of the IGNORE system
+ on or off.
+
OPER_HELP_SET_LIST
Syntax: SET LIST
diff --git a/lang/nl.l b/lang/nl.l
index 70ca76c14..e0edb8aea 100644
--- a/lang/nl.l
+++ b/lang/nl.l
@@ -5570,6 +5570,12 @@ OPER_HELP_SET_SQL
verkeer worden uitgezet als de SQL server onbereikbaar wordt
terwijl services nog draaien.
+OPER_HELP_SET_IGNORE
+ Syntax: SET IGNORE {ON | OFF}
+
+ Setting this will toggle Anope's usage of the IGNORE system
+ on or off.
+
OPER_HELP_SET_LIST
Gebruik: SET LIST
diff --git a/lang/pl.l b/lang/pl.l
index 89f473d0b..2ae2597ac 100644
--- a/lang/pl.l
+++ b/lang/pl.l
@@ -5994,6 +5994,12 @@ OPER_HELP_SET_SQL
be used to disable and enable SQL should your SQL server go down
while services are running.
+OPER_HELP_SET_IGNORE
+ Syntax: SET IGNORE {ON | OFF}
+
+ Setting this will toggle Anope's usage of the IGNORE system
+ on or off.
+
OPER_HELP_SET_LIST
Syntax: SET LIST
diff --git a/lang/pt.l b/lang/pt.l
index 9a18109a3..eccdc7f32 100644
--- a/lang/pt.l
+++ b/lang/pt.l
@@ -5334,6 +5334,12 @@ OPER_HELP_SET_SQL
be used to disable and enable SQL should your SQL server go down
while services are running.
+OPER_HELP_SET_IGNORE
+ Syntax: SET IGNORE {ON | OFF}
+
+ Setting this will toggle Anope's usage of the IGNORE system
+ on or off.
+
OPER_HELP_SET_LIST
Syntax: SET LIST
diff --git a/lang/ru.l b/lang/ru.l
index 87361f86b..603f5cddc 100644
--- a/lang/ru.l
+++ b/lang/ru.l
@@ -5467,6 +5467,12 @@ OPER_HELP_SET_SQL
be used to disable and enable SQL should your SQL server go down
while services are running.
+OPER_HELP_SET_IGNORE
+ Syntax: SET IGNORE {ON | OFF}
+
+ Setting this will toggle Anope's usage of the IGNORE system
+ on or off.
+
OPER_HELP_SET_LIST
Syntax: SET LIST
diff --git a/lang/tr.l b/lang/tr.l
index c6daa9658..1303717ae 100644
--- a/lang/tr.l
+++ b/lang/tr.l
@@ -5498,6 +5498,12 @@ OPER_HELP_SET_SQL
be used to disable and enable SQL should your SQL server go down
while services are running.
+OPER_HELP_SET_IGNORE
+ Syntax: SET IGNORE {ON | OFF}
+
+ Setting this will toggle Anope's usage of the IGNORE system
+ on or off.
+
OPER_HELP_SET_LIST
Syntax: SET LIST
diff --git a/src/operserv.c b/src/operserv.c
index 11fe65219..2fdec586a 100644
--- a/src/operserv.c
+++ b/src/operserv.c
@@ -174,6 +174,7 @@ void moduleAddOperServCmds(void) {
c = createCommand("SET LOGCHAN", NULL, NULL,OPER_HELP_SET_LOGCHAN, -1,-1,-1,-1); addCoreCommand(OPERSERV,c);
c = createCommand("SET DEBUG", NULL, NULL,OPER_HELP_SET_DEBUG, -1,-1,-1,-1); addCoreCommand(OPERSERV,c);
c = createCommand("SET NOEXPIRE", NULL, NULL,OPER_HELP_SET_NOEXPIRE, -1,-1,-1,-1); addCoreCommand(OPERSERV,c);
+ c = createCommand("SET IGNORE", NULL, NULL,OPER_HELP_SET_IGNORE, -1,-1,-1,-1); addCoreCommand(OPERSERV,c);
c = createCommand("SET SUPERADMIN", NULL, NULL,OPER_HELP_SET_SUPERADMIN, -1,-1,-1,-1); addCoreCommand(OPERSERV,c);
#ifdef USE_MYSQL
c = createCommand("SET SQL", NULL, NULL,OPER_HELP_SET_SQL, -1,-1,-1,-1); addCoreCommand(OPERSERV,c);
diff --git a/version.log b/version.log
index 53e51013a..a6ed145ae 100644
--- a/version.log
+++ b/version.log
@@ -8,10 +8,14 @@
VERSION_MAJOR="1"
VERSION_MINOR="7"
VERSION_PATCH="7"
-VERSION_BUILD="545"
+VERSION_BUILD="546"
# $Log$
#
+# BUILD : 1.7.7 (546)
+# BUGS : 271
+# NOTES : Help for /OS HELP SET IGNORE.
+#
# BUILD : 1.7.7 (545)
# BUGS : 278
# NOTES : On vhost unset show the correct vhost character