Package development status provided as an alert to users. Caveat emptor.

pull/4608/head
Jeff Sheldon 10 years ago
parent 91783f5e2d
commit 093efa3edc
  1. 2
      packages/rocketchat-i18n/i18n/en.i18n.json
  2. 3
      packages/rocketchat-irc/server/settings.js

@ -620,7 +620,7 @@
"is_typing_male": "is typing",
"IRC_Channel_Join": "Output of the JOIN command.",
"IRC_Channel_Leave": "Output of the PART command.",
"IRC_Description": "Internet Relay Chat (IRC) is a text-based group communication tool. Users join uniquely named channels, or rooms, for open discussion. IRC also supports private messages between indivdiual users and file sharing capabilities. This plugin integrates these layers of functionality with Rocket.Chat and should be considered a work-in-progress.",
"IRC_Description": "Internet Relay Chat (IRC) is a text-based group communication tool. Users join uniquely named channels, or rooms, for open discussion. IRC also supports private messages between indivdiual users and file sharing capabilities. This plugin integrates these layers of functionality with Rocket.Chat.",
"IRC_Enabled": "Attempt to integrate IRC support.",
"IRC_Private_Message": "Output of the PRIVMSG command.",
"IRC_Channel_Users": "Output of the NAMES command.",

@ -5,7 +5,8 @@ Meteor.startup(function() {
this.add('IRC_Enabled', true, {
type: 'boolean',
i18nLabel: 'Enabled',
i18nDescription: 'IRC_Enabled'
i18nDescription: 'IRC_Enabled',
alert: 'IRC Support is a work in progress. Use on a production system is not recommended at this time.'
});
// The IRC host server to talk to

Loading…
Cancel
Save