0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-05-19 19:33:45 +02:00

modules/m_noop: Update header / comment.

This commit is contained in:
Jason Volk 2019-01-25 14:53:59 -08:00
parent b203def78b
commit d2deab7e50

View file

@ -8,9 +8,12 @@
// copyright notice and this permission notice is present in all copies. The
// full license for this software is available in the LICENSE file.
using namespace ircd;
//
// This module is empty and does nothing on purpose.
//
mapi::header IRCD_MODULE
ircd::mapi::header
IRCD_MODULE
{
"Matrix virtual Machine - No Operation"
"No Operation"
};