-
- Downloads
Create/use SysopPageNotification text.dat string
to notify sysop (user #1) that they were paged. Previously, this was a hard-coded string. The new string in text.dat is the same, but adds 2 BELs (CTRL-G chars) and is now customizable. Created an sbbs_t::notify() method to make this easier to use and that method supports @-code expansion, so this text.dat string supports @-codes (which I used). This addresses the feature request in issue #828 (beep the sysop in the telegram/short message, when they're paged).
Showing
- ctrl/text.dat 1 addition, 0 deletionsctrl/text.dat
- src/sbbs3/chat.cpp 1 addition, 2 deletionssrc/sbbs3/chat.cpp
- src/sbbs3/postmsg.cpp 7 additions, 0 deletionssrc/sbbs3/postmsg.cpp
- src/sbbs3/sbbs.h 1 addition, 0 deletionssrc/sbbs3/sbbs.h
- src/sbbs3/text.h 1 addition, 0 deletionssrc/sbbs3/text.h
- src/sbbs3/text_defaults.c 2 additions, 0 deletionssrc/sbbs3/text_defaults.c
- src/sbbs3/text_id.c 1 addition, 0 deletionssrc/sbbs3/text_id.c
Loading