fiendish / aardwolfclientpackage

Get the Aardwolf MUSHclient Package installer at
https://fiendish.github.io/aardwolfclientpackage/
Other
86 stars 33 forks source link

beep on page #237

Closed mikeride closed 7 years ago

mikeride commented 8 years ago

Hey Fiendish, It came up on the tech channel today that when someone is paged, they are not getting beeped. I know that I haven't received a "termbel" on page in years, so I wrote my GMCP script in tinyfugue to manually beep on receiving a page. I seem to recall you doing some stuff to get page beeps working in the MUSHclient package in the past as well. If you have, it's broken again. If you haven't, please do :-).

I see on 2016-05-20 you made references to it working for all but self-pages.

Abe

fiendish commented 8 years ago

screenshot from 2016-08-22 14-14-32

fiendish commented 8 years ago

Pages do include \07 when sent to you from another player. Pages to self are just echoes, not real pages, though.

fiendish commented 8 years ago

Status?

mikeride commented 8 years ago

Just to keep updates here, Fiendish came onto the MUD and we worked out a bit further why it works for him but doesn't work for others. The \07 is sent ONLY via GMCP, and is NOT sent via tagged channels. Fiendish's bleeding edge has replaced the tagged-channel portion of the channel plugin with a GMCP-only version now that the functionality for that exists on Aard. The comm log window doesn't process the beep on \07, but if it's echoed to the main window, THAT will proc the beep.

fiendish commented 8 years ago

The comm log window doesn't process the beep on \07, but if it's echoed to the main window, THAT will proc the beep.

I'm looking into a solution for needing to echo.

fiendish commented 7 years ago

fixed in 28cf6af6bd973d048f5abae2f66e92182e313811 will be in next release