You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
773 B

3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
  1. # weechat configuration
  2. ## default IRC settings
  3. ```
  4. /irc.server_default.nicks "lifthrasil"
  5. /filter add joinquit * irc_join,irc_part,irc_quit * #disable notifications about joining or leaving users
  6. ```
  7. ## default weechat settings
  8. ```
  9. /set weechat.look.mouse on #enable mouse
  10. ```
  11. ## irchighway settings
  12. ```
  13. /server add irchighway irc.highway.net
  14. /set irc.server.irchighway.autoconnect on
  15. /set irc.server.irchighway.autojoin "#ebooks"
  16. ```
  17. ## freenode settings
  18. ```
  19. /server add freenode chat.freenode.net
  20. /set irc.server.freenode.autoconnect on
  21. /set irc.server.freenode.autojoin "#gentoo,#gentoo-chat"
  22. ```
  23. ## oftc settings
  24. ```
  25. /server add oftc irc.oftc.net
  26. /set irc.server.oftc.autoconnect on
  27. /set irc.server.oftc.autojoin "#debian"
  28. ```