George3d6 / Inquisitor

An easily extensible, minimal footprint monitoring tool. (Still in the testing phase)
BSD 2-Clause "Simplified" License
30 stars 4 forks source link

Change plugin name to a static &str #36

Closed Deedasmi closed 6 years ago

Deedasmi commented 6 years ago

Since the server kinda relies on plugin name, I'd like to suggest it be a 'static &str instead of a string. The plugin name should be known at compile time and not dependent on some runtime option.

George3d6 commented 6 years ago

Agree, will do (or merge if you've already gotten to it)