Method code for $motd.set_notes()

[Turn off line numbering]
  1: arg notes;
  2: 
  3: (> .perms(sender()) <);
  4: if (type(notes) != 'list)
  5:     throw(~type, "notes must be a list of strings");
  6: set_var('notes, notes);

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

Tlon