summaryrefslogtreecommitdiff
path: root/src/plugins/relay/relay-command.c
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2010-09-18 21:44:26 +0200
committerSebastien Helleu <flashcode@flashtux.org>2010-09-18 21:44:26 +0200
commit0100856251d0c8feefffd0dc3792b5bb096cd63e (patch)
treeca00e9c42d8add79533ef76d5c826a11c67e8959 /src/plugins/relay/relay-command.c
parent5b04d4123c810d7c8c245ac088dcf1c79a5f6cf0 (diff)
downloadweechat-0100856251d0c8feefffd0dc3792b5bb096cd63e.zip
Add support of /upgrade in Relay plugin
Diffstat (limited to 'src/plugins/relay/relay-command.c')
-rw-r--r--src/plugins/relay/relay-command.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/relay/relay-command.c b/src/plugins/relay/relay-command.c
index 94a006f7b..3bf7713b4 100644
--- a/src/plugins/relay/relay-command.c
+++ b/src/plugins/relay/relay-command.c
@@ -132,7 +132,7 @@ relay_command_server_list ()
RELAY_COLOR_CHAT,
RELAY_COLOR_CHAT_BUFFER,
relay_protocol_string[ptr_server->protocol],
- ptr_server->protocol_string,
+ ptr_server->protocol_args,
RELAY_COLOR_CHAT,
date_start);
i++;