]> jfr.im git - irc/rqf/shadowircd.git/commit - modules/core/m_join.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)
commitdea418e9b45e21979f121796d4ea50060174685a
treea25216c14a2ef7a994eae13d416cc890bc67677c
parent2a003301dea77033af23cb6fcbc94d95fdb93452
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