diff options
author | Attila Molnar <attilamolnar@hush.com> | 2014-01-30 22:18:40 +0100 |
---|---|---|
committer | Attila Molnar <attilamolnar@hush.com> | 2014-01-30 22:18:40 +0100 |
commit | 2e8c2a6a5f02c004ede4b7120019153f176321fa (patch) | |
tree | 21b19ca39cbf0a9d304c77f24dbc1970804e3344 | |
parent | 9781579ae57aed0988f4bf677ef602916feb3bce (diff) |
Document new delayed join feature of m_conn_join
-rw-r--r-- | docs/conf/modules.conf.example | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/docs/conf/modules.conf.example b/docs/conf/modules.conf.example index d23b7f65f..9078771e5 100644 --- a/docs/conf/modules.conf.example +++ b/docs/conf/modules.conf.example @@ -513,15 +513,16 @@ #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# # Conn-Join: Allows you to force users to join one or more channels -# automatically upon connecting to the server. +# automatically upon connecting to the server, or join them in case +# they aren't on any channels after being online for X seconds. #<module name="m_conn_join.so"> # #-#-#-#-#-#-#-#-#-#-#-#- CONNJOIN CONFIGURATION -#-#-#-#-#-#-#-#-#-#-# # -# If you have m_conn_join.so loaded, you can configure it using the -# follow values: -# +# Join users immediately after connection to #one #two and #three. #<autojoin channel="#one,#two,#three"> +# Join users to #chat after 15 seconds if they aren't on any channels. +#<autojoin channel="#chat" delay="15"> #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# # Conn-Usermodes: Set modes on users when they connect |