enhanceNews

returns a random line from the file
This commit is contained in:
SpudGunMan
2024-12-18 10:53:44 -08:00
parent ad11f787de
commit ca033f024e
4 changed files with 18 additions and 6 deletions
+1 -1
View File
@@ -190,7 +190,7 @@ if file_monitor_enabled or read_news_enabled:
from modules.filemon import * # from the spudgunman/meshing-around repo
if read_news_enabled:
trap_list = trap_list + trap_list_filemon # items readnews
help_message = help_message + ", readmail"
help_message = help_message + ", readnews"
# clean up the help message
help_message = help_message.split(", ")