mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-20 16:15:59 +01: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:
parent
f72cb1b5c8
commit
0d1cbc62d4
@ -26,7 +26,7 @@
|
|||||||
-author("pawel@process-one.net").
|
-author("pawel@process-one.net").
|
||||||
|
|
||||||
-behaviour(gen_mod).
|
-behaviour(gen_mod).
|
||||||
-behavior(gen_server).
|
-behaviour(gen_server).
|
||||||
|
|
||||||
-include_lib("xmpp/include/xmpp.hrl").
|
-include_lib("xmpp/include/xmpp.hrl").
|
||||||
-include("logger.hrl").
|
-include("logger.hrl").
|
||||||
|
Loading…
Reference in New Issue
Block a user