commit - d314c75a37f0132a1a16658494d0f60a0c0083f2
commit + daed2467dd4132e1aaea889b7988264399c197ff
blob - bd14450858e3a47c739fb466a7e9df4e1c9fb47f
blob + 51e084dd751e8a217a815f3327c1116025400a31
--- doc/Bopm.txt
+++ doc/Bopm.txt
with slight modification on any server which has the ability to show connects
to opers and that supports KLINEs."
-And starting with Release 17, ngIRCd supports all required log messages that
+Starting with Release 17, ngIRCd supports all required log messages that
BOPM requires to be useful.
II. Installation
3) change "mode" to "+ci" or "+c".
4) Set "connregex" to the following string, everything in one line(!):
- "\\*\\*\\* Notice -- Client connecting: ([^ ]+) \\(([^@]+)@([^\\)]+)\\) \\[([0-9\\.]+)\\].*";
- and comment all the other "connregex" examples (prepend a "#" character).
+ "Client connecting: ([^ ]+) \\(([^@]+)@([^\\)]+)\\) \\[([0-9\\.]+)\\].*";
+ and comment out all the other "connregex" examples (that is, prepend a
+ "#" character).
- 5) Set "kline" to "KILL %n :Open proxy found on your host!"; for example,
- and comment all the other "kline" examples.
+ 5) Set "kline" to "GLINE *@%h :Open proxy found on your host!";
+ and comment out all the other "kline" examples.
b) BOPM "scanner" section: