]> jfr.im git - solanum.git/commit - src/newconf.c
Add channel::only_ascii_channels config option
authorJilles Tjoelker <redacted>
Sat, 21 Feb 2009 23:12:21 +0000 (00:12 +0100)
committerJilles Tjoelker <redacted>
Sat, 21 Feb 2009 23:12:21 +0000 (00:12 +0100)
commit6865c0b099141f03a4d38be83278815ec701bbf3
tree5c8f3fa5de89482e0c0a2452dc91d27330cb4843
parent54828d589d1d25f84023edb23c9ed82aa51ef0ad
Add channel::only_ascii_channels config option
to restrict channel names to printable ascii only.
Like disable_fake_channels this only applies to joins
by local users; unlike disable_fake_channels it applies
to opers as well.
doc/example.conf
doc/reference.conf
include/s_conf.h
modules/core/m_join.c
modules/m_info.c
src/newconf.c
src/s_conf.c