cynicalbastard / jzbot

Automatically exported from code.google.com/p/jzbot
0 stars 0 forks source link

Add a server-specific config var system, possibly a channel config var system, and the ability to add other vars #26

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The first one would be useful to change, per-server, whether we identify to
NickServ by directly messaging it. Some servers need this, but on BZFlag
it's particularly dangerous since your average user can sign in as NickServ
and collect passwords, which isn't good.

The second one would allow for config variables that are per-channel, so
that whether or not a channel is logged is a config variable for that
channel, or the delay when sending to that channel (the server's delay is
used for pms), etc.

The third one would be useful if there are factpacks or plugins that would
like to register custom config vars. This might mandate that config vars be
somehow hierarchical or otherwise structurally organized.

Original issue reported on code.google.com by javawiza...@gtempaccount.com on 24 Jan 2010 at 6:42