diff options
Diffstat (limited to 'tests/stdlib/tircbot.nim')
-rw-r--r-- | tests/stdlib/tircbot.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/stdlib/tircbot.nim b/tests/stdlib/tircbot.nim index 71ecb0b48..f0417c7ac 100644 --- a/tests/stdlib/tircbot.nim +++ b/tests/stdlib/tircbot.nim @@ -183,7 +183,7 @@ type channel: string timestamp: TTime case kind*: TSeenType - of PSeenJoin: discard + of PSeenJoin: nil of PSeenPart, PSeenQuit, PSeenMsg: msg: string of PSeenNick: |