From a6d924bf70d389583b8706e9774f056dd6af9fc3 Mon Sep 17 00:00:00 2001 From: w00t Date: Thu, 22 Jan 2009 15:14:22 +0000 Subject: Fixes bug #655: National characters support, patch written mostly by Phoenix, bits of core support by myself. This means that nicknames using *non ASCII* are now supported when configured, and more importantly, that /msg lowercasenick will go to a person with UPPERCASENICK in foreign character sets. The locale setting MUST be the same network-wide. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10980 e03df62e-2008-0410-955e-edbf42e46eb7 --- conf/modules.conf.example | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'conf/modules.conf.example') diff --git a/conf/modules.conf.example b/conf/modules.conf.example index c49967f92..0f70aa695 100644 --- a/conf/modules.conf.example +++ b/conf/modules.conf.example @@ -1014,6 +1014,17 @@ # This is supported by mIRC, x-chat, klient, and maybe more. # +#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# +# National characters module: +# 1) Allows using national characters in nicknames. +# 2) Allows using custom (national) casemapping over the network. +# file -- filename of existing file in "locales" directory +# casemapping -- custom value for 005 numeric (if you want it to be +# different from the filename. +# +# +# + #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# # Nickchange flood protection module: Allows up to X nick changes in Y seconds. # Provides channel mode +F. -- cgit v1.2.3