Hive13 / jIRCBot

The Hive13 Chat Bot

Home Page:http://wiki.hive13.org/Hive13_IRC_Bot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bot should be able to refresh its properties without restarting

pvince opened this issue · comments

This can probably be most easily implemented through a mixed jIBCommandThread that operates a bit like the RssReader in that it can still accept external command inputs. This way we can refresh the properties every X minutes as well as when someone sends us a "refreshProps" command.

Sort of implemented.... You can run the !op command w/ refresh logic and it will drop & re-read the options file.