diff options
| author | Adam <Adam@anope.org> | 2010-11-23 16:48:54 -0600 |
|---|---|---|
| committer | Adam <Adam@anope.org> | 2010-12-12 19:36:19 -0500 |
| commit | 37e02a3594fdddc3d5a3df0501c528f42db6c4da (patch) | |
| tree | 2b26a003def3b3ecdd7f46aa67d172a3b04a7369 /data | |
| parent | 7d1cfe9514062a451b480783fe8df6e63f2954ab (diff) | |
Added cs_entrymsg
Diffstat (limited to 'data')
| -rw-r--r-- | data/example.conf | 13 | ||||
| -rw-r--r-- | data/mysql/tables.sql | 1 |
2 files changed, 13 insertions, 1 deletions
diff --git a/data/example.conf b/data/example.conf index a7bb64751..df6bcee3d 100644 --- a/data/example.conf +++ b/data/example.conf @@ -1904,3 +1904,16 @@ alias command = "BAN" } +/* + * cs_entrymsg + * + * Allows you to set entry messages on your channel, which are shown to anyone + * who joins. + */ +module { name = "cs_entrymsg" } +cs_entrymsg +{ + /* The maximum number of entrymsgs allowed per channel. If not set, defaults to 5. */ + maxentries = 5 +} + diff --git a/data/mysql/tables.sql b/data/mysql/tables.sql index e165e94ad..d0f16b0d5 100644 --- a/data/mysql/tables.sql +++ b/data/mysql/tables.sql @@ -112,7 +112,6 @@ CREATE TABLE IF NOT EXISTS `anope_cs_info` ( `mlock_off` text NOT NULL, `mlock_params` text NOT NULL, `mlock_params_off` text NOT NULL, - `entry_message` text NOT NULL, `memomax` smallint(5) unsigned NOT NULL DEFAULT '0', `botnick` varchar(255) NOT NULL DEFAULT '', `botflags` text NOT NULL, |
