2017-08-13 08:49:11 +02:00
|
|
|
---------------------------------------------------------------------------
|
|
|
|
-- @author Emmanuel Lepage Vallee <elv1313@gmail.com>
|
|
|
|
-- @copyright 2017-2019 Emmanuel Lepage Vallee
|
|
|
|
-- @module naughty.list
|
|
|
|
---------------------------------------------------------------------------
|
|
|
|
|
|
|
|
return {
|
|
|
|
actions = require( "naughty.list.actions" );
|
2019-03-07 05:45:11 +01:00
|
|
|
notifications = require( "naughty.list.notifications" );
|
2017-08-13 08:49:11 +02:00
|
|
|
}
|