Bitlbee discord: Difference between revisions

From wikinotes
No edit summary
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 20: Line 20:
|}
|}
</blockquote><!-- Notes -->
</blockquote><!-- Notes -->
= Install =
<blockquote>
== Archlinux ==
<source lang="bash">
pacaur -S bitlbee-discord
</source>
== FreeBSD ==
<source lang="bash">
sudo pkg install autoconf
sudo pkg install autotools
cd /usr/ports/irc/bitlbee-discord
make
sudo make install
</source>
</blockquote><!-- install -->
= Setup  =
<blockquote>
<source lang="bash">
# from @bitlbee chan
# to persist setting, must be logged in
identify <password>
# NOTE: restart bitlbee if you just installed bitlbee-discord
account add discord <email> <password>
account discord del  # delete account
account discord on
save
</source>
On your first login you might need to authorize bitlbee's ip address<br>
(discord will send you an email with a link) or get a captcha-request. In<br>
latter case you will have to manually set discord login-token to log in:<br>
<source lang="bash">
# from @bitlbee chan
acc discord set token_cache xxxxxxxx
</source>
</blockquote><!-- Setup -->
= Usage =
<blockquote>
<source lang="vim">
" from &bitlbee
" list avaiable channels (each has a numeric id you can assign to a channel)
" (NOTE available channels determined by your previously-joined discord channels in app)
chat list discord
chat add discord !103                    " bind channel to id (exclamation mark important, numbers change)
channel list                              " list avail channels
channel #outward-general del              " delete channel
chan #outward-general set auto_join true  " join on start
/join #outward-general
save
</source>
</blockquote><!-- Usage -->
= Fun Channels =
<blockquote>
<source lang="bash">
# outward
Out.outward-general
Out.outward-modding
Out.mod-development
# Larian
Lar.dos2-general
Lar.bg3-general
# Kenshi
Ken.general-chat
Ken.kenshi-lore
Ken.kenshi-stories
Ken.kenshi-modding-general
Ken.mods
</source>
</blockquote><!-- fun channels -->

Latest revision as of 02:20, 21 January 2022