CHAN LOG ON

    Usage: CHAN <room> LOG ON <filename> [directory|file]

    This will turn logging on for a room. The room will log to the file you set with the PARAM command. You must have a bot in the room to do the logging. This is only available in the Enterprise edition or with the Scribe module.

    Example:
    /as chan #chat log on

    This is an easy way to keep records of all the activity in a room. The bot will log everything it sees in the room, which means so long as there are no splits all conversation in the room will be logged. If it is important to make sure that nothing is missed you can have a bot on each server logging, assuming they are Enterprise servers or have the Scribe module.


    CHAN LOG OFF

    Usage: CHAN <room> LOG OFF

    Turns off logging for the room.

    Example:
    /as chan #chat log off

    This is useful if you only want to log the room at certain times. You could even script turning on and off logging for a room and link it to events to be run at particular times. That would allow you to automatically log the room only during the hours you wish.


    CHAN LOG PARAM

    Usage: CHAN <room> LOG PARAM|<param value>|<param>

    Allows you to add a parameter and value that will be added into a channel log. This should match a preset variable in the file. You can list the params with the keyword param and you can erase a param when you just put in the variable name without the value and that value will be deleted.

    Example:
    /as chan #webmaster log param LoggedBy John Doe
    /as chan #webmaster log param LoggedBy
    /as chan #webmaster log param

    Nice for adding specific event information into a channel log from the web interface.