msoucy/RepBot

User settings

Closed this issue · 1 comments

Expand user settings to include things like realname, username, rep file location, admins, etc

This may require changing the settings format if it needs things like arrays of names and ConfigParser can't do them.

Added in c7f12a9 and 91afdee.

It now handles:

  • admins=List of whitespace-separated nicknames
  • ignore=List of whitespace-separated nicknames
  • reps=Path to the reputation file to use
  • nick=Nickname (untested)
  • realname=Real name (untested)