Bitlbee discord: usage: Difference between revisions

From wikinotes
(Created page with "= 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...")
 
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
= Usage =
= Usage =
<blockquote>
<blockquote>
<source lang="vim">
{{ NOTE |
" from &bitlbee
you can connect to multiple discord accounts simultaneously }}


" list avaiable channels (each has a numeric id you can assign to a channel)
== Accounts ==
" (NOTE available channels determined by your previously-joined discord channels in app)
<blockquote>
chat list discord
<syntaxhighlight lang="vim">
account list " list all accounts
</syntaxhighlight>
 
For more details, see [[bitlbee discord: configuration]]
</blockquote><!-- Accounts -->
 
== Channels ==
<blockquote>
Channels belong to a specific account


chat add discord !103                    " bind channel to id (exclamation mark important, numbers change)
<syntaxhighlight lang="vim">
channel list                              " list avail channels
/b &bitlbee
channel #outward-general del              " delete channel


chat list ${account_name}                " list channels by account
chat add ${account_name} !103            " bind channel to id (exclamation mark important)
chan #outward-general set auto_join true  " join on start
chan #outward-general set auto_join true  " join on start
channel #outward-general del              " delete channel
/join #outward-general                    " join now


/join #outward-general
save                                      " save configuration
 
</syntaxhighlight>
save
</blockquote><!-- Channels -->
</source>
</blockquote><!-- Usage -->
</blockquote><!-- Usage -->


Line 38: Line 49:
Ken.kenshi-modding-general
Ken.kenshi-modding-general
Ken.mods
Ken.mods
# SimulaVR
Sim.general
</source>
</source>
</blockquote><!-- fun channels -->
</blockquote><!-- fun channels -->

Latest revision as of 02:48, 26 August 2023

Usage

NOTE:

you can connect to multiple discord accounts simultaneously

Accounts

account list  " list all accounts

For more details, see bitlbee discord: configuration

Channels

Channels belong to a specific account

/b &bitlbee

chat list ${account_name}                 " list channels by account
chat add ${account_name} !103             " bind channel to id (exclamation mark important)
chan #outward-general set auto_join true  " join on start
channel #outward-general del              " delete channel
/join #outward-general                    " join now

save                                      " save configuration

Fun Channels

# 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

# SimulaVR
Sim.general