ncohafmuta-1.4.2/bot/
ncohafmuta-1.4.2/helpfiles/
ncohafmuta-1.4.2/lib/emailver/
ncohafmuta-1.4.2/tzinfo/Atlantic/
ncohafmuta-1.4.2/tzinfo/Brazil/
ncohafmuta-1.4.2/tzinfo/Chile/
ncohafmuta-1.4.2/tzinfo/Indian/
ncohafmuta-1.4.2/tzinfo/Mexico/
ncohafmuta-1.4.2/tzinfo/Mideast/
ncohafmuta-1.4.2/tzinfo/SystemV/
ncohafmuta-1.4.2/utils/
ncohafmuta-1.4.2/utils/code_fragments/new_config/
 Syntax:  .macros
          .macros [-c|clear]                   (To clear ALL macros)
          .macros [-d|del] <macro_name>        (To clear a macro)
          .macros <macro_name> <macro_body>    (To create a macro)

Results:  Dispays your currently defined macros.  You can use macros to
          replace frequently typed phrases with short commands.
          
Example:  You can define a macros by typing: .macros <macro_name> <body> 
          where <macro_name> is the command you will type to execute the 
          macro body.
           The ^HGname^ does NOT have to be a .command it could be just a 
          word, or a letter/number even!
           The ^HRbody^ can be anything up to the max macro length. To do 
          substitutions, use a $1, $2, and/or $3 in place of what will be 
          substituted in each time. (ALWAYS start with $1)
           Say you wanted to make a macro to falldownlaughing at someone
          particular every time and name it "fdl", you would type:
             ^.macro fdl .emote falls down laughing at $1^
          Then to use it on say "cygnus" you would type: ^fdl cygnus^
          To append extra text to the end to do something like "falls 
          down laughing at cygnus jsut for TODAY!" type:
             ^fdl cygnus just for today^
          Two variables: .macro fdl .emote falls down laughing with $1 at $2^
                         fdl necros cygnus