editorial
authorRalph Ronnquist <ralph.ronnquist@gmail.com>
Wed, 25 Aug 2021 13:06:14 +0000 (23:06 +1000)
committerRalph Ronnquist <ralph.ronnquist@gmail.com>
Wed, 25 Aug 2021 13:06:14 +0000 (23:06 +1000)
README.adoc

index b7895e4b2424deb75a80b1ffda886d393c711847..fbf719ac9c295d5a16c9f51a1159cea2d4780ed8 100644 (file)
@@ -5,8 +5,11 @@ Originally from Daniel Beer's slirc-20180515.pl, then
 slirc-20190508.pl 
 https://dlbeer.co.nz/articles/slirc/index.html
 
-Minor patch to use "conversations.coin" rather than "channels.join" as
-per the recent API change. But the source is not fixed up for other
-IRC commands. Joining and chatting works which is good enough for me.
-
-
+Minor patch to use "conversations.join" rather than "channels.join" as
+per the recent API change, and the extra pulling of the members list.
+The source is not fixed up for other IRC commands. Joining and
+chatting works, which is good enough for me.
+
+See the notes.md which I rescued from Adam Balaam's blog about the
+required token set up. Though nowadays you'll need to create an "app
+token" instead and use that.