aboutsummaryrefslogtreecommitdiff
path: root/include/mod_announce.hrl
blob: 83d72aaf14e9e6ee2e37e7376020946f6cecd9b1 (plain) (blame)
1
2
3
4
5
-record(motd, {server = <<"">> :: binary(),
               packet = #xmlel{} :: xmlel()}).

-record(motd_users, {us = {<<"">>, <<"">>} :: {binary(), binary()} | '$1',
                     dummy = [] :: [] | '_'}).