summaryrefslogtreecommitdiff
path: root/data/irc2sql.example.conf
AgeCommit message (Collapse)Author
2025-05-10Consistently use realname instead of gecos.Sadie Powell
2025-03-09Make config variables a lot more useful.Sadie Powell
- Config variables now no longer conflict with regular values. - Config variables can now be read from the environment. (e.g. ${env.USER}). - Config variables can now be used as partial values (e.g. support@${network.domain})
2019-11-03Rename a few instances of 'services' to 'stats' in ↵Robby
stats.standalone.example.conf and irc2sql.example.conf.
2019-04-05Config files: Fix some typos, bring stats.standalone.example.conf up to par ↵Robby
with example.conf, etc.
2014-01-21Made the chanstats confs try and look similar to every other configuration fileAdam
2014-01-03Move modules/stats under extras because it depends on m_mysql, update its ↵Adam
config a bit to look similar to all of the other config files
2013-10-26added the irc2sql gateway moduleDukePyrolator