keep in sync with OGN upstream (SVN-317)
[ircu2.10.12-pk.git] / ircd / m_relay.c
index 209d65a95cbab8141b3eb832861c287ffbcd8725..ed8a758d117b43af398f0a7af53a9af09b6412d4 100644 (file)
@@ -235,7 +235,7 @@ signed int ms_relay(struct Client* cptr, struct Client* sptr, signed int parc, c
             IsChannelName(chptr->mode.altchan) && strIsIrcCh(chptr->mode.altchan)) {
        mode_a_check_altchan(acptr,chptr->mode.altchan);
          }
-         send_reply(acptr, ERR_JOINACCESS, parv[3]);
+         send_reply(acptr, ERR_JOINACCESS, parv[3], feature_str(FEAT_ERR_JOINACCESS));
         }
        }