Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • commands.c

    r576d6d7 rb7d3cc34  
    5252        { "import_buddies", 1, cmd_import_buddies },
    5353        { "qlist",          0, cmd_qlist },
     54        { "dump",           0, cmd_dump },
    5455        { NULL }
    5556};
     
    795796        return( 0 );
    796797}
     798
     799int cmd_dump( irc_t *irc, char **cmd ) {
     800        write_io_activity();
     801        irc_usermsg(irc, "Wrote GIO activity log to disk.");   
     802       
     803        return( 0 );
     804}
Note: See TracChangeset for help on using the changeset viewer.