Added auto enroll feature #1

Open
Asuna wants to merge 4 commits from Asuna/Influx:master into master
Showing only changes of commit e770312c1b - Show all commits

View File

@ -68,12 +68,10 @@ internal sealed class InfluxPlugin : IDalamudPlugin
_commandManager.AddHandler("/influx", new CommandInfo(ProcessCommand) _commandManager.AddHandler("/influx", new CommandInfo(ProcessCommand)
{ {
HelpMessage = "Opens influx configuration" HelpMessage = """
}); Opens influx configuration
/influx gil - Opens influx statistics
_commandManager.AddHandler("/influx gil", new CommandInfo(ProcessCommand) """
{
HelpMessage = "Opens influx statistics"
}); });
_timer = new Timer(TimeSpan.FromMinutes(1)); _timer = new Timer(TimeSpan.FromMinutes(1));