24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-06-16 22:05:29 +02:00

mod_muc_rtbl: Change this module attribute name to the main one: behaviour

https://erlang.org/documentation/doc-15.0-rc3/doc/system/modules.html#behaviour-module-attribute
This commit is contained in:
Badlop 2024-05-16 19:07:30 +02:00
parent f72cb1b5c8
commit 0d1cbc62d4

View File

@ -26,7 +26,7 @@
-author("pawel@process-one.net").
-behaviour(gen_mod).
-behavior(gen_server).
-behaviour(gen_server).
-include_lib("xmpp/include/xmpp.hrl").
-include("logger.hrl").