@@ 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