Updated Interesting forks (markdown)

Andrey Petrov 2018-01-13 11:52:22 -05:00
parent 7a40b576cf
commit 9c141401b6

@ -1,6 +1,11 @@
Modifications to ssh-chat that weren't merged:
## https://github.com/themester/ssh-chat
## za267 at https://github.com/shazow/ssh-chat/pull/242
- Adding global timestamp as an option
## themester at https://github.com/themester/ssh-chat
- Added new rank: Administators (or masters). This rank can add or delete operators, but cannot add or remove another administrators. Administrators rank is designed by public key on server startup.
- Added "vim mode". With this mode you can use commands as ':' instead of '/'. As you can see in the code, the Prefix parameter of Command structure was changed by a neutral parameter for future introductions of prefixes.