From: brain Date: Thu, 2 Nov 2006 19:25:55 +0000 (+0000) Subject: Someone forgot to add m_alltime to the example conf :p X-Git-Tag: v2.0.23~6746 X-Git-Url: https://git.netwichtig.de/gitweb/?a=commitdiff_plain;h=f55408970856e1946c7facaeda8066ef27af58a4;p=user%2Fhenk%2Fcode%2Finspircd.git Someone forgot to add m_alltime to the example conf :p git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5630 e03df62e-2008-0410-955e-edbf42e46eb7 --- diff --git a/docs/inspircd.conf.example b/docs/inspircd.conf.example index 95bf80b33..3f0868ae2 100644 --- a/docs/inspircd.conf.example +++ b/docs/inspircd.conf.example @@ -743,6 +743,10 @@ # http://www.inspircd.org/wiki/Modules_List for a list of modules and# # each modules link for any additional conf tags they require. # # # +# You may use wildcards in a tag to load all modules which # +# match a glob pattern (e.g. m_sa????.so would load m_sajoin, # +# m_sapart, m_saquit and m_sanick) # +# # # ____ _ _____ _ _ ____ _ _ _ # # | _ \ ___ __ _ __| | |_ _| |__ (_)___ | __ )(_) |_| | # # | |_) / _ \/ _` |/ _` | | | | '_ \| / __| | _ \| | __| | # @@ -814,6 +818,10 @@ # # +#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# +# Alltime module: Shows time on all connected servers at once +# # + #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# # Antibear security module: Prevents 'bear.txt' based trojans from # connecting to your network by sending them a numeric they can't handle.