Guest User

Untitled

a guest
Jan 30th, 2019
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.09 KB | None | 0 0
  1. extensions:
  2. * "glirc-otr.bundle" -- off-the-record support
  3. * path: "~/Source/glirc/lua-extension/builddir/glirc-lua.bundle"
  4. args: [ "spam_bot/extension.lua" ]
  5.  
  6. macros:
  7. * name : "accounts"
  8. commands: "who $channel %tuhna,616"
  9.  
  10. * name : "lua"
  11. arguments: "args*"
  12. commands : "extension Lua $0"
  13.  
  14. * name : "otr"
  15. arguments: "args*"
  16. commands : "extension OTR $0"
  17.  
  18. * name : "csquiet"
  19. arguments: "mask"
  20. commands : "msg chanserv quiet $channel $0"
  21.  
  22. * name : "ns"
  23. arguments: "args*"
  24. commands : "quote ns $0"
  25.  
  26. * name : "cs"
  27. arguments: "args*"
  28. commands : "quote cs $0"
  29.  
  30. * name : "umode"
  31. arguments: "args*"
  32. commands : "quote mode $nick $0"
  33.  
  34. * name : "bansearch"
  35. arguments: "nick channel"
  36. commands : "znc *bansearch check $0 $1"
  37.  
  38. key-bindings:
  39. * bind: "C-M-b"
  40. command: "masks b"
  41. * bind: "C-M-q"
  42. command: "masks q"
  43. * bind: "C-M-k"
  44. command: "clear"
  45.  
  46. url-opener: "open"
  47. bell-on-mention: yes
  48. layout: two-column
  49. activity-bar: yes
  50. nick-padding: { width: 12, side: left }
  51.  
  52. palette:
  53. line-marker: yellow
  54. nick-colors:
  55. [ cyan, magenta, green, yellow, blue
  56. , bright-cyan, bright-magenta
  57. , 218, 88, 89, 124, 160, 205, 212, 224 -- reds
  58. , 94, 130, 166, 172, 208, 214, 216, 180 -- oranges
  59. , 58, 226, 229, 184, 187, 100, 142, 220 -- yellows
  60. , 22, 34, 40, 82, 70, 64, 48, 85 -- greens
  61. , 25, 27, 33, 39, 51, 80, 81, 75 -- blues
  62. , 69, 61, 56, 54, 129, 93, 99, 147 -- purples
  63. ]
  64.  
  65. defaults:
  66. nick: "glguy"
  67. realname: "Eric Mertens"
  68. username: "glguy"
  69.  
  70. servers:
  71.  
  72. * name: "gl"
  73. hostname: "znc.local"
  74. port: 7000
  75. username: "glguy@home/freenode"
  76. password: "" -- required even with certauth
  77. tls: yes
  78. tls-client-cert: "~/Certificates/freenode.crt"
  79. flood-threshold: 12
  80. flood-penalty: 1.5
  81. connect-cmds: ["znc-playback ${disconnect|0:00}"]
  82. message-hooks: ["buffextras"]
  83. chanserv-channels:
  84. * "#haskell"
  85. * "#haskell-irc"
  86. * "#haskell-ops"
Add Comment
Please, Sign In to add comment