# Aliases for nickserv, chanserv, operserv, memoserv, hostserv, botserv # Note: We can't have a shorthand version of this, it conflicts with HS for helpserv # Shorthand aliases for nickserv, chanserv, operserv, memoserv, hostserv, botserv # /id [channel] # Identify for a channel or 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. #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# # Legacy registration flags module # 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. # # If your services package does not use +r, this module is not required. #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# # 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.