summaryrefslogtreecommitdiff
path: root/src/perl/common/Server.xs
diff options
context:
space:
mode:
authorTimo Sirainen <cras@irssi.org>2002-10-27 22:30:41 +0000
committercras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564>2002-10-27 22:30:41 +0000
commitd58e119a98a534045f9a016e5e41477443ba3b98 (patch)
treeb43289b4a39292b453d62d80a0f3aa19ef04b6bb /src/perl/common/Server.xs
parentd3f4f13f94098cdbccc54dd449d8a64debef6fd8 (diff)
downloadirssi-d58e119a98a534045f9a016e5e41477443ba3b98.zip
Exported expando interface to perl. Fix for statusbar deinit.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2975 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'src/perl/common/Server.xs')
-rw-r--r--src/perl/common/Server.xs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/perl/common/Server.xs b/src/perl/common/Server.xs
index adcabb16..facf1da0 100644
--- a/src/perl/common/Server.xs
+++ b/src/perl/common/Server.xs
@@ -31,7 +31,7 @@ PPCODE:
}
Irssi::Connect
-server_create_conn(chat_type, dest, port=6667, chatnet=NULL, password=NULL, nick=NULL)
+server_create_conn(chat_type, dest, port, chatnet=NULL, password=NULL, nick=NULL)
int chat_type
char *dest
int port