summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/Changes.lang2
-rw-r--r--lang/cat.l5
-rw-r--r--lang/de.l5
-rw-r--r--lang/en_us.l14
-rw-r--r--lang/es.l4
-rw-r--r--lang/fr.l5
-rw-r--r--lang/gr.l5
-rw-r--r--lang/hun.l5
-rw-r--r--lang/it.l5
-rw-r--r--lang/nl.l5
-rw-r--r--lang/pl.l5
-rw-r--r--lang/pt.l5
-rw-r--r--lang/ru.l5
-rw-r--r--lang/tr.l5
-rw-r--r--modules/core/cs_saset.cpp2
-rw-r--r--modules/core/cs_set_secure.cpp6
16 files changed, 75 insertions, 8 deletions
diff --git a/docs/Changes.lang b/docs/Changes.lang
index 718d083f1..85cec001d 100644
--- a/docs/Changes.lang
+++ b/docs/Changes.lang
@@ -58,11 +58,13 @@ Anope Version 1.9.3
CHAN_SASET_XOP
CHAN_HELP_CMD_SASET
CHAN_HELP_CMD_SASET_HEAD
+ CHAN_HELP_CMD_SASET_TAIL
*** Mod Strings:
BOT_HELP_KICK
NICK_GLIST_REPLY
NICK_RESETPASS_MESSAGE
+ CHAN_HELP_SET_SECUREFOUNDER
*** Del Strings:
NICK_GLIST_REPLY_ADMIN
diff --git a/lang/cat.l b/lang/cat.l
index 014e65d1e..9a98ad922 100644
--- a/lang/cat.l
+++ b/lang/cat.l
@@ -4277,6 +4277,11 @@ CHAN_HELP_SET_TAIL
Escriu %R%S HELP opció per més informació
sobre una opció en particular.
+CHAN_HELP_SASET_TAIL
+
+ Type %R%S HELP SASET option for more information on a
+ particular option.
+
CHAN_HELP_SET_FOUNDER
Sintaxis: %s canal FOUNDER nick
diff --git a/lang/de.l b/lang/de.l
index c9037a074..782f91e5f 100644
--- a/lang/de.l
+++ b/lang/de.l
@@ -4423,6 +4423,11 @@ CHAN_HELP_SET_TAIL
Tippe %R%S HELP Option für weitere Informationen
zu einem bestimmten Befehl.
+CHAN_HELP_SASET_TAIL
+
+ Type %R%S HELP SASET option for more information on a
+ particular option.
+
CHAN_HELP_SET_FOUNDER
Syntax: %s Channel FOUNDER Nickname
diff --git a/lang/en_us.l b/lang/en_us.l
index 1c6381bc8..8dcdb47a8 100644
--- a/lang/en_us.l
+++ b/lang/en_us.l
@@ -4228,6 +4228,11 @@ CHAN_HELP_SET_TAIL
Type %R%S HELP SET option for more information on a
particular option.
+CHAN_HELP_SASET_TAIL
+
+ Type %R%S HELP SASET option for more information on a
+ particular option.
+
CHAN_HELP_SET_FOUNDER
Syntax: %s channel FOUNDER nick
@@ -4274,8 +4279,8 @@ CHAN_HELP_SET_BANTYPE
CHAN_HELP_SET_KEEPTOPIC
Syntax: %s channel KEEPTOPIC {ON | OFF}
- Enables or disables the topic retention option for a
- channel. When topic retention is set, the topic for the
+ Enables or disables the topic retention option for a
+ channel. When topic retention is set, the topic for the
channel will be remembered by %S even after the
last user leaves the channel, and will be restored the
next time the channel is created.
@@ -4348,7 +4353,7 @@ CHAN_HELP_SET_SECURE
Syntax: %s channel SECURE {ON | OFF}
Enables or disables %S's security features for a
- channel. When SECURE is set, only users who have
+ channel. When SECURE is set, only users who have
registered their nicknames with %s and IDENTIFY'd
with their password will be given access to the channel
as controlled by the access list.
@@ -4366,7 +4371,8 @@ CHAN_HELP_SET_SECUREFOUNDER
Enables or disables the secure founder option for a channel.
When secure founder is set, only the real founder will be
able to drop the channel, change its password, its founder and its
- successor, and not those who are IDENTIFY'd with %S.
+ successor, and not those who have founder level access through
+ the access/qop command.
CHAN_HELP_SET_SIGNKICK
Syntax: %s channel SIGNKICK {ON | LEVEL | OFF}
diff --git a/lang/es.l b/lang/es.l
index d5f6fcb6b..ade7b9f54 100644
--- a/lang/es.l
+++ b/lang/es.l
@@ -4362,6 +4362,10 @@ CHAN_HELP_SET_TAIL
Tipea %R%S HELP opcion para mayor informacion
acerca de una opcion en particular.
+CHAN_HELP_SASET_TAIL
+ Type %R%S HELP SASET option for more information on a
+ particular option.
+
CHAN_HELP_SET_FOUNDER
Sintaxis: %s canal FOUNDER nick
diff --git a/lang/fr.l b/lang/fr.l
index a8544976d..c3283a140 100644
--- a/lang/fr.l
+++ b/lang/fr.l
@@ -4421,6 +4421,11 @@ CHAN_HELP_SET_TAIL
Tapez %R%S HELP SET option pour plus d'informations sur
une option particulière.
+CHAN_HELP_SASET_TAIL
+
+ Type %R%S HELP SASET option for more information on a
+ particular option.
+
CHAN_HELP_SET_FOUNDER
Syntaxe: %s canal FOUNDER pseudo
diff --git a/lang/gr.l b/lang/gr.l
index eb52cea25..28b385d75 100644
--- a/lang/gr.l
+++ b/lang/gr.l
@@ -4375,6 +4375,11 @@ CHAN_HELP_SET_TAIL
ÃñÜøå %R%S HELP åðéëïãÞ ãéá ðåñéóóüôåñåò ðëçñïöïñßåò
ãéá ôçí êÜèå åíôïëÞ.
+CHAN_HELP_SASET_TAIL
+
+ Type %R%S HELP SASET option for more information on a
+ particular option.
+
CHAN_HELP_SET_FOUNDER
Óýíôáîç: %s êáíÜëé FOUNDER øåõäþíõìï
diff --git a/lang/hun.l b/lang/hun.l
index 14821d3b2..a2e4ba2eb 100644
--- a/lang/hun.l
+++ b/lang/hun.l
@@ -4296,6 +4296,11 @@ CHAN_HELP_SET_TAIL
Írd be: %R%S HELP SET opció bõvebb információért az
adott opcióról.
+CHAN_HELP_SASET_TAIL
+
+ Type %R%S HELP SASET option for more information on a
+ particular option.
+
CHAN_HELP_SET_FOUNDER
Syntax: %s #szoba FOUNDER nick
diff --git a/lang/it.l b/lang/it.l
index ce770a18c..c33018f4f 100644
--- a/lang/it.l
+++ b/lang/it.l
@@ -4253,6 +4253,11 @@ CHAN_HELP_SET_TAIL
Digita %R%S HELP option per ottenere maggiori
informazioni su un comando specifico.
+CHAN_HELP_SASET_TAIL
+
+ Type %R%S HELP SASET option for more information on a
+ particular option.
+
CHAN_HELP_SET_FOUNDER
Sintassi: %s canale FOUNDER nick
diff --git a/lang/nl.l b/lang/nl.l
index 5450e9796..d3c53ca85 100644
--- a/lang/nl.l
+++ b/lang/nl.l
@@ -4336,6 +4336,11 @@ CHAN_HELP_SET_TAIL
Type %R%S HELP option voor meer informatie over een
specifieke optie.
+CHAN_HELP_SASET_TAIL
+
+ Type %R%S HELP SASET option for more information on a
+ particular option.
+
CHAN_HELP_SET_FOUNDER
Gebruik: %s kanaal FOUNDER nick
diff --git a/lang/pl.l b/lang/pl.l
index 9f9065b69..50c4b5241 100644
--- a/lang/pl.l
+++ b/lang/pl.l
@@ -5338,6 +5338,11 @@ CHAN_HELP_SET_TAIL
Aby uzyskaæ wiêcej informacji o danej opcji wpisz:
%R%S HELP SET opcja
+CHAN_HELP_SASET_TAIL
+
+ Type %R%S HELP SASET option for more information on a
+ particular option.
+
CHAN_HELP_SET_FOUNDER
Sk³adnia: %s kana³ FOUNDER nick
diff --git a/lang/pt.l b/lang/pt.l
index 250fed2ea..f94ca74dc 100644
--- a/lang/pt.l
+++ b/lang/pt.l
@@ -4253,6 +4253,11 @@ CHAN_HELP_SET_TAIL
Digite %R%S HELP SET opção para maiores informações
sobre uma opção em particular.
+CHAN_HELP_SASET_TAIL
+
+ Type %R%S HELP SASET option for more information on a
+ particular option.
+
CHAN_HELP_SET_FOUNDER
Sintaxe: %s canal FOUNDER nick
diff --git a/lang/ru.l b/lang/ru.l
index a4e1ec86a..daa809186 100644
--- a/lang/ru.l
+++ b/lang/ru.l
@@ -4316,6 +4316,11 @@ CHAN_HELP_SET_TAIL
Äëÿ áîëåå ïîäðîáíîé èíôîðìàöèè î êàêîé-ëèáî êîíêðåòíîé îïöèè, ñì.
ñïðàâêó ïî %R%S HELP îïöèÿ
+CHAN_HELP_SASET_TAIL
+
+ Type %R%S HELP SASET option for more information on a
+ particular option.
+
CHAN_HELP_SET_FOUNDER
Ñèíòàêñèñ: %s #êàíàë FOUNDER íèê
diff --git a/lang/tr.l b/lang/tr.l
index 992649ee5..88095efeb 100644
--- a/lang/tr.l
+++ b/lang/tr.l
@@ -4362,6 +4362,11 @@ CHAN_HELP_SET_TAIL
Belirli bir özellik hakkýnda daha fazla bilgi için
%R%S HELP özellik yazýn.
+CHAN_HELP_SASET_TAIL
+
+ Type %R%S HELP SASET option for more information on a
+ particular option.
+
CHAN_HELP_SET_FOUNDER
Kullanýmý: %s kanaladý FOUNDER nick
diff --git a/modules/core/cs_saset.cpp b/modules/core/cs_saset.cpp
index d00521645..7d6e9e2ab 100644
--- a/modules/core/cs_saset.cpp
+++ b/modules/core/cs_saset.cpp
@@ -61,7 +61,7 @@ class CommandCSSASet : public Command
notice_help(Config.s_ChanServ, u, CHAN_HELP_SASET_HEAD);
for (subcommand_map::iterator it = this->subcommands.begin(), it_end = this->subcommands.end(); it != it_end; ++it)
it->second->OnServHelp(u);
- notice_help(Config.s_ChanServ, u, CHAN_HELP_SET_TAIL);
+ notice_help(Config.s_ChanServ, u, CHAN_HELP_SASET_TAIL);
return true;
}
else
diff --git a/modules/core/cs_set_secure.cpp b/modules/core/cs_set_secure.cpp
index 9e25c45be..8942c794a 100644
--- a/modules/core/cs_set_secure.cpp
+++ b/modules/core/cs_set_secure.cpp
@@ -44,7 +44,7 @@ class CommandCSSetSecure : public Command
bool OnHelp(User *u, const Anope::string &)
{
- notice_help(Config.s_ChanServ, u, CHAN_HELP_SET_SECURE, "SET");
+ notice_help(Config.s_ChanServ, u, CHAN_HELP_SET_SECURE, "SET", Config.s_NickServ.c_str());
return true;
}
@@ -55,7 +55,7 @@ class CommandCSSetSecure : public Command
void OnServHelp(User *u)
{
- notice_lang(Config.s_ChanServ, u, CHAN_HELP_CMD_SET_SECURE);
+ notice_help(Config.s_ChanServ, u, CHAN_HELP_CMD_SET_SECURE);
}
};
@@ -68,7 +68,7 @@ class CommandCSSASetSecure : public CommandCSSetSecure
bool OnHelp(User *u, const Anope::string &)
{
- notice_help(Config.s_ChanServ, u, CHAN_HELP_SET_SECURE, "SASET");
+ notice_help(Config.s_ChanServ, u, CHAN_HELP_SET_SECURE, "SASET", Config.s_NickServ.c_str());
return true;
}