Skip to content
Snippets Groups Projects

Attempt to fix sysop paged emails not showing up

Closed Nigel Reed requested to merge add_body_to_pager_email into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -612,7 +612,7 @@ bool sbbs_t::sysop_page(void)
if(!(sys_status&SS_SYSPAGE)) {
logline("C", "paged sysop for chat");
SAFEPRINTF2(str, "%s paged you to chat from node %u", useron.alias, cfg.node_num);
notify(&cfg, 1, str, NULL);
notify(&cfg, 1, str, str);
ftouch(syspage_semfile);
char topic[128];
SAFEPRINTF(topic, "page/node/%u", cfg.node_num);
Loading