summaryrefslogtreecommitdiff
path: root/src/plugins/irc/irc-server.h
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2011-11-04 12:47:01 +0100
committerSebastien Helleu <flashcode@flashtux.org>2011-11-04 12:47:01 +0100
commit8503857d28a41e42e0d232a508b1534827c7e737 (patch)
tree0eb9030ef40b146214b5c991609d7244c5c9a6dc /src/plugins/irc/irc-server.h
parentabd95bf1b189c571a618bb0331deb4e6772b1d03 (diff)
downloadweechat-8503857d28a41e42e0d232a508b1534827c7e737.zip
irc: allow URL "irc://" in command /connect
Diffstat (limited to 'src/plugins/irc/irc-server.h')
-rw-r--r--src/plugins/irc/irc-server.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/irc/irc-server.h b/src/plugins/irc/irc-server.h
index 86f5254bf..67d431829 100644
--- a/src/plugins/irc/irc-server.h
+++ b/src/plugins/irc/irc-server.h
@@ -230,7 +230,7 @@ extern char irc_server_get_prefix_mode_for_char (struct t_irc_server *server,
extern char irc_server_get_prefix_char_for_mode (struct t_irc_server *server,
char mode);
extern struct t_irc_server *irc_server_alloc (const char *name);
-extern int irc_server_alloc_with_url (const char *irc_url);
+extern struct t_irc_server *irc_server_alloc_with_url (const char *irc_url);
extern void irc_server_apply_command_line_options (struct t_irc_server *server,
int argc, char **argv);
extern void irc_server_free_all ();