summaryrefslogtreecommitdiff
path: root/lang/ja_utf8.l
diff options
context:
space:
mode:
authormokkori <brezelzombie@live.de>2013-02-17 16:08:51 +0100
committerAdam <Adam@anope.org>2013-07-25 19:42:18 -0400
commitd2d89ac412dbdba0747e44cdf1e4c90e29f6ef2b (patch)
tree26a48c6e90a6eb02ba6326864c87879b810d00f2 /lang/ja_utf8.l
parente090eaea65efdac33539d80317a9370c04681301 (diff)
Memory: Properly initialize and free new module languages.
Memory: Properly free strings in module config directive lookups. Memory: Do not leak module version and author in rare situations. Memory: Memory leak when deleting a module callback. Memory: Memory leaks with module messages. Memory: Memory leaks with module commands. Memory: Memory leaks with module event handlers. Memory: Memory leaks with module event hooks. Memory: Every module config entry of type string is leaked on config reload. Memory: Leak services root list, ulines list, host setters list, modules autoload list, modules delayed autoload list, hostserv/memoserv/helpserv/botserv/operserv/chanserv/nickserv core modules lists on config reload. Memory: Leaks with channel bans/invites/exceptions. Memory: Leak when updating already existing ignore. Memory: Invalid pointer read in slists. Memory: Leak when using /cs appendtopic. Memory: Leak on (currently impossible) config reload. Memory: Syscall param write(buf) points to uninitialised byte(s) in save_ns_dbase(). Memory: Leak if PreNickServDB is set and NSEmailReg is not. Removing a command no longer calls free() on help_param*, reversed previous changes Changes to CSMaxReg, MSMaxMemos and NewsCount are now properly reflected in help notices after config reload Small adjustments Fixed copy&paste mistake Fix findCommand() searching in the wrong command tables
Diffstat (limited to 'lang/ja_utf8.l')
-rw-r--r--lang/ja_utf8.l4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/ja_utf8.l b/lang/ja_utf8.l
index 3f3d7944b..e18d7020c 100644
--- a/lang/ja_utf8.l
+++ b/lang/ja_utf8.l
@@ -3286,7 +3286,7 @@ NEWS_HELP_LOGON
ログオンニュースを編集または表示する。ユーザがネットワークに
接続したときに、これらのメッセージがユーザに送信される
(ただし、ユーザにこれを flood 攻撃と勘違いさせないために、
- %s 個以上のメッセージは送信されない。この場合、
+ %d 個以上のメッセージは送信されない。この場合、
メッセージは新しいものから順に送信される)。
NewsCount は services.conf 内で設定する。
@@ -3300,7 +3300,7 @@ NEWS_HELP_OPER
サーバオペレータニュースを編集または表示する。ユーザが
サーバオペレータになる (/OPER コマンドで) と、これらのメッセージ
がユーザに送信される。(ただし、ユーザにこれを flood 攻撃と勘違い
- させないために、%s 個以上のメッセージは送信されない。
+ させないために、%d 個以上のメッセージは送信されない。
この場合、メッセージは新しいものから順に送信される)。
NewsCount は services.conf 内で設定する。