~pkal/irc.awk

c9940ab3b3abe27ebe40a6d50ae8685e5a1d3a47 — Philip Kaludercic 1 year, 5 months ago 77efeae
Rename README to README.md
1 files changed, 6 insertions(+), 5 deletions(-)

R README => README.md
R README => README.md +6 -5
@@ 21,7 21,7 @@ a channel, and that responds to anyone who starts a message with "hi":
	#!/usr/bin/gawk -f irc.awk -f

	BEGIN {
	    irc_setup("irc.server.com", "ssl", "bot", "#test");
		irc_setup("irc.server.com", "ssl", "bot", "#test");
	}

	JOIN { irc_msg("greetings, welcome to " TO); }


@@ 40,12 40,13 @@ Bugs and Comments
-----------------

Bug reports, issues, questions and patches should be sent to my
public inbox:
[public inbox].

	https://lists.sr.ht/~pkal/public-inbox

irc.awk is currently maintained here on sourcehut:
irc.awk is currently maintained on [sourcehut].

[public inbox]:
	https://lists.sr.ht/~pkal/public-inbox
[sourcehut]:
	https://git.sr.ht/~pkal/irc.awk

Licensing