Advertisement
Guest User

Untitled

a guest
May 26th, 2017
535
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.97 KB | None | 0 0
  1. git head/master, unmodified.
  2.  
  3. /msg *autovoice listusers
  4. <*autovoice> There are no users defined
  5.  
  6. /msg *autovoice adduser adam *!adam@fake.domain #adam
  7. /msg *autovoice adduser Asdf Asdf!asdf@asdf.com #asdf #asdf-123
  8. /msg *autovoice adduser bart *!*@1.1.1.1 #bart #fake
  9. /msg *autovoice adduser everyone *!*@* #
  10. /msg *autovoice adduser test *!*@2001:0000:0000:0000:0000:0000:0000:0000 #test #testing-123
  11. /msg *autovoice adduser znc-linker *!*@znc/bot/znc-linker #znc #znc-dev
  12.  
  13. /msg *autovoice listusers
  14.  
  15. <*autovoice> +------------+---------------------------------------------+--------------------+
  16. <*autovoice> | User | Hostmask | Channels |
  17. <*autovoice> +------------+---------------------------------------------+--------------------+
  18. <*autovoice> | adam | *!adam@fake.domain | #adam |
  19. <*autovoice> | Asdf | Asdf!asdf@asdf.com | #asdf #asdf-123 |
  20. <*autovoice> | bart | *!*@1.1.1.1 | #bart #fake |
  21. <*autovoice> | everyone | *!*@* | # |
  22. <*autovoice> | test | *!*@2001:0000:0000:0000:0000:0000:0000:0000 | #test #testing-123 |
  23. <*autovoice> | znc-linker | *!*@znc/bot/znc-linker | #znc #znc-dev |
  24. <*autovoice> +------------+---------------------------------------------+--------------------+
  25.  
  26. Shutdown znc, place modified autovoice.so in ~/.znc/modules. Start znc.
  27.  
  28. /msg *autovoice listusers
  29. <*autovoice> +------------+---------------------------------------------+--------------------+
  30. <*autovoice> | User | Hostmasks | Channels |
  31. <*autovoice> +------------+---------------------------------------------+--------------------+
  32. <*autovoice> | adam | *!adam@fake.domain | #adam |
  33. <*autovoice> | Asdf | Asdf!asdf@asdf.com | #asdf #asdf-123 |
  34. <*autovoice> | bart | *!*@1.1.1.1 | #bart #fake |
  35. <*autovoice> | everyone | *!*@* | # |
  36. <*autovoice> | test | *!*@2001:0000:0000:0000:0000:0000:0000:0000 | #test #testing-123 |
  37. <*autovoice> | znc-linker | *!*@znc/bot/znc-linker | #znc #znc-dev |
  38. <*autovoice> +------------+---------------------------------------------+--------------------+
  39.  
  40. /msg *autovoice addmasks Asdf *!asdf@asdf.asdf.com,*!asdf@foobar.com
  41. /msg *autovoice addmasks bart *!*@2.2.2.2
  42. /msg *autovoice addmasks bart *!*@3.3.3.3
  43. /msg *autovoice addmasks bart *!*@4.4.4.4
  44. /msg *autovoice listusers
  45.  
  46. <*autovoice> +------------+--------------------------------------------+--------------------+
  47. <*autovoice> | User | Hostmasks | Channels |
  48. <*autovoice> +------------+--------------------------------------------+--------------------+
  49. <*autovoice> | adam | *!adam@fake.domain | #adam |
  50. <*autovoice> | Asdf | *!asdf@asdf.asdf.com | #asdf #asdf-123 |
  51. <*autovoice> | |- | *!asdf@foobar.com | |
  52. <*autovoice> | `- | Asdf!asdf@asdf.com | |
  53. <*autovoice> | bart | *!*@1.1.1.1 | #bart #fake |
  54. <*autovoice> | |- | *!*@2.2.2.2 | |
  55. <*autovoice> | |- | *!*@3.3.3.3 | |
  56. <*autovoice> | `- | *!*@4.4.4.4 | |
  57. <*autovoice> | everyone | *!*@* | # |
  58. <*autovoice> | test | *!*2001:0000:0000:0000:0000:0000:0000:0000 | #test #testing-123 |
  59. <*autovoice> | znc-linker | *!*@znc/bot/znc-linker | #znc #znc-dev |
  60. <*autovoice> +------------+--------------------------------------------+--------------------+
  61.  
  62. /msg *autovoice addchans bart #cake #food #test
  63. /msg *autovoice listusers
  64.  
  65. <*autovoice> +------------+---------------------------------------------+-------------------------------+
  66. <*autovoice> | User | Hostmasks | Channels |
  67. <*autovoice> +------------+---------------------------------------------+-------------------------------+
  68. <*autovoice> | adam | *!adam@fake.domain | #adam |
  69. <*autovoice> | Asdf | *!asdf@asdf.asdf.com | #asdf #asdf-123 |
  70. <*autovoice> | |- | *!asdf@foobar.com | |
  71. <*autovoice> | `- | Asdf!asdf@asdf.com | |
  72. <*autovoice> | bart | *!*@1.1.1.1 | #bart #cake #fake #food #test |
  73. <*autovoice> | |- | *!*@2.2.2.2 | |
  74. <*autovoice> | |- | *!*@3.3.3.3 | |
  75. <*autovoice> | `- | *!*@4.4.4.4 | |
  76. <*autovoice> | everyone | *!*@* | # |
  77. <*autovoice> | test | *!*@2001:0000:0000:0000:0000:0000:0000:0000 | #test #testing-123 |
  78. <*autovoice> | znc-linker | *!*@znc/bot/znc-linker | #znc #znc-dev |
  79. <*autovoice> +------------+---------------------------------------------+-------------------------------+
  80.  
  81. /msg *autovoice delchans bart #test
  82. /msg *autovoice delmasks bart *!*@3.3.3.3,*!*@4.4.4.4
  83. /msg *autovoice listusers
  84.  
  85. <*autovoice> +------------+---------------------------------------------+-------------------------+
  86. <*autovoice> | User | Hostmasks | Channels |
  87. <*autovoice> +------------+---------------------------------------------+-------------------------+
  88. <*autovoice> | adam | *!adam@fake.domain | #adam |
  89. <*autovoice> | Asdf | *!asdf@asdf.asdf.com | #asdf #asdf-123 |
  90. <*autovoice> | |- | *!asdf@foobar.com | |
  91. <*autovoice> | `- | Asdf!asdf@asdf.com | |
  92. <*autovoice> | bart | *!*@1.1.1.1 | #bart #cake #fake #food |
  93. <*autovoice> | `- | *!*@2.2.2.2 | |
  94. <*autovoice> | everyone | *!*@* | # |
  95. <*autovoice> | test | *!*@2001:0000:0000:0000:0000:0000:0000:0000 | #test #testing-123 |
  96. <*autovoice> | znc-linker | *!*@znc/bot/znc-linker | #znc #znc-dev |
  97. <*autovoice> +------------+---------------------------------------------+-------------------------+
  98.  
  99. /msg *status unloadmod autovoice
  100. /msg *status loadmod autovoice
  101. /msg *autovoice listusers
  102.  
  103. <*autovoice> +------------+---------------------------------------------+-------------------------+
  104. <*autovoice> | User | Hostmasks | Channels |
  105. <*autovoice> +------------+---------------------------------------------+-------------------------+
  106. <*autovoice> | adam | *!adam@fake.domain | #adam |
  107. <*autovoice> | Asdf | *!asdf@asdf.asdf.com | #asdf #asdf-123 |
  108. <*autovoice> | |- | *!asdf@foobar.com | |
  109. <*autovoice> | `- | Asdf!asdf@asdf.com | |
  110. <*autovoice> | bart | *!*@1.1.1.1 | #bart #cake #fake #food |
  111. <*autovoice> | `- | *!*@2.2.2.2 | |
  112. <*autovoice> | everyone | *!*@* | # |
  113. <*autovoice> | test | *!*@2001:0000:0000:0000:0000:0000:0000:0000 | #test #testing-123 |
  114. <*autovoice> | znc-linker | *!*@znc/bot/znc-linker | #znc #znc-dev |
  115. <*autovoice> +------------+---------------------------------------------+-------------------------+
  116.  
  117. /msg *autovoice deluser bart
  118. /msg *autovoice deluser znc-linker
  119. /msg *autovoice listusers
  120.  
  121. <*autovoice> +----------+---------------------------------------------+--------------------+
  122. <*autovoice> | User | Hostmasks | Channels |
  123. <*autovoice> +----------+---------------------------------------------+--------------------+
  124. <*autovoice> | adam | *!adam@fake.domain | #adam |
  125. <*autovoice> | Asdf | *!asdf@asdf.asdf.com | #asdf #asdf-123 |
  126. <*autovoice> | |- | *!asdf@foobar.com | |
  127. <*autovoice> | `- | Asdf!asdf@asdf.com | |
  128. <*autovoice> | everyone | *!*@* | # |
  129. <*autovoice> | test | *!*@2001:0000:0000:0000:0000:0000:0000:0000 | #test #testing-123 |
  130. <*autovoice> +----------+---------------------------------------------+--------------------+
  131.  
  132. /msg *autovoice adduser znc-linker *!*@wiki.znc.in,*!*@znc.in #znc #znc-dev
  133. /msg *autovoice listusers
  134.  
  135. <*autovoice> +------------+---------------------------------------------+--------------------+
  136. <*autovoice> | User | Hostmasks | Channels |
  137. <*autovoice> +------------+---------------------------------------------+--------------------+
  138. <*autovoice> | adam | *!adam@fake.domain | #adam |
  139. <*autovoice> | Asdf | *!asdf@asdf.asdf.com | #asdf #asdf-123 |
  140. <*autovoice> | |- | *!asdf@foobar.com | |
  141. <*autovoice> | `- | Asdf!asdf@asdf.com | |
  142. <*autovoice> | everyone | *!*@* | # |
  143. <*autovoice> | test | *!*@2001:0000:0000:0000:0000:0000:0000:0000 | #test #testing-123 |
  144. <*autovoice> | znc-linker | *!*@wiki.znc.in | #znc #znc-dev |
  145. <*autovoice> | `- | *!*@znc.in | |
  146. <*autovoice> +------------+---------------------------------------------+--------------------+
  147.  
  148. ---------------------------
  149. Joining after I am already in the channel:
  150.  
  151. * test (kindone@2001:0000:0000:0000:0000:0000:0000:0000) has joined #test
  152. * KindOne sets mode: +v test
  153.  
  154. * test (kindone@2001:0000:0000:0000:0000:0000:0000:0000) has joined #testing-123
  155. * KindOne sets mode: +v test
  156.  
  157. * test (kindone@2001:0000:0000:0000:0000:0000:0000:0000) has joined #
  158. * KindOne sets mode: +v test
  159.  
  160. * znc-linker (kindone@wiki.znc.in) has joined #znc
  161. * KindOne sets mode: +v znc-linker
  162.  
  163. * znc-linker (kindone@wiki.znc.in) has joined #znc-dev
  164. * KindOne sets mode: +v znc-linker
  165.  
  166. * znc-linker_ (kindone@znc.in) has joined #znc
  167. * KindOne sets mode: +v znc-linker_
  168.  
  169. * znc-linker_ (kindone@znc.in) has joined #znc-dev
  170. * KindOne sets mode: +v znc-linker_
  171.  
  172. ---------------------------
  173. I join after they are in the channel:
  174.  
  175. * KindOne (kindone@vhost.) has joined #znc
  176. * [Users #znc]
  177. * [@ChanServ] [ KindOne] [ znc-linker] [ znc-linker_]
  178. * Irssi: #znc: Total of 4 nicks [1 ops, 0 halfops, 0 voices, 3 normal]
  179.  
  180. /who #znc
  181. /cs op #znc
  182.  
  183. * ChanServ sets mode: +o KindOne
  184. * KindOne sets mode: +v znc-linker
  185. * KindOne sets mode: +v znc-linker_
  186.  
  187.  
  188.  
  189. * KindOne (kindone@vhost.) has joined #
  190. * [Users #]
  191. * [@ChanServ] [ KindOne] [ test]
  192. * Irssi: #: Total of 3 nicks [1 ops, 0 halfops, 0 voices, 2 normal]
  193.  
  194. /who #
  195. /cs op #
  196.  
  197. * ChanServ sets mode: +o KindOne
  198. * KindOne sets mode: +v KindOne
  199. * KindOne sets mode: +v test
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement