aboutsummaryrefslogtreecommitdiffstats
path: root/commands.c
diff options
context:
space:
mode:
Diffstat (limited to 'commands.c')
-rw-r--r--commands.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/commands.c b/commands.c
index c77d9b14..09fd6a91 100644
--- a/commands.c
+++ b/commands.c
@@ -51,7 +51,6 @@ command_t commands[] = {
{ "nick", 1, cmd_nick },
{ "import_buddies", 1, cmd_import_buddies },
{ "qlist", 0, cmd_qlist },
- { "dump", 0, cmd_dump },
{ NULL }
};
@@ -784,10 +783,3 @@ int cmd_import_buddies( irc_t *irc, char **cmd )
return( 0 );
}
-
-int cmd_dump( irc_t *irc, char **cmd ) {
- write_io_activity();
- irc_usermsg(irc, "Wrote GIO activity log to disk.");
-
- return( 0 );
-}