1
0
mirror of https://github.com/anope/anope.git synced 2026-06-30 10:56:38 +02:00

Fix typo in NICK_SASET_MSG_SYNTAX

This commit is contained in:
Adam
2012-10-15 03:53:11 -04:00
parent 0106d0b6bd
commit 9486cf9ecb
3 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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.
+2 -1
View File
@@ -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