Skip to content

Commit

Permalink
Small fixes in README and HELP.
Browse files Browse the repository at this point in the history
  • Loading branch information
matszpk committed May 22, 2022
1 parent c63b9cf commit 1ac7e85
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "simple-irc-server"
authors = ["Mateusz Szpakowski"]
license = "LGPL-2.1-or-later"
version = "0.1.3"
version = "0.1.4"
edition = "2018"
description = "Simple IRC server"
repository = "https://github.com/matszpk/simple-irc-server"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This server have following features:
* TLS connections support thanks RusTLS and OpenSSL.

Because it is simple IRC server, unfortunatelly some commands have not been supported like:
CONNECT, REHASH, RESTART, AUTHENTICATE, STATS. This server should be used to simple
CONNECT, REHASH, RESTART, AUTHENTICATE. This server should be used to simple
installation only with local IRC environment.

## Build
Expand Down
5 changes: 3 additions & 2 deletions src/help.rs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ QUIT
REHASH
RESTART
SQUIT
STATS - unsupported
STATS
TIME
TOPIC
USER
Expand All @@ -58,7 +58,8 @@ VERSION
WALLOPS
WHO
WHOIS
WHOWAS"##),
WHOWAS
ISON"##),
("MAIN", r##"This is Simple IRC Server.
Use 'HELP COMMANDS' to list of commands.
If you want get HELP about commands please refer to https://modern.ircdocs.horse/
Expand Down

0 comments on commit 1ac7e85

Please sign in to comment.