Skip to content

Instantly share code, notes, and snippets.

@Inom-Turdikulov
Last active August 15, 2022 20:45
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Inom-Turdikulov/332cd6194fdfa657f28aa0d9173fb73f to your computer and use it in GitHub Desktop.
Save Inom-Turdikulov/332cd6194fdfa657f28aa0d9173fb73f to your computer and use it in GitHub Desktop.
Bitlbee Base commands

Adding the account

If you understand all of this and still wish to use it, see HowtoPurple and add the account like this in &bitlbee:

account add irc nickname@irc.example.net

Joining channels

Do this in &bitlbee:

chat add irc #channel Then /join #channel

Sending private messages to users who are not in a channel

Do this in &bitlbee:

add irc nickname Then /query nickname

Plugins

Plugin adds 'xxxx' protocol to bitlbee, add your account as usual: account add xxxx <email> <password>

List & add, !1 here is channel list generated from chat list xxxx

chat list xxxx

Add chat with one of this commands:

chat add xxxx !1 #mydchannel 
chat add <channel-name from list>

Configure channel and join

chan #mydchannel set auto_join true
/join #mychannel
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment