hubot-sshchat-cmds用于处理sshchat聊天的hubot脚本。安装步骤如下:

  1. 将hubot-sshchat-cmds添加到package.json文件中:

    \"dependencies\" : {

    \"hubot\" : \">= 2.5.1\" ,

    \"hubot-scripts\" : \">= 2.4.2\" ,

    \"hubot-sshchat-cmds\" : \">= 0.0.0\" }

  2. hubot-sshchat-cmds添加到external-scripts.json :

    [ \"hubot-sshchat-cmds\" ]

  3. 运行命令:npm install hubot-sshchat-cmds