Преглед на файлове

Improve README for HostClean

James Seward преди 10 години
родител
ревизия
70cd17b7e0
променени са 1 файла, в които са добавени 4 реда и са изтрити 4 реда
  1. 4 4
      HostClean/README.md

+ 4 - 4
HostClean/README.md

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