aboutsummaryrefslogtreecommitdiffstats
path: root/commands.c
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2005-11-15 14:35:24 +0100
committerJelmer Vernooij <jelmer@samba.org>2005-11-15 14:35:24 +0100
commitf56c4917aa26670c03ef9cf4ecdfe2f7fad92aed (patch)
treea2fc70cee9c464823577e425fa6cdbc2d836a766 /commands.c
parentabe53d3c48a6552e136ddc8bc554764daf255a05 (diff)
parentb135438c4c6aeb5a7cd3403f0cf37e741d589cd3 (diff)
Merge new changes from pluginable and Wilmer
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 );
-}