Adam
Adam
You can type that in any channel. It won't get sent as a chat line.
As implemented, it is indeed limited to one `conversations.history` call which is 1000 according to docs.
I like the idea. There is already a debug channel `&irslackd` (enabled via pref `debug-channel`). To avoid having two special-case channels, it may make sense to roll these ideas into...
Hi @snowcube-ui. Thank you for the trip down Nostalgia Lane. I got some features working by hacking up irslackd, but eggdrop is still very confused. This will take some time.
Here's an easier way to get the xoxc token (at the cost of brittleness). Paste the code below into your browser's javascript console and hit enter. Seems to work on...
Nice improvement there. Yeah, unfortunately the xoxc token is only half of what we need. We also need the auth cookie which is not accessible via javascript. (It is an...
Hi @plantroon does it work on the [irslackd workspace](https://irslackd.slack.com/)? I just tested a fresh xoxc token + auth cookie there and it worked.
@plantroon Can share output from `bin/token-test.js `? ``` adam@asx1c6:~/irslackd$ bin/token-test.js 'xoxc-...|...' Using slackToken="xoxc-..." Using slackCookie="d=...; d-s=..." Testing slack.WebClient... Calling: auth.test({}) Calling: users.list({}) Calling: users.list({}) Calling: conversations.list({}) Calling: usergroups.list({}) Calling: conversations.open({"users":...
Good find @plantroon. I made a note about that in the wiki. Thanks!
Updated. Thank you @orhun.