!master
###  set motd <motd-file>
   specifies the "Message Of The Day" file.  this should be a
   text file.  it will be displayed to users as they enter a
   dcc chat session with the bot (so it shouldn't be TOO long).
   there are a few %-variables you can insert into the motd,
   which will be interpreted by eggdrop:
      %%B   bot's nickname (ie, "Snowbot")
      %%V   current eggdrop version (ie, "eggdrop v0.9j")
      %%C   channel the bot is on (ie, "#turtle")
      %%A   whatever is set in 'admin' (see 'set admin')
      %%T   the current time (ie, "13:45")
      %%%%   a percent sign ("%%")
   you can also encode messages just for ops or masters:
      %%(Anything between "%%(" and "%%)" is shown only to ops.%%)
      %%[Anything between "%%[" and "%%]" is shown only to masters.%%]
