From f27e1d9b7ee2cbd16bbdadf35872ef39f0527aac Mon Sep 17 00:00:00 2001 From: michael Date: Fri, 19 Apr 2013 19:16:09 +0000 Subject: - Made all numeric defines use the actual string instead of the numeric value which allows to use gcc's printf format attribute - Remove current message locale implementation git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/trunk@1832 82007160-df01-0410-b94d-b575c5fd34c7 --- doc/reference.conf | 8 -------- 1 file changed, 8 deletions(-) (limited to 'doc/reference.conf') diff --git a/doc/reference.conf b/doc/reference.conf index 3269694..918193a 100644 --- a/doc/reference.conf +++ b/doc/reference.conf @@ -1111,14 +1111,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 * -- cgit