showfile: serve a text file as its own command (e.g. /RULES), config-driven like aliases

This commit is contained in:
Jean Chevronnet 2026-08-09 23:00:07 +00:00
parent 61584a545b
commit e0d849b4c9
4 changed files with 51 additions and 0 deletions

View file

@ -48,6 +48,7 @@ pub mod rpc;
pub mod securelist;
pub mod securitygroups;
pub mod serverban;
pub mod showfile;
pub mod snoop;
pub mod tline;
pub mod whoisport;