diff options
author | rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b <rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2006-08-14 19:11:13 +0000 |
---|---|---|
committer | rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b <rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2006-08-14 19:11:13 +0000 |
commit | 8dc143627967422b0afadb86ebd09dfcb486fc0d (patch) | |
tree | ff53a7f4601e161be7701f2dbfddd092920f553e | |
parent | 2197e82de33715ba879797383804bc29f504a097 (diff) |
BUILD : 1.7.15 (1134) BUGS : N/A NOTES : Missed two %Rs in hun.l
git-svn-id: svn://svn.anope.org/anope/trunk@1134 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@857 5417fbe8-f217-4b02-8779-1006273d7864
-rw-r--r-- | lang/hun.l | 4 | ||||
-rw-r--r-- | version.log | 6 |
2 files changed, 7 insertions, 3 deletions
diff --git a/lang/hun.l b/lang/hun.l index 4a808b240..1e971c461 100644 --- a/lang/hun.l +++ b/lang/hun.l @@ -4521,7 +4521,7 @@ CHAN_HELP_AOP AOP LIST parancsot. Ezt a parancsot letilthatod a csatornádon, és helyette - használhatod az access lista rendszert. Nézd meg: /msg + használhatod az access lista rendszert. Nézd meg: %R %S HELP ACCESSbővebb információért az access listáról, és írd be: %R%S HELP SET XOP hogy megnézd, hogyan tudsz váltani az xOP rendszerrol az access lista rendszerre. @@ -4609,7 +4609,7 @@ CHAN_HELP_SOP Ezt a parancsot letilthatod a csatornádon, és helyette - használhatod az access lista rendszert. Nézd meg: /msg + használhatod az access lista rendszert. Nézd meg: %R %S HELP ACCESS bővebb információért az access listáról, és írd be: %R%S HELP SET XOP hogy megnézd, hogyan tudsz váltani az xOP rendszerről access lista rendszerre. diff --git a/version.log b/version.log index 7eb591351..d2224886b 100644 --- a/version.log +++ b/version.log @@ -9,10 +9,14 @@ VERSION_MAJOR="1" VERSION_MINOR="7" VERSION_PATCH="15" VERSION_EXTRA="-svn" -VERSION_BUILD="1133" +VERSION_BUILD="1134" # $Log$ # +# BUILD : 1.7.15 (1134) +# BUGS : N/A +# NOTES : Missed two %Rs in hun.l +# # BUILD : 1.7.15 (1133) # BUGS : N/A # NOTES : Improved robustness on db_mysql_query() |