diff options
author | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-07-13 17:30:23 +0000 |
---|---|---|
committer | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-07-13 17:30:23 +0000 |
commit | 78ecfd406406d27d33efb4765d72a3fa132ab8ba (patch) | |
tree | 027fb45b1c4b47695f89a47cb5bee0f0b39b4081 /conf | |
parent | 08496283c0d472e452b790671cb7d82df43a5bc7 (diff) |
Default to adding uppercase characters to allowed hostmap list, this has caught a few people out (including me)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10004 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'conf')
-rw-r--r-- | conf/modules.conf.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/modules.conf.example b/conf/modules.conf.example index 537a13346..687d45d61 100644 --- a/conf/modules.conf.example +++ b/conf/modules.conf.example @@ -358,7 +358,7 @@ # charmap - A list of chars accepted as valid by the /CHGHOST # # and /SETHOST commands. Also note that the list is # # case-sensitive. # -#<hostname charmap="abcdefghijklmnopqrstuvwxyz.-_/0123456789"> +#<hostname charmap="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ.-_/0123456789"> #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# # CHGIDENT module: Adds the /CHGIDENT command |