summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lang/en_us.l2
-rw-r--r--lang/pl.l2
-rw-r--r--version.log3
3 files changed, 4 insertions, 3 deletions
diff --git a/lang/en_us.l b/lang/en_us.l
index 018b004b0..c3d23f6b2 100644
--- a/lang/en_us.l
+++ b/lang/en_us.l
@@ -664,7 +664,7 @@ NICK_SASET_HIDE_STATUS_OFF
# SASET MSG responses
NICK_SASET_MSG_SYNTAX
- SASAET nickname MSG {ON | OFF}
+ SASET nickname MSG {ON | OFF}
NICK_SASET_MSG_ON
Services will now reply to %s with messages.
NICK_SASET_MSG_OFF
diff --git a/lang/pl.l b/lang/pl.l
index b393cf3d0..a2a2956ab 100644
--- a/lang/pl.l
+++ b/lang/pl.l
@@ -845,7 +845,7 @@ NICK_SASET_HIDE_STATUS_OFF
# SASET MSG responses
NICK_SASET_MSG_SYNTAX
- SASAET nick MSG {ON | OFF}
+ SASET nick MSG {ON | OFF}
NICK_SASET_MSG_ON
Serwisy będą teraz wysyłać do %s wiadomości.
diff --git a/version.log b/version.log
index f439c9831..b69f52bcf 100644
--- a/version.log
+++ b/version.log
@@ -8,9 +8,10 @@ VERSION_MAJOR="1"
VERSION_MINOR="8"
VERSION_PATCH="8"
VERSION_EXTRA="-git"
-VERSION_BUILD="3099"
+VERSION_BUILD="3100"
# Changes since 1.8.7 Release
+#Revision 3100 - Fix typo in NICK_SASET_MSG_SYNTAX
#Revision 3098 - Made all module functions static to fix OSX's linker from linking modules with similar function names to each other
#Revision 3097 - Do not apply akills or sxlines that are pending expiration
#Revision 3096 - Fixed crash when InspIRCd sends user MODE changes for users that don't exist