Method code for $motd.set_notes()

[Turn on line numbering]
arg notes;

(> .perms(sender()) <);
if (type(notes) != 'list)
    throw(~type, "notes must be a list of strings");
set_var('notes, notes);

// Created 27-Mar-1995 as a part of ColdCore, see: @help Credit

Tlon