diff options
author | attilamolnar <attilamolnar@hush.com> | 2013-08-09 18:10:48 +0200 |
---|---|---|
committer | attilamolnar <attilamolnar@hush.com> | 2013-08-09 18:10:48 +0200 |
commit | e4b76e65025ce6039e6c07fa7c7b28962abd6e18 (patch) | |
tree | 99db6787485b4c04e28d1c55c9be4f4495506066 /docs/conf/modules.conf.example | |
parent | 9962840222b6886f7653fc64443f19ebd661cc63 (diff) |
Move host cycle logic into m_hostcycle
Diffstat (limited to 'docs/conf/modules.conf.example')
-rw-r--r-- | docs/conf/modules.conf.example | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/conf/modules.conf.example b/docs/conf/modules.conf.example index 10e1689b3..7e1a9f5ad 100644 --- a/docs/conf/modules.conf.example +++ b/docs/conf/modules.conf.example @@ -816,6 +816,11 @@ #<hostchange mask="a@b.com" action="set" value="blah.blah.blah"> #<hostchange mask="localhost" ports="7000,7001,7005-7007" action="set" value="blahblah.foo"> +# hostcycle: If loaded, when a user gets a host or ident set, it will +# cycle them in all their channels. If not loaded it will simply change +# their host/ident without cycling them. +#<module name="m_hostcycle.so"> + #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# # httpd module: Provides http server support for InspIRCd #<module name="m_httpd.so"> |