Explorar el Código

Add a readme for hostclean

James Seward hace 13 años
padre
commit
adf4c1be74
Se han modificado 1 ficheros con 11 adiciones y 0 borrados
  1. 11 0
      HostClean/README.md

+ 11 - 0
HostClean/README.md

@@ -0,0 +1,11 @@
+HostClean
+---------
+
+Run log files through parse.py - expects lines to have something matching "joins (user@hostname)" (or quits). Outputs user@host entries, one per line.
+Run it many times and concatenate the output, then use sort and uniq to sanitise.
+
+Then load the TCL script into your bot, and run .hostload <path to file you made above>, and then .hostclean <handle> for each user.
+
+The script outputs a bunch of .-host lines, which you should double check, and then you can copy/paste them back into the partyline.
+
+