Aaron Jones
Aaron Jones
At [here](https://github.com/atheme/atheme/blob/master/modules/hostserv/onoff.c#L106) the `OFF` command tells Atheme to reset your host to its default value (due to `NULL` parameter). That goes [here](https://github.com/atheme/atheme/blob/master/modules/hostserv/hostserv.h#L26-L36), which uses `u->host` due to the `NULL` parameter;...
There's also the problem of remote servers not knowing about what capabilities a client has enabled.
I'll give this a whirl on my testnet later. Good work!
@skizzerz The code changes in this pull request do not match the table you just provided for the ALARM case. If it should be as you described you are missing...