modularise irc component

This commit is contained in:
Ailin Nemui 2019-07-17 13:37:19 +02:00
commit 00a7efc69f
11 changed files with 46 additions and 8 deletions

View file

@ -358,3 +358,5 @@ void irc_notifylist_deinit(void)
notifylist_destroy_all();
}
MODULE_ABICHECK(irc_notifylist)