i18n fixes
authorMichael Poole <mdpoole@troilus.org>
Tue, 23 Mar 2004 00:12:53 +0000 (00:12 +0000)
committerMichael Poole <mdpoole@troilus.org>
Tue, 23 Mar 2004 00:12:53 +0000 (00:12 +0000)
commitb22604e348aad340152b2370ed7ded405d89aa25
treefb5b8ca31ffaea24c7f91f5133ffdab14588370e
parent7c9f37ec7c3410d01ee7878bc1a55a173e14ffe5
i18n fixes

* Fix typos in several message strings, and clarify others.

* Typecast first argument of gethostbyaddr() to quash warnings.

* Load languages in finalization, not initialization, and do not crash
when running off the end of a localized strings.db file.

* Show the LANGUAGE option in NickServ SET response.

* Remove mention of GHOST command when !enable_ghost.

* Only initialize alloc_argc when !defined(NDEBUG)
git-archimport-id: srvx@srvx.net--2004-srvx/srvx--devo--1.3--patch-31
src/chanserv.c
src/gline.c
src/helpfile.c
src/helpfile.h
src/main.c
src/modcmd.c
src/nickserv.c
src/nickserv.help
src/proto-common.c