diff options
Diffstat (limited to 'irc_commands.c')
-rw-r--r-- | irc_commands.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/irc_commands.c b/irc_commands.c index d3971df9..dd5bdf38 100644 --- a/irc_commands.c +++ b/irc_commands.c @@ -766,8 +766,8 @@ static void irc_cmd_list(irc_t *irc, char **cmd) static void irc_cmd_version(irc_t *irc, char **cmd) { - irc_send_num(irc, 351, "%s-%s. %s :%s/%s ", - PACKAGE, BITLBEE_VERSION, irc->root->host, ARCH, CPU); + irc_send_num(irc, 351, "%s-%s. %s :", + PACKAGE, BITLBEE_VERSION, irc->root->host); } static void irc_cmd_completions(irc_t *irc, char **cmd) |