1
0
Fork 0
mirror of https://github.com/processone/ejabberd synced 2025-10-05 19:42:11 +02:00

Move mod_irc to ejabberd-contrib

This commit is contained in:
Evgeniy Khramtsov 2018-06-20 12:27:44 +03:00
parent aea6166efe
commit 3a5d2dbed8
29 changed files with 7 additions and 2594 deletions

View file

@ -241,9 +241,6 @@ update_tables(State) ->
add_sh_column(State, "muc_online_users"),
drop_sh_default(State, "muc_online_users"),
add_sh_column(State, "irc_custom"),
drop_sh_default(State, "irc_custom"),
add_sh_column(State, "motd"),
drop_pkey(State, "motd"),
add_pkey(State, "motd", ["server_host", "username"]),