Changeset f56c491 for commands.c


Ignore:
Timestamp:
2005-11-15T13:35:24Z (19 years ago)
Author:
Jelmer Vernooij <jelmer@…>
Branches:
master
Children:
cc9079e
Parents:
abe53d3 (diff), b135438 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge new changes from pluginable and Wilmer

File:
1 edited

Legend:

Unmodified
Added
Removed
  • commands.c

    rabe53d3 rf56c491  
    5252        { "import_buddies", 1, cmd_import_buddies },
    5353        { "qlist",          0, cmd_qlist },
    54         { "dump",           0, cmd_dump },
    5554        { NULL }
    5655};
     
    785784        return( 0 );
    786785}
    787 
    788 int cmd_dump( irc_t *irc, char **cmd ) {
    789         write_io_activity();
    790         irc_usermsg(irc, "Wrote GIO activity log to disk.");   
    791        
    792         return( 0 );
    793 }
Note: See TracChangeset for help on using the changeset viewer.