mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-10 02:59:01 -04:00
Redo removal of m_services crap.. temp/ dir readded per jdhore..
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10764 e03df62e-2008-0410-955e-edbf42e46eb7
This commit is contained in:
parent
2eb2ac95fd
commit
8d513f8a47
@ -1334,30 +1334,21 @@
|
||||
# To use, SETIDLE must be in one of your oper class blocks.
|
||||
#<module name="m_setidle.so">
|
||||
|
||||
#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
|
||||
# Services support module: Adds several usermodes such as +R and +M
|
||||
# this module implements the 'identified' state via user mode +r, which
|
||||
# is similar to the DALnet and dreamforge systems.
|
||||
#
|
||||
# N O T E!!
|
||||
# >> This CAN NOT be used at the same time as m_services_account <<
|
||||
# N O T E!!
|
||||
# *** This module DOES NOT support Atheme services, please use ***
|
||||
# *** m_services_account if you are planning on using Atheme. ***
|
||||
#<module name="m_services.so">
|
||||
|
||||
#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
|
||||
# Services support module: Adds several usermodes such as +R and +M
|
||||
# this module implements the 'identified' state via account names (AC)
|
||||
# and is similar in operation to the way asuka and ircu handle services.
|
||||
#
|
||||
# At the same time, this offers +r for users and channels to mark them
|
||||
# as identified seperately from the idea of a master account, which
|
||||
# can be useful for services which are heavily nick-as-account centric.
|
||||
#
|
||||
# This replaces m_services from 1.1 and earlier.
|
||||
#
|
||||
# Also of note is that this module implements two extbans:
|
||||
# +b R: (stop matching account names from joining)
|
||||
# +b M: (stop matching account names from speaking)
|
||||
#
|
||||
# N O T E!!
|
||||
# >> This CAN NOT be used at the same time as m_services <<
|
||||
# N O T E!!
|
||||
#<module name="m_services_account.so">
|
||||
|
||||
#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
|
||||
|
@ -3425,26 +3425,6 @@
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\modules\m_services.cpp"
|
||||
>
|
||||
<FileConfiguration
|
||||
Name="Debug|Win32"
|
||||
ExcludedFromBuild="true"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Release|Win32"
|
||||
ExcludedFromBuild="true"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\modules\m_services_account.cpp"
|
||||
>
|
||||
|
@ -3362,26 +3362,6 @@
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\modules\m_services.cpp"
|
||||
>
|
||||
<FileConfiguration
|
||||
Name="Debug|Win32"
|
||||
ExcludedFromBuild="true"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Release|Win32"
|
||||
ExcludedFromBuild="true"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\modules\m_services_account.cpp"
|
||||
>
|
||||
|
Loading…
x
Reference in New Issue
Block a user