The InspIRCd Project
Home | Developers | Wiki | Forums | Bug Tracker | SVN | Download | Blog
Personal tools
InspIRCd - 10,000 revisions reached!

Modules/sqlutils

From the makers of InspIRCd.

Jump to: navigation, search


Description
Provides an API which is used for attaching SQL queries to users and channels.
Configuration Tags
None
Additional Modes
None
Additional Commands
None
Special Notes
Extra ModuleThis module is an 'extra' module. This means that by default it is not compiled when you type make to build your IRCd. To enable this module follow these steps.

This module is required to be loaded before certain modules such as m_sqlauth and m_sqloper.

Dependencies