# Aliases for nickserv, chanserv, operserv, memoserv # Shorthand aliases for nickserv, chanserv, operserv, memoserv # /id # Identify for a nickname #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# # Services support module: Adds account tracking support. # # This module implements the 'identified' state via account names (AC) # and is similar in operation to the way asuka and ircu handle services. # # Prior to 2.1, the functionality of m_account_flags and m_account_modes # was included in this module; you probably want to load those too. #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# # User and channel modes related to accounts. # # User mode +R unidentified users cannot message # Channel mode +R unidentified users cannot join # Channel mode +M unidentified users cannot message # Extban R: match users based on account name # # Note that the extban "M:" from 1.2 can be implemented using muteban # and extban R like "+b m:R:name" # # If you use accounts, you will likely find this module useful.