Skip to content

Commit 2a80ce7

Browse files
committed
readme update
1 parent 4a2902e commit 2a80ce7

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,11 @@ The current supported features are:
1010

1111
* Allows joining multiple channels (can look messy)
1212
* Optional "highlights" (as you don't login it might be worth highlighting your username)
13+
* Optional logging to file in same directory
1314
* Shows users joining and leaving a chat
1415
* Shows mod gain and loss messages (mostly when mods join)
1516
* [S]ubscriber and [M]oderator badges
16-
* New subs and resubs with months, both with their message
17+
* New subs and resubs notifications with number of months, both with their message
1718

1819
![tinytwitch](http://i.imgur.com/t6B0Syj.png)
1920

tinytwitch.nim

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ proc addTwitchBadges(s: string, e: IrcEvent): string =
4646
result &= "[M]"
4747
result &= " "&e.nick
4848

49+
# small wrapper for cleaner code, writes file and flushes every X lines
4950
proc logToFile(f: File, s: string) =
5051
if shouldLog:
5152
f.writeLine(s)

0 commit comments

Comments
 (0)