Changeset 576d6d7 for commands.c


Ignore:
Timestamp:
2005-11-07T18:39:57Z (18 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
2095c57
Parents:
fe51bcf
Message:

Got rid of some debugging code we tried to use to track the 100% CPU bug.
Turned out it was very suitable DoS code. :-)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • commands.c

    rfe51bcf r576d6d7  
    5252        { "import_buddies", 1, cmd_import_buddies },
    5353        { "qlist",          0, cmd_qlist },
    54         { "dump",           0, cmd_dump },
    5554        { NULL }
    5655};
     
    796795        return( 0 );
    797796}
    798 
    799 int 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.