diff options
author | B. Watson <yalhcru@gmail.com> | 2020-11-20 20:10:15 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-11-22 01:14:22 +0700 |
commit | 85d4ec0fe0f76dd93ed2163494af3ed50bf2699f (patch) | |
tree | a0efaa28a3875ea2ae65a6cf3577e5285793d2f6 /network/ssh-chat/slack-desc | |
parent | d1246370e2f9cb50311c21c482126044e82962f3 (diff) |
network/ssh-chat: Added (IRC-like chat server using ssh as a client)
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/ssh-chat/slack-desc')
-rw-r--r-- | network/ssh-chat/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/network/ssh-chat/slack-desc b/network/ssh-chat/slack-desc new file mode 100644 index 0000000000000..6b2b1f2413d89 --- /dev/null +++ b/network/ssh-chat/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +ssh-chat: ssh-chat (IRC-like chat server using ssh as a client) +ssh-chat: +ssh-chat: ssh-chat is a custom SSH server written in Go. Instead of a shell, you +ssh-chat: get a chat prompt. +ssh-chat: +ssh-chat: Note that this is only the server. There is no dedicated client: users +ssh-chat: just use ssh to connect to the server. +ssh-chat: +ssh-chat: +ssh-chat: +ssh-chat: |