Skip to content

Commit ba92811

Browse files
committed
Add info about IRC log changes.
1 parent 95ffed0 commit ba92811

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,18 @@ in the `scripts/` folder. To configure them, copy the `publishing.example.cfg`
106106
to `publishing.cfg`, make your changes, and then run the scripts (which wrap
107107
the node code).
108108
109+
## Modifying IRC logs
110+
111+
If there are corrections to `irc.log` needed, do not make them directly, but
112+
instead create a `changes.log` file and add "fake" IRC log entries for any
113+
corrections/additions.
114+
115+
```irc
116+
00:00:00 <bigbluehat> scribe+
117+
```
118+
119+
These will be appended to the end of `irc.log` and processed alongside the rest.
120+
109121
## Development
110122
111123
During development, you'll want to test with the working copy version of

0 commit comments

Comments
 (0)