!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, "%B")
      %%V   current eggdrop version (ie, "%V")
      %%E   long form of %%V (ie, "%E")
      %%C   channels the bot is on (ie, "%C")
      %%A   whatever is set in 'admin' (see 'set admin')
      %%T   the current time (ie, "%T")
      %%N   the current user's nickname (ie, "%N")
      %%%%   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.%%]
