summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lang/de.l2
-rw-r--r--lang/en_us.l28
-rw-r--r--src/core/bs_bot.c2
3 files changed, 16 insertions, 16 deletions
diff --git a/lang/de.l b/lang/de.l
index 04fdb32ab..62eb6053c 100644
--- a/lang/de.l
+++ b/lang/de.l
@@ -3954,7 +3954,7 @@ NICK_HELP_GHOST
wenn dein Computer abstürtzt oder deine Internet-
Verbindung zusammenbricht, wenn du im IRC bist.
- Wenn du das GHOST Befehk benutzen willst,muss
+ Wenn du das GHOST Befehl benutzen willst,muss
deine aktuelle Hostmaske (siehe /WHOIS) in der
Zugriffsliste des entsprechenden Nicknamens oder
in der Gruppe des Nicknamens sein.Weiterhin musst
diff --git a/lang/en_us.l b/lang/en_us.l
index ba7e84822..f715ba6a0 100644
--- a/lang/en_us.l
+++ b/lang/en_us.l
@@ -4302,8 +4302,8 @@ CHAN_HELP_SET_PEACE
Syntax: SET channel PEACE {ON | OFF}
Enables or disables the peace option for a channel.
- When peace is set, an user won't be able to kick,
- ban or remove a channel status of an user that has
+ When peace is set, a user won't be able to kick,
+ ban or remove a channel status of a user that has
a level superior or equal to his via %S commands.
CHAN_HELP_SET_PRIVATE
@@ -5956,7 +5956,7 @@ BOT_HELP_KICK_BOLDS
Sets the bolds kicker on or off. When enabled, this
option tells the bot to kick users who use bolds.
- ttb is the number of times an user can be kicked
+ ttb is the number of times a user can be kicked
before it get banned. Don't give ttb to disable
the ban system once activated.
@@ -5966,7 +5966,7 @@ BOT_HELP_KICK_COLORS
Sets the colors kicker on or off. When enabled, this
option tells the bot to kick users who use colors.
- ttb is the number of times an user can be kicked
+ ttb is the number of times a user can be kicked
before it get banned. Don't give ttb to disable
the ban system once activated.
@@ -5976,7 +5976,7 @@ BOT_HELP_KICK_REVERSES
Sets the reverses kicker on or off. When enabled, this
option tells the bot to kick users who use reverses.
- ttb is the number of times an user can be kicked
+ ttb is the number of times a user can be kicked
before it get banned. Don't give ttb to disable
the ban system once activated.
@@ -5986,7 +5986,7 @@ BOT_HELP_KICK_UNDERLINES
Sets the underlines kicker on or off. When enabled, this
option tells the bot to kick users who use underlines.
- ttb is the number of times an user can be kicked
+ ttb is the number of times a user can be kicked
before it get banned. Don't give ttb to disable
the ban system once activated.
@@ -6002,7 +6002,7 @@ BOT_HELP_KICK_CAPS
text line (if not given, it defaults to 10 characters
and 25%%).
- ttb is the number of times an user can be kicked
+ ttb is the number of times a user can be kicked
before it get banned. Don't give ttb to disable
the ban system once activated.
@@ -6014,7 +6014,7 @@ BOT_HELP_KICK_FLOOD
the channel using at least ln lines in secs seconds
(if not given, it defaults to 6 lines in 10 seconds).
- ttb is the number of times an user can be kicked
+ ttb is the number of times a user can be kicked
before it get banned. Don't give ttb to disable
the ban system once activated.
@@ -6026,7 +6026,7 @@ BOT_HELP_KICK_REPEAT
themselves num times (if num is not given, it
defaults to 3).
- ttb is the number of times an user can be kicked
+ ttb is the number of times a user can be kicked
before it get banned. Don't give ttb to disable
the ban system once activated.
@@ -6041,7 +6041,7 @@ BOT_HELP_KICK_BADWORDS
BADWORDS command. Type %R%S HELP BADWORDS for
more information.
- ttb is the number of times an user can be kicked
+ ttb is the number of times a user can be kicked
before it get banned. Don't give ttb to disable
the ban system once activated.
@@ -6058,12 +6058,12 @@ BOT_HELP_BADWORDS
The BADWORDS ADD command adds the given word to the
badword list. If SINGLE is specified, a kick will be
- done only if an user says the entire word. If START is
- specified, a kick will be done if an user says a word
+ done only if a user says the entire word. If START is
+ specified, a kick will be done if a user says a word
that starts with word. If END is specified, a kick
- will be done if an user says a word that ends with
+ will be done if a user says a word that ends with
word. If you don't specify anything, a kick will
- be issued every time word is said by an user.
+ be issued every time word is said by a user.
The BADWORDS DEL command removes the given word from the
bad words list. If a list of entry numbers is given, those
diff --git a/src/core/bs_bot.c b/src/core/bs_bot.c
index 2eb17659d..14ce9624e 100644
--- a/src/core/bs_bot.c
+++ b/src/core/bs_bot.c
@@ -85,7 +85,7 @@ class CommandBSBot : public Command
{
if (!isalnum(*ch))
{
- notice_lang(Config.s_BotServ, u, BOT_LONG_IDENT, USERMAX - 1);
+ notice_lang(Config.s_BotServ, u, BOT_BAD_IDENT, USERMAX - 1);
return MOD_CONT;
}
}