diff options
| author | Adam <Adam@anope.org> | 2012-06-01 04:43:26 -0400 |
|---|---|---|
| committer | Adam <Adam@anope.org> | 2012-06-01 04:43:26 -0400 |
| commit | 437944d41689b0ab090bada7fba9791086b7e1fe (patch) | |
| tree | 1dc2c3c20f0f39256fe6e0226d3412625cdf05df /data | |
| parent | 1e49e9b9dc6ccded06e2855b99223a13d69200b7 (diff) | |
| parent | db37b1c6345dff1415fb144cc21d7c782acb1296 (diff) | |
Merge branch '1.9' of anope.git.sf.net:/gitroot/anope/anope into 1.9
Diffstat (limited to 'data')
| -rw-r--r-- | data/chanstats.example.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/data/chanstats.example.conf b/data/chanstats.example.conf index ab07b2713..11f97a937 100644 --- a/data/chanstats.example.conf +++ b/data/chanstats.example.conf @@ -14,6 +14,11 @@ chanstats engine = "mysql/main" + /* + * An optional prefix to prepended to the name of each created table. + * Do not use the same prefix for other programs. + */ + prefix = "anope_" smileyshappy = ":) :-) ;) :D :-D" smileyssad = ":( :-( ;( ;-(" |
