diff options
author | Marius Halden <marius.h@lden.org> | 2016-05-20 23:02:45 +0200 |
---|---|---|
committer | Marius Halden <marius.h@lden.org> | 2016-05-20 23:02:45 +0200 |
commit | 36e282c49b0dc22ea31c157cf9f8268d44814e06 (patch) | |
tree | 384d97562fb4a66b46566522765891ab4284ef7b /irc_commands.c | |
parent | dbb146b273dccad03e1aa5561926b808e104e3f0 (diff) | |
parent | d3b99b6f68a7b030c653c4086de7bbba76a30636 (diff) |
Merge branch 'master' into patched-master
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 2696eb11..01b1d821 100644 --- a/irc_commands.c +++ b/irc_commands.c @@ -775,8 +775,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) |