diff options
author | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2013-04-21 09:27:27 +0000 |
---|---|---|
committer | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2013-04-21 09:27:27 +0000 |
commit | d3ba377982adb2fb5410445049aa39a0467eba11 (patch) | |
tree | 5cd52bec6919b82c549b61fb576341d27d59c960 /doc | |
parent | 83c1f360e88ae7d06868f449901701f7acb98d4a (diff) |
- Remove current msg locale implementation
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/trunk@1837 82007160-df01-0410-b94d-b575c5fd34c7
Diffstat (limited to 'doc')
-rw-r--r-- | doc/index.txt | 2 | ||||
-rw-r--r-- | doc/messages.txt | 54 | ||||
-rw-r--r-- | doc/modes.txt | 2 | ||||
-rw-r--r-- | doc/reference.conf | 8 |
4 files changed, 1 insertions, 65 deletions
diff --git a/doc/index.txt b/doc/index.txt index d43a112..e086941 100644 --- a/doc/index.txt +++ b/doc/index.txt @@ -13,8 +13,6 @@ ircd.8 - The new revised manpage, read with the following man -M . ircd kline.txt - Outline of the remote K-line protocol for both opers and servers -messages.txt - A general help file for users and admins to - customize ircd's messages. modeg.txt - An in depth description of the server side silence user mode (+g) modes.txt - A list of all user and channel modes diff --git a/doc/messages.txt b/doc/messages.txt deleted file mode 100644 index 06fc967..0000000 --- a/doc/messages.txt +++ /dev/null @@ -1,54 +0,0 @@ - Message Customization Overview - - $Id$ - - Copyright (c) 2005-2012 by ircd-hybrid team - - ---------------------------------------------------------------------- - - Hybrid now supports its own .lang format for i18n'd IRC status messages. - - This document is split into two parts, using message files, and creating - your own. - - ---------------------------------------------------------------------- - - Using Provided or Pre-made Message Files - - There are a number of message files provided with ircd-hybrid. These can - be found in the source tree in messages/. - - These files are automatically installed by `make install'. - - These message files can be used in ircd once they are installed. Try the - installed message file with /quote SET MSGLOCALE <locale> first. The - locale will be 'standard' for the plain messages that are Hybrid's - default. - - If the desired message file works without any issues, it can be set to be - the default message file in the ircd.conf file. Refer to reference.conf's - documentation on the message_locale setting. - - ---------------------------------------------------------------------- - - Creating Your Own Messages - - This process is a little more complicated. The easiest way to start - editing messages is to take ircd-standard.example.lang, make a copy, - and change whichever status lines you wish. - - Once you have your customized message file ready, just copy it into the - same place as the rest of the messages, typically $PREFIX/messages. - - If you think your .lang file deserves to be in the official distribution, - submit it to us at bugs@ircd-hybrid.org. It must be complete and as error- - free as you can make it since it is subject to public consumption. Providing - a translation will be a way that nearly anyone who knows multiple languages - to contribute to ircd, and get their name in the translation credits. - - When making such a translation, you should base it off - ircd-standard.example.lang, which is a conversion of our base (English) - messages.tab into the .lang format. You should edit it from there into your - own language, and of course give credit to yourself and whoever else you - may have done the translation with. Then, send it off to us, and we'll see - what we can do. diff --git a/doc/modes.txt b/doc/modes.txt index 906aa57..6902948 100644 --- a/doc/modes.txt +++ b/doc/modes.txt @@ -6,7 +6,7 @@ In /VERSION one might see something like this: irc.corefailure.com hybrid-7beta5 oiwszcerkfydnxbaugl biklmnopstveIh bkloveIh These describe the user modes, channel modes, and channel modes that require -arguments that are available to the user. It is hardcoded into src/messages.tab. +arguments that are available to the user. It is hardcoded into src/numeric.c Here is a guide to the preceding modes: diff --git a/doc/reference.conf b/doc/reference.conf index 3269694..918193a 100644 --- a/doc/reference.conf +++ b/doc/reference.conf @@ -1112,14 +1112,6 @@ general { max_targets = 4; /* - * message_locale: the default message locale - * Use "standard" for the compiled in defaults. - * To install the translated messages, go into messages/ in the - * source directory and run `make install'. - */ - message_locale = "standard"; - - /* * usermodes configurable: a list of usermodes for the options below * * +b - bots - See bot and drone flooding notices |