diff options
author | Timo Sirainen <cras@irssi.org> | 1999-09-17 14:42:29 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 1999-09-17 14:42:29 +0000 |
commit | 313c44eb2e5badfb5a392f37b91422c58fedba38 (patch) | |
tree | 4af0264703b901d094b17955eefc92fc1d6763ca | |
parent | feb15cbffdad83c3c183d0832b6e9d5ca5f122b0 (diff) | |
download | irssi-313c44eb2e5badfb5a392f37b91422c58fedba38.zip |
You can specify what port to use with DCC.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@25 dbcabf3a-b0e7-0310-adc4-f8d773084564
-rw-r--r-- | src/common-setup.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common-setup.h b/src/common-setup.h index 31205580..167bc9e6 100644 --- a/src/common-setup.h +++ b/src/common-setup.h @@ -86,6 +86,7 @@ extern gchar *dcc_upload_path; extern gboolean toggle_dcc_mirc_ctcp; extern gint dcc_block_size; +extern gint dcc_port; extern gint dcc_timeout; /* servers */ |