add link to irc channel
continuous-integration/drone/push Build encountered an error Details

This commit is contained in:
Ben Harris 2020-05-18 20:08:06 -04:00
parent 8a13f52941
commit 5c6a441bf2
2 changed files with 4 additions and 3 deletions

View File

@ -12,7 +12,6 @@ $(DEST)/%.html: %.adoc
@$(ASCIIDOCTOR) \
--destination-dir=$(DEST) \
--attribute stylesheet=./$(DEST)/stylesheets/dark.css \
--attribute toc=on \
$<
clean:

View File

@ -2,7 +2,10 @@
hello there
this is the project page for a collection of irc libraries.
this is the project page for a collection of irc libraries
and eventually clients.
come chat on irc with us: https://web.tilde.chat/?join=irctokens[#irctokens]
the canonical source is the python version:
@ -23,7 +26,6 @@ ircrobots::
== c# port
ircsharp::
(currently only handles tokens and states)
* https://tildegit.org/ben/ircsharp[source]
* https://www.nuget.org/packages/IRCTokens/[IRCTokens package]
* https://www.nuget.org/packages/IRCStates/[IRCStates package]